flexget.components.seen.seen_info_hash module#

class flexget.components.seen.seen_info_hash.FilterSeenInfoHash[source]#

Bases: FilterSeen

Prevents the same torrent from being downloaded twice by remembering the infohash of all downloaded torrents.

on_task_filter(task, config)[source]#

Filter entries already accepted on previous runs.

on_task_modify(task, config)[source]#
schema = {'oneOf': [{'type': 'boolean'}, {'enum': ['global', 'local'], 'type': 'string'}]}#
flexget.components.seen.seen_info_hash.register_plugin()[source]#