Private GIT

Skip to content
Snippets Groups Projects
Commit 66f4cbe6 authored by kinooo's avatar kinooo
Browse files

Update cpasbien.py

parent c6effbcc
Branches
Tags
No related merge requests found
......@@ -84,7 +84,7 @@ class CpasbienProvider(generic.TorrentProvider):
logger.log(u"Error trying to load cpasbien response: "+str(e), logger.ERROR)
return []
rows = soup.findAll(attrs = {'class' : ["color0", "color1"]})
rows = soup.findAll(attrs = {'class' : ["ligne0", "ligne1"]})
for row in rows:
link = row.find("a", title=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment