mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-03 18:29:32 +01:00
rutracker search provider
Added rutracker as a torrent search provider. BeautifulSoup 4 needs to be installed to parse the results.
This commit is contained in:
@@ -45,6 +45,8 @@
|
||||
fileid = 'nzb'
|
||||
if item['URL'].find('torrent') != -1:
|
||||
fileid = 'torrent'
|
||||
if item['URL'].find('rutracker') != -1:
|
||||
fileid = 'torrent'
|
||||
%>
|
||||
<tr class="grade${grade}">
|
||||
<td id="dateadded">${item['DateAdded']}</td>
|
||||
|
||||
Reference in New Issue
Block a user