Private GIT

Skip to content
Snippets Groups Projects
Commit 5c2b7441 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Merge branch 'hotfix-3216'

parents 4ce05112 0a7af070
No related branches found
No related tags found
No related merge requests found
......@@ -331,6 +331,8 @@ class IPTorrentsProvider(generic.TorrentProvider):
for result in torrents[1:]:
try:
# FIXME
size = -1
torrent = result.find_all('td')[1].find('a')
title = torrent.string
download_url = self.urls['base_url'] + (result.find_all('td')[3].find('a'))['href']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment