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:
Ade
2012-08-23 12:48:17 +12:00
parent 87c9ebca28
commit 961773238a
22 changed files with 6716 additions and 15 deletions

View File

@@ -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>