flexget.components.seen.seen_info_hash module#
- class flexget.components.seen.seen_info_hash.FilterSeenInfoHash[source]#
Bases:
FilterSeenPrevents the same torrent from being downloaded twice by remembering the infohash of all downloaded torrents.
- schema = {'oneOf': [{'type': 'boolean'}, {'enum': ['global', 'local'], 'type': 'string'}]}#