mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
btsow: add date TZ
add music and book modes code tidy
This commit is contained in:
@@ -29,12 +29,14 @@ caps:
|
|||||||
search: [q]
|
search: [q]
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
music-search: [q]
|
||||||
|
book-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: info_8000
|
- name: info_8000
|
||||||
type: info
|
type: info
|
||||||
label: About BTSOW Categories
|
label: About BTSOW Categories
|
||||||
default: BTSOW does not return categories in its search results page. To add to Sonarr or Radarr replace all categories with 8000(Other).
|
default: BTSOW does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
|
||||||
|
|
||||||
download:
|
download:
|
||||||
selector: a#magnetOpen
|
selector: a#magnetOpen
|
||||||
@@ -42,7 +44,7 @@ download:
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{else}}{{ .Today.Year }}{{end}}"
|
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||||
rows:
|
rows:
|
||||||
selector: div.row:has(a[href*="/detail/hash/"])
|
selector: div.row:has(a[href*="/detail/hash/"])
|
||||||
fields:
|
fields:
|
||||||
@@ -60,8 +62,10 @@ search:
|
|||||||
date:
|
date:
|
||||||
selector: div.date
|
selector: div.date
|
||||||
filters:
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " -00:00" # GMT
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2006-01-02"
|
args: "2006-01-02 -07:00"
|
||||||
size:
|
size:
|
||||||
selector: div.size
|
selector: div.size
|
||||||
seeders:
|
seeders:
|
||||||
|
Reference in New Issue
Block a user