flexget.components.sites.sites.iptorrents module#
- class flexget.components.sites.sites.iptorrents.UrlRewriteIPTorrents[source]#
Bases:
objectIpTorrents urlrewriter and search plugin.
- iptorrents:
rss_key: xxxxxxxxx (required) uid: xxxxxxxx (required) password: xxxxxxxx (required) category: HD free: False search_delay: “1 seconds”
Category is any combination of: Movie-all, Movie-3D, Movie-480p, Movie-4K, Movie-BD-R, Movie-BD-Rip, Movie-Cam, Movie-DVD-R, Movie-HD-Bluray, Movie-Kids, Movie-MP4, Movie-Non-English, Movie-Packs, Movie-Web-DL, Movie-x265, Movie-XviD, TV-all, TV-Documentaries, TV-Sports, TV-480p, TV-BD, TV-DVD-R, TV-DVD-Rip, TV-MP4, TV-Mobile, TV-Non-English, TV-Packs, TV-Packs-Non-English, TV-SD-x264, TV-x264, TV-x265, TV-XVID, TV-Web-DL
free is a boolean to control search result filtering for freeleach torrents only.
search_delay is a timedelta string that configures rate limit for requests to iptorrents.com.
- search(**kwargs)#
- url_rewritable(task, entry)[source]#
Determine if the entry’s URL is rewriteable (not pointing at a downloadable torrent).
- schema = {'additionalProperties': False, 'properties': {'category': {'oneOf': [{'items': {'oneOf': [{'type': 'integer'}, {'enum': ['All', 'Movie-all', 'Movie-3D', 'Movie-480p', 'Movie-4K', 'Movie-BD-R', 'Movie-BD-Rip', 'Movie-Cam', 'Movie-DVD-R', 'Movie-HD-Bluray', 'Movie-Kids', 'Movie-MP4', 'Movie-Non-English', 'Movie-Packs', 'Movie-Web-DL', 'Movie-x265', 'Movie-XviD', 'TV-all', 'TV-Documentaries', 'TV-Sports', 'TV-480p', 'TV-BD', 'TV-DVD-R', 'TV-DVD-Rip', 'TV-Mobile', 'TV-Non-English', 'TV-Packs', 'TV-Packs-Non-English', 'TV-SD-x264', 'TV-x264', 'TV-x265', 'TV-XVID', 'TV-Web-DL'], 'type': 'string'}], 'title': 'single value'}, 'minItems': 1, 'title': 'multiple values', 'type': 'array', 'uniqueItems': False}, {'oneOf': [{'type': 'integer'}, {'enum': ['All', 'Movie-all', 'Movie-3D', 'Movie-480p', 'Movie-4K', 'Movie-BD-R', 'Movie-BD-Rip', 'Movie-Cam', 'Movie-DVD-R', 'Movie-HD-Bluray', 'Movie-Kids', 'Movie-MP4', 'Movie-Non-English', 'Movie-Packs', 'Movie-Web-DL', 'Movie-x265', 'Movie-XviD', 'TV-all', 'TV-Documentaries', 'TV-Sports', 'TV-480p', 'TV-BD', 'TV-DVD-R', 'TV-DVD-Rip', 'TV-Mobile', 'TV-Non-English', 'TV-Packs', 'TV-Packs-Non-English', 'TV-SD-x264', 'TV-x264', 'TV-x265', 'TV-XVID', 'TV-Web-DL'], 'type': 'string'}], 'title': 'single value'}]}, 'free': {'default': False, 'type': 'boolean'}, 'password': {'type': 'string'}, 'rss_key': {'type': 'string'}, 'uid': {'oneOf': [{'type': 'integer'}, {'type': 'string'}]}}, 'required': ['rss_key', 'uid', 'password'], 'type': 'object'}#