Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 766 Bytes

eztv.md

File metadata and controls

34 lines (27 loc) · 766 Bytes

EZTV

Gets entries from the EZTV website

It's highly recommended to pair this with the limit plugin otherwise it can take a long time to make the 15 calls to fetch 1500 entries

As an Input

Will get the most recent entries from the website.

Example

my-task:
  limit:
    amount: 20
    what:
      - eztv: yes

As a Search

It also works with the discover plugin, however your entries must have the imdb_id field since it's the only search allowed.

For example the simple form:

my-task:
  limit:
    amount: 20
    from:
      discover:
        what: 
          - entry_list: my-series  # entries with imdb_id
        from:
          - eztv: yes