Skip to content

Commit

Permalink
jackett indexers as of 5df2fdf034d3e73dce12c8d4128d8b45a23a0aed
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed May 1, 2023
1 parent c4a8c41 commit 01223ec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions definitions/v7/boxingtorrents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ caps:
- {id: 4, cat: TV/Sport, desc: "Full - Poor"}
- {id: 14, cat: TV/Sport, desc: "HD"}
- {id: 7, cat: TV/Sport, desc: "Misc"}
- {id: 18, cat: TV/Sport, desc: "Instructional"}

modes:
search: [q]
Expand Down
2 changes: 1 addition & 1 deletion definitions/v7/extratorrent-st.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ search:
args: ["[\\s]+", "."]

rows:
selector: tr[class^="tl"]
selector: tr[class^="tl"]:has(a[href^="magnet:?xt="])
filters:
- name: andmatch

Expand Down
3 changes: 2 additions & 1 deletion definitions/v7/torrent9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrent9.to/
- https://www.torrent9.fi/
- https://www.torrent9.fm/
- https://torrent9.unblockninja.com/
legacylinks:
Expand Down Expand Up @@ -43,6 +43,7 @@ legacylinks:
- https://torrent9.li/ # not a proxy for torrent9 or torrent9clone
- https://www.oxtorrent.me/ # http 522 Connection timed out
- https://www.torrent9.gg/
- https://torrent9.to/ # no response data

caps:
# dont forget to update the search fields category case block
Expand Down
2 changes: 1 addition & 1 deletion definitions/v9/extratorrent-st.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ search:
args: ["[\\s]+", "."]

rows:
selector: tr[class^="tl"]
selector: tr[class^="tl"]:has(a[href^="magnet:?xt="])
filters:
- name: andmatch

Expand Down
3 changes: 2 additions & 1 deletion definitions/v9/torrent9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrent9.to/
- https://www.torrent9.fi/
- https://www.torrent9.fm/
- https://torrent9.unblockninja.com/
legacylinks:
Expand Down Expand Up @@ -43,6 +43,7 @@ legacylinks:
- https://torrent9.li/ # not a proxy for torrent9 or torrent9clone
- https://www.oxtorrent.me/ # http 522 Connection timed out
- https://www.torrent9.gg/
- https://torrent9.to/ # no response data

caps:
# dont forget to update the search fields category case block
Expand Down

0 comments on commit 01223ec

Please sign in to comment.