flexget.plugins.input.rottentomatoes_list module#
- class flexget.plugins.input.rottentomatoes_list.RottenTomatoesList[source]#
Bases:
objectEmits an entry for each movie in a Rotten Tomatoes list.
Configuration:
- dvds:
top_rentals
upcoming
- movies:
box_office
- Possible lists are
dvds: top_rentals, current_releases, new_releases, upcoming
movies: box_office, in_theaters, opening, upcoming
- on_task_input(**kwargs)#
- schema = {'additionalProperties': False, 'properties': {'api_key': {'type': 'string'}, 'dvds': {'items': {'enum': ['top_rentals', 'current_releases', 'new_releases', 'upcoming']}, 'type': 'array'}, 'movies': {'items': {'enum': ['box_office', 'in_theaters', 'opening', 'upcoming']}, 'type': 'array'}}, 'type': 'object'}#