Use release_name

This commit is contained in:
Ruud
2013-11-24 00:27:47 +01:00
parent 4b9f9862fc
commit 50262112b8
@@ -49,7 +49,7 @@ class TorrentPotato(TorrentProvider):
results.append({
'id': torrent.get('torrent_id'),
'protocol': 'torrent' if re.match('^(http|https|ftp)://.*$', torrent.get('download_url')) else 'torrent_magnet',
'name': toUnicode(torrent.get('name')),
'name': toUnicode(torrent.get('release_name')),
'url': torrent.get('download_url'),
'detail_url': torrent.get('details_url'),
'size': torrent.get('size'),