mirror of https://github.com/Jackett/Jackett
piratbit: change requestDelay & UA
If they block it as well, remove the public indexer but leave the semi-private one.
This commit is contained in:
parent
7fd3601853
commit
52068ffe61
|
@ -5,7 +5,7 @@ description: "PirateBit is a RUSSIAN Public Torrent Tracker for MOVIES / TV / GE
|
||||||
language: ru-RU
|
language: ru-RU
|
||||||
type: public
|
type: public
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
requestDelay: 2
|
requestDelay: 5
|
||||||
links:
|
links:
|
||||||
- https://pb.wtf/
|
- https://pb.wtf/
|
||||||
- https://top.pirat.one/
|
- https://top.pirat.one/
|
||||||
|
@ -682,8 +682,8 @@ search:
|
||||||
args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", "сезон $1 сери $2"]
|
args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", "сезон $1 сери $2"]
|
||||||
|
|
||||||
headers:
|
headers:
|
||||||
# site blocks Jackett's Linux User-Agents, so use Windows instead
|
# site blocks Jackett's User-Agents, so slightly alter it here (e.g. Safari/537.36 > Safari/537.35)
|
||||||
User-Agent: ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36"]
|
User-Agent: ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.35"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: tr[id^="tor_"]:not(:has(span[title="закрыто"])):not(:has(span[title="неоформлено"]))
|
selector: tr[id^="tor_"]:not(:has(span[title="закрыто"])):not(:has(span[title="неоформлено"]))
|
||||||
|
|
Loading…
Reference in New Issue