Private GIT

Skip to content
Snippets Groups Projects
Commit 809176a9 authored by sarakha63's avatar sarakha63
Browse files

effectivement l'adresse a changé ou les torrents récupérés lors du test

correspondait a une page html
parent f991bcb7
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ class CpasbienProvider(generic.TorrentProvider): ...@@ -111,7 +111,7 @@ class CpasbienProvider(generic.TorrentProvider):
#downloadTorrentLink = torrentSoup.find("a", title.startswith('Cliquer')) #downloadTorrentLink = torrentSoup.find("a", title.startswith('Cliquer'))
tmp = pageURL.split('/')[-1].replace('.html','.torrent') tmp = pageURL.split('/')[-1].replace('.html','.torrent')
downloadTorrentLink = ('http://www.cpasbien.pe/telecharge/%s' % tmp) downloadTorrentLink = ('http://www.cpasbien.pe/telechargement/%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