Private GIT

Skip to content
Snippets Groups Projects
Commit c0ef8477 authored by Jérôme Bonnamy's avatar Jérôme Bonnamy
Browse files

Update cpasbien.py

parent 46261a0d
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ class CpasbienProvider(generic.TorrentProvider): ...@@ -100,7 +100,7 @@ class CpasbienProvider(generic.TorrentProvider):
#downloadTorrentLink = torrentSoup.find("a", title.startswith('Cliquer')) #downloadTorrentLink = torrentSoup.find("a", title.startswith('Cliquer'))
tmp = pageURL.split('/')[6].replace('.html','.torrent') tmp = pageURL.split('/')[6].replace('.html','.torrent')
downloadTorrentLink = ('http://www.cpasbien.pe/download-torrent/%s' % tmp) downloadTorrentLink = ('http://www.cpasbien.pe/_torrents/%s' % tmp)
if downloadTorrentLink: if downloadTorrentLink:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment