mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 16:42:01 +02:00
Fixes for 3 French trackers (#1736)
Non-critical fixes: - NextTorrent and Zetorrents: error in logs when no results were returned from search - T411v2: improved selector to disregard VPN add in search results
This commit is contained in:
2
src/Jackett/Definitions/nexttorrent.yml
Normal file → Executable file
2
src/Jackett/Definitions/nexttorrent.yml
Normal file → Executable file
@@ -24,7 +24,7 @@
|
|||||||
search:
|
search:
|
||||||
path: "recherche/{{ .Query.Keywords }}"
|
path: "recherche/{{ .Query.Keywords }}"
|
||||||
rows:
|
rows:
|
||||||
selector: div.listing-torrent > table tbody tr
|
selector: div.listing-torrent > table tbody tr:has(a)
|
||||||
fields:
|
fields:
|
||||||
site_date:
|
site_date:
|
||||||
selector: td:nth-child(1) a
|
selector: td:nth-child(1) a
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
search:
|
search:
|
||||||
path: /torrents/search/?search={{ .Keywords}}
|
path: /torrents/search/?search={{ .Keywords}}
|
||||||
rows:
|
rows:
|
||||||
selector: tr.isItemDesk
|
selector: tr.isItem.isItemDesk
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
selector: td.m-cat > a
|
selector: td.m-cat > a
|
||||||
|
2
src/Jackett/Definitions/zetorrents.yml
Normal file → Executable file
2
src/Jackett/Definitions/zetorrents.yml
Normal file → Executable file
@@ -24,7 +24,7 @@
|
|||||||
search:
|
search:
|
||||||
path: "/recherche/{{ .Query.Keywords }}"
|
path: "/recherche/{{ .Query.Keywords }}"
|
||||||
rows:
|
rows:
|
||||||
selector: div.content-list-torrent > table tbody tr
|
selector: div.content-list-torrent > table tbody tr:has(a)
|
||||||
fields:
|
fields:
|
||||||
site_date:
|
site_date:
|
||||||
selector: td:nth-child(1) a
|
selector: td:nth-child(1) a
|
||||||
|
Reference in New Issue
Block a user