mirror of https://github.com/Jackett/Jackett
torrentz2eu: lint
This commit is contained in:
parent
faec84093e
commit
161c5ac87c
|
@ -62,7 +62,6 @@ caps:
|
|||
- {id: "Video(Other)", cat: Other, desc: "Video(Other)"}
|
||||
- {id: "Video(TV shows)", cat: TV, desc: "TV"}
|
||||
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
|
@ -70,10 +69,8 @@ caps:
|
|||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
|
||||
settings: []
|
||||
|
||||
|
||||
search:
|
||||
paths:
|
||||
# https://torrentz2beta.in/search.php?q=+
|
||||
|
@ -87,7 +84,6 @@ search:
|
|||
- name: re_replace
|
||||
args: ["(\\w+)", "+$1"] # prepend + to each word
|
||||
|
||||
|
||||
rows:
|
||||
selector: table.table-responsive > tbody > tr
|
||||
fields:
|
||||
|
|
Loading…
Reference in New Issue