Add description to ptp

This commit is contained in:
Ruud
2012-09-02 18:36:53 +02:00
parent 3087944461
commit 7a77ddf0e9
@@ -135,6 +135,7 @@ class PassThePopcorn(TorrentProvider):
'type': 'torrent',
'provider': self.getName(),
'name': torrent_name,
'description': '',
'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,
'date': tryInt(time.mktime(parse(torrent['UploadTime']).timetuple())),