Private GIT

Skip to content
Snippets Groups Projects
Commit 36fefecb authored by Fernando's avatar Fernando
Browse files

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?
parent c15e60a5
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment