flexget.components.sites.sites.uindex module#
- class flexget.components.sites.sites.uindex.UIndex[source]#
Bases:
objectFetch category listings from UIndex.
Configuration example:
uindex: movies
Choose a single category from:
movies,tv,game,music,app,xxx,anime,other. The plugin yields FlexGet entries populated withname/title,url(magnet when available),size(string),content_size(parsed value when possible),torrent_seeds,torrent_leechesandtorrent_availability. The same configuration string works for bothinputandsearchplugin interfaces.- on_task_input(**kwargs)#
- BASE_URL = 'https://uindex.org/'#
- SECTION_KEYS = ['movies', 'tv', 'game', 'music', 'app', 'xxx', 'anime', 'other']#
- SECTION_URLS = {'anime': 'https://uindex.org/search.php?c=7', 'app': 'https://uindex.org/search.php?c=5', 'game': 'https://uindex.org/search.php?c=3', 'movies': 'https://uindex.org/search.php?c=1', 'music': 'https://uindex.org/search.php?c=4', 'other': 'https://uindex.org/search.php?c=8', 'tv': 'https://uindex.org/search.php?c=2', 'xxx': 'https://uindex.org/search.php?c=6'}#
- schema = {'enum': ['movies', 'tv', 'game', 'music', 'app', 'xxx', 'anime', 'other'], 'type': 'string'}#