Two Plugins - sasese/Flexget GitHub Wiki

Two Plugins is a project to create entries by scraping index pages provided by standard input plugins (Parse URLs), and (Cleanup Input) disassemble and reassemble entries with higher fidelity by comparing and combining titles, meta info and URLs.

Tips and Links for Parse URLs:

  • On caching:
  1. Trakt List input plugin, @cached interval
  2. RSS input plugin, all_entries
  • On comparing collections:
  1. Sets and frozensets
  2. Dictionaries and lists
  3. Mixed types
  4. Lists; Speed and preserving order
  5. Collection types

Resources for Parse URLs: