mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 00:47:21 +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:
4
src/Jackett/Definitions/nexttorrent.yml
Normal file → Executable file
4
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
|
||||||
@@ -85,4 +85,4 @@
|
|||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: "0"
|
text: "0"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: "1"
|
text: "1"
|
||||||
|
@@ -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
|
||||||
|
4
src/Jackett/Definitions/zetorrents.yml
Normal file → Executable file
4
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
|
||||||
@@ -85,4 +85,4 @@
|
|||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: "0"
|
text: "0"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: "1"
|
text: "1"
|
||||||
|
Reference in New Issue
Block a user