Update
bluebrat opened this issue · 1 comments
bluebrat commented
New search string for line 80:
Replace:
links = re.findall('imgurl:"(.*?)"',html)
with:
links = re.findall('murl":"(.*?)"',html)
ostrolucky commented
Thank you!