YodaDaCoda / Indexers

Contains indexer definitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indexers

This Repo contains Cardigann YML indexer definitions for Prowlarr.

For more information on the formatting of the YML Indexer Definition, please see our wiki entry

For Prowlarr Indexer Requests; please see our request site

Definition Versions

Versions require Prowlarr Cardigann C# modifications. Prowlarr will fall back to a previous version if no YML exists for the current version.

Active Versions

  • V2 Indexers
    • Prowlarr Cardigann v2 include several changes such as
      • Regex removal for Size parsing
      • Multiple Download Selectors
      • Optional Selectors
      • Testlink Torrents
      • InfoHash links
      • AllowRawSearch property in caps
    • All new indexers shall be added to v2 as of 2021-10-13
  • V3 Indexers
    • Prowlarr Cardigann v3 includes support for APIs and JSON
    • Replace imdb: selector with imdbid:
    • Makes Description an optional by default
    • All new Indexers using APIs shall be in v3 as of 2021-10-21
      • Indexers utiizing CategoryDescr or any v4 features MUST be in v4
  • V4 Indexers
    • Prowlarr Cardigann v4 includes support for Newznab Indexers (Usenet)
    • Better SearchBlock and DownloadBlock header support and use
    • Cardigann v4 additionally includes the following changes:
      • Search Caps and Release Response
      • TMDBId
      • Genre
      • TraktID
      • CategoryDescr
      • Protocol
      • ignoreblankinputs (defined as SupportsEmptyInputs)
      • allowdownloadredirect (defined as SupportsRedirect)
      • SearchBlock Error
      • DownloadBlock Error

Depreciated Versions

  • V1 Indexers
    • Prowlarr Cardigann v1 are base level standard YML
    • No new indexers are to be added to v1 as of 2021-10-13
    • No new updates backported to v1 as of 2021-10-17

About

Contains indexer definitions


Languages

Language:Shell 88.9%Language:PowerShell 11.1%