-
- Downloads
Fix HDT adding only one result to results list
the 'append' was outside the cells loop! damn! @miigotu @OmgImAlexis @MGaetan89 SR bs4 does not work with hdtorrents. I get: "[HDTorrents] :: Could not find table of torrents mainblockcontenttt then Upgraded my SR bs4 to 4.4.0 (http://www.crummy.com/software/BeautifulSoup/bs4/download/ changed html = soup(data, "html.parser") but didn't worked Get some IndexError: list index out of range change html = soup(data, "html5lib") but didn't worked also Got [HDTorrents] :: Could not find table of torrents mainblockcontenttt too To work in my setup I had to: from BeautifulSoup import BeautifulSoup as soup instead of bs4 Only imdbPopular.py, torrent_tests.py and hdtorrents uses bs4 What should we do?
Loading
Please register or sign in to comment