Private GIT

Skip to content
Snippets Groups Projects
Commit a2e6b49c authored by Nicolas Martinelli's avatar Nicolas Martinelli
Browse files

HTML changes of https://eztv.ch

Slight changes in the HTML on 2015-04-14
parent 7930fe65
Branches
Tags
No related merge requests found
...@@ -100,7 +100,7 @@ class EZTVProvider(generic.TorrentProvider): ...@@ -100,7 +100,7 @@ class EZTVProvider(generic.TorrentProvider):
try: try:
with BS4Parser(HTML, features=["html5lib", "permissive"]) as parsedHTML: with BS4Parser(HTML, features=["html5lib", "permissive"]) as parsedHTML:
resultsTable = parsedHTML.find_all('tr', attrs={'name': 'hover', 'class': 'forum_header_border'}) resultsTable = parsedHTML.find_all('tr', attrs={'name': 'hover', 'class': 'header_brd'})
if not resultsTable: if not resultsTable:
logger.log(u"The Data returned from " + self.name + " do not contains any torrent", logger.log(u"The Data returned from " + self.name + " do not contains any torrent",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment