makkoncept / yts.am_scraper_

Python script to scrape Yify movies torrents info. Also see https://github.com/makkoncept/yts_torrents
14 stars 8 forks source link

UNICODE BUG FIX #2

Closed KSTARK007 closed 5 years ago

KSTARK007 commented 5 years ago

len(link)>128 error(unicode) handled auto download all torrents(1080p)[as per requirements of user] in a single run if unavailable then downloads 720p . none exit bug fixed. parse tree error fixed in requirements

KSTARK007 commented 5 years ago

Updated downloadable + updated data + unavailable data handled

KSTARK007 commented 5 years ago

Keeping it to a minimal

makkoncept commented 5 years ago

hi @kiranthecoder, thanks for the PR. I had my endsem exams so I was not able to address this. The script uses python 3.x. For the sake of consistency can you please use print() instead of print. I will merge this.

KSTARK007 commented 5 years ago

@makkoncept done thank you for your time