Skip to content

Commit

Permalink
jackett indexers as of d20608e38b229909688fa0cc056690cd34f0ef8d
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jan 11, 2024
1 parent 1b7bc22 commit 0e113fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion definitions/v7/datascene-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ search:
minimumseedtime:
# 2 days (as seconds = 2 x 24 x 60 x 60)
text: 172800
# json UNIT3D 7.0.3
# json UNIT3D 7.2.0
4 changes: 2 additions & 2 deletions definitions/v7/torrentqq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrentqq290.com/
- https://torrentqq291.com/
legacylinks:
- https://torrentqq275.com/
- https://torrentqq276.com/
- https://torrentqq277.com/
- https://torrentqq278.com/
Expand All @@ -24,6 +23,7 @@ legacylinks:
- https://torrentqq287.com/
- https://torrentqq288.com/
- https://torrentqq289.com/
- https://torrentqq290.com/

caps:
categorymappings:
Expand Down
2 changes: 1 addition & 1 deletion definitions/v7/xider-torrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ search:
# does not support imdbid search

rows:
selector: "table[width=\"960px\"][align=\"center\"][cellpadding=\"5\"] tbody tr:has(a[href^=\"download.php?\"]){{ if .Config.freeleech }}:has(span[style^=\"font\"]:contains(\"0x\")){{ else }}{{ end }}"
selector: "tr.torrentDataRow:has(a[href^=\"download.php?\"]){{ if .Config.freeleech }}:has(span[style^=\"font\"]:contains(\"0x\")){{ else }}{{ end }}"

fields:
category:
Expand Down
2 changes: 1 addition & 1 deletion definitions/v9/datascene-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ search:
minimumseedtime:
# 2 days (as seconds = 2 x 24 x 60 x 60)
text: 172800
# json UNIT3D 7.0.3
# json UNIT3D 7.2.0

0 comments on commit 0e113fc

Please sign in to comment.