Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@BrutuZ
Copy link
Contributor

@BrutuZ BrutuZ commented Feb 28, 2024

Motivation for changes:

  • EZTV removed search functionality from their RSS URL
  • RARBG closed

Detailed changes:

  • Added Input and Search interfaces to EZTV plugin
    • Generators, compatible with the limit plugin, hard-capped at 1500 entries (up to 15 pages with 100 entries) otherwise.
    • Search requires the entry to have the imdb_id field set due to an API limitation, it only allows searching by IMDB IDs without the tt prefix
  • Removed RARBG plugin

Config usage if relevant (new plugin or updated schema):

Input and Search need to be called with a simple boolean

task:
  eztv: yes # Input
  discover:
    what:
      - entry-list: my-series
    from:
      - eztv: yes  # Search - Will search for each entry's `imdb_id`, skips them if it's not defined

@gazpachoking gazpachoking merged commit dfd53b5 into Flexget:develop Mar 6, 2024
@gazpachoking
Copy link
Member

Looks good to me, thanks!

@BrutuZ BrutuZ deleted the eztv branch December 15, 2024 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants