Skip to content

Commit

Permalink
oxtorrent: update magnet selector. resolves #12638
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Dec 4, 2021
1 parent aecc9f7 commit 5431d72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Jackett.Common/Definitions/oxtorrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ settings:

download:
selectors:
- selector: a[href^="magnet:?"]
attribute: href
- selector: script:contains("magnet:?")
filters:
- name: regexp
args: "\\s'(magnet:\\?.+?)';"

search:
paths:
Expand Down

0 comments on commit 5431d72

Please sign in to comment.