[fix] btdigg

This commit is contained in:
Thomas Pointhuber 2015-01-25 10:21:44 +01:00
parent e7d90b8e86
commit 7716806c3d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ paging = True
# search-url
url = 'https://btdigg.org'
search_url = url + '/search?q=22%20jump%20street&p=1'
search_url = url + '/search?q={search_term}&p={pageno}'
# specific xpath variables
magnet_xpath = './/a[@title="Torrent magnet link"]'