mirror of https://github.com/Jackett/Jackett
52bt: fetch 2 pages. resolves #15598
This commit is contained in:
parent
2830a01ae3
commit
651a9545cb
|
@ -5,6 +5,7 @@ description: "52BT is a CHINESE Public tracker for TV / MOVIES / MUSIC / GENERAL
|
||||||
language: zh-CN
|
language: zh-CN
|
||||||
type: public
|
type: public
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
|
requestDelay: 2
|
||||||
links:
|
links:
|
||||||
# Send any content to 52btbtbt@gmail.com to get the latest address. or visit https://521.52btbt.cyou/
|
# Send any content to 52btbtbt@gmail.com to get the latest address. or visit https://521.52btbt.cyou/
|
||||||
- https://www.529053.xyz/
|
- https://www.529053.xyz/
|
||||||
|
@ -61,6 +62,7 @@ settings:
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "search-{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}-{{ .Config.cat-id }}-{{ .Config.sort }}-1.html"
|
- path: "search-{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}-{{ .Config.cat-id }}-{{ .Config.sort }}-1.html"
|
||||||
|
- path: "search-{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}-{{ .Config.cat-id }}-{{ .Config.sort }}-2.html"
|
||||||
error:
|
error:
|
||||||
- selector: :root:contains("Internal Server Error")
|
- selector: :root:contains("Internal Server Error")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue