Private GIT

Skip to content
Snippets Groups Projects
Commit 073a7e1e authored by Kfir Hadas's avatar Kfir Hadas Committed by miigotu
Browse files
parent 63a13c63
Branches
Tags
No related merge requests found
...@@ -109,7 +109,7 @@ class SkyTorrents(TorrentProvider): # pylint: disable=too-many-instance-attribu ...@@ -109,7 +109,7 @@ class SkyTorrents(TorrentProvider): # pylint: disable=too-many-instance-attribu
'Title={title}'.format(cat=category, title=title), logger.ERROR) 'Title={title}'.format(cat=category, title=title), logger.ERROR)
size = convert_size(info.group('size')) or -1 size = convert_size(info.group('size')) or -1
info_hash = download_url.rsplit('/', 2)[1] info_hash = item.guid.rsplit('/', 2)[1]
item = {'title': title, 'link': download_url, 'size': size, 'seeders': seeders, 'leechers': leechers, 'hash': info_hash} item = {'title': title, 'link': download_url, 'size': size, 'seeders': seeders, 'leechers': leechers, 'hash': info_hash}
if mode != "RSS": if mode != "RSS":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment