Private GIT

Skip to content
Snippets Groups Projects
Commit 7a77ddf0 authored by Ruud's avatar Ruud
Browse files

Add description to ptp

parent 30879444
No related branches found
No related tags found
No related merge requests found
...@@ -135,6 +135,7 @@ class PassThePopcorn(TorrentProvider): ...@@ -135,6 +135,7 @@ class PassThePopcorn(TorrentProvider):
'type': 'torrent', 'type': 'torrent',
'provider': self.getName(), 'provider': self.getName(),
'name': torrent_name, 'name': torrent_name,
'description': '',
'url': '%s?action=download&id=%d&authkey=%s&torrent_pass=%s' % (self.urls['torrent'], torrent_id, authkey, passkey), 'url': '%s?action=download&id=%d&authkey=%s&torrent_pass=%s' % (self.urls['torrent'], torrent_id, authkey, passkey),
'detail_url': self.urls['detail'] % torrent_id, 'detail_url': self.urls['detail'] % torrent_id,
'date': tryInt(time.mktime(parse(torrent['UploadTime']).timetuple())), 'date': tryInt(time.mktime(parse(torrent['UploadTime']).timetuple())),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment