flexget.components.sites.sites.torrentday module#
- class flexget.components.sites.sites.torrentday.UrlRewriteTorrentday[source]#
Bases:
objectTorrentday urlrewriter and search plugin.
torrentday: uid: xxxxxxxxxxxxx (required) NOT YOUR LOGIN. find this in your browser's cookies passkey: xxxxxxxxx (required) NOT YOUR PASSWORD. see previous cfduid: xxxxxxxxxx (required) AGAIN IN THE COOKIES rss_key: xxxxxxxxx (required) get this from your profile page category: xxxxxxxx
Category can be one of
ID from browsing site
name
- movies:
mov4k, mov480p, movHD, movBD, movDVD, movMP4, movNonEnglish, movPACKS, movSDx264, movX265, movXVID
- tv:
tv480p, tvBRD, tvDVD, tvDVDrip, tvMOBILE, tvNonEnglish, tvPACKS, tvSDx264, tvHDx264, tvX265, tvXVID
- search(**kwargs)#
- schema = {'additionalProperties': False, 'properties': {'category': {'oneOf': [{'items': {'oneOf': [{'type': 'integer'}, {'enum': ['all', 'mov4k', 'mov480p', 'movHD', 'movBD', 'movDVD', 'movMP4', 'movNonEnglish', 'movPACKS', 'movSDx264', 'movX265', 'movXVID', 'tv480p', 'tvBRD', 'tvDVD', 'tvDVDrip', 'tvMOBILE', 'tvNonEnglish', 'tvPACKS', 'tvSDx264', 'tvHDx264', 'tvX265', 'tvXVID'], 'type': 'string'}], 'title': 'single value'}, 'minItems': 1, 'title': 'multiple values', 'type': 'array', 'uniqueItems': False}, {'oneOf': [{'type': 'integer'}, {'enum': ['all', 'mov4k', 'mov480p', 'movHD', 'movBD', 'movDVD', 'movMP4', 'movNonEnglish', 'movPACKS', 'movSDx264', 'movX265', 'movXVID', 'tv480p', 'tvBRD', 'tvDVD', 'tvDVDrip', 'tvMOBILE', 'tvNonEnglish', 'tvPACKS', 'tvSDx264', 'tvHDx264', 'tvX265', 'tvXVID'], 'type': 'string'}], 'title': 'single value'}]}, 'cfduid': {'type': 'string'}, 'passkey': {'type': 'string'}, 'rss_key': {'type': 'string'}, 'uid': {'oneOf': [{'type': 'integer'}, {'type': 'string'}]}}, 'required': ['rss_key', 'uid', 'passkey', 'cfduid'], 'type': 'object'}#