ostrolucky/Bulk-Bing-Image-downloader

Update

bluebrat opened this issue · 1 comments

New search string for line 80:
Replace:
links = re.findall('imgurl:"(.*?)"',html)
with:
links = re.findall('murl":"(.*?)"',html)

Thank you!