Indexers - Jackett - C# Updates - Selector -> Selectors #185

Closed
opened 2026-02-20 09:39:59 -05:00 by deekerman · 0 comments
Owner

Originally created by @bakerboy448 on GitHub (Jun 29, 2021).

Originally assigned to: @bakerboy448 on GitHub.

Note: not all; so we still need to support the ?legacy? selector

also some now have downloadlink2 (fallback link)

Old:

download:
  # the .torrent url is on the on the details page
  selector: ul li a[href^="{{ .Config.downloadlink }}"]
  attribute: href

New:

download:
  # the .torrent URL and magnet URI are on the details page
  selectors:
    - selector: ul li a[href^="{{ .Config.downloadlink }}"]
      attribute: href
    - selector: ul li a[href^="{{ .Config.downloadlink2 }}"]
      attribute: href

relating to https://github.com/Prowlarr/Indexers/pull/3/files

AB#1152

Originally created by @bakerboy448 on GitHub (Jun 29, 2021). Originally assigned to: @bakerboy448 on GitHub. Note: not all; so we still need to support the ?legacy? selector also some now have `downloadlink2` (fallback link) Old: ``` download: # the .torrent url is on the on the details page selector: ul li a[href^="{{ .Config.downloadlink }}"] attribute: href ``` New: ``` download: # the .torrent URL and magnet URI are on the details page selectors: - selector: ul li a[href^="{{ .Config.downloadlink }}"] attribute: href - selector: ul li a[href^="{{ .Config.downloadlink2 }}"] attribute: href ``` relating to https://github.com/Prowlarr/Indexers/pull/3/files [AB#1152](https://dev.azure.com/Servarr/7ab38f4e-5a57-4d70-84f4-94dd9bc5d6df/_workitems/edit/1152)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Prowlarr#185
No description provided.