mirror of
https://github.com/Prowlarr/Indexers.git
synced 2025-12-24 21:15:29 +00:00
yamllint: update to match jackett (#252)
* Update .yamllint * Update bjshare.yml * Update byrbt.yml * Update xthor-scraping.yml
This commit is contained in:
10
.yamllint
10
.yamllint
@@ -1,9 +1,17 @@
|
|||||||
extends: default
|
extends: default
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
comments:
|
||||||
|
min-spaces-from-content: 1
|
||||||
|
comments-indentation: disable
|
||||||
document-start:
|
document-start:
|
||||||
level: error
|
level: error
|
||||||
|
empty-lines:
|
||||||
|
max: 1
|
||||||
|
empty-values: enable
|
||||||
|
indentation:
|
||||||
|
spaces: 2
|
||||||
line-length: disable
|
line-length: disable
|
||||||
truthy: disable
|
|
||||||
new-lines:
|
new-lines:
|
||||||
type: platform
|
type: platform
|
||||||
|
truthy: disable
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ settings:
|
|||||||
label: Search freeleech only
|
label: Search freeleech only
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
|
|
||||||
login:
|
login:
|
||||||
method: cookie
|
method: cookie
|
||||||
inputs:
|
inputs:
|
||||||
@@ -82,7 +81,6 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: andmatch
|
- name: andmatch
|
||||||
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
download:
|
download:
|
||||||
selector: a[title="Baixar"]
|
selector: a[title="Baixar"]
|
||||||
@@ -130,7 +128,6 @@ search:
|
|||||||
selector: a[href^="torrents.php?id="]:not(.tooltip)
|
selector: a[href^="torrents.php?id="]:not(.tooltip)
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
||||||
|
|
||||||
title_MovieTV: # Movie and TV Format
|
title_MovieTV: # Movie and TV Format
|
||||||
# Title defined as:
|
# Title defined as:
|
||||||
# PT-BR/Japanese title [en-US title] [year]
|
# PT-BR/Japanese title [en-US title] [year]
|
||||||
@@ -172,7 +169,6 @@ search:
|
|||||||
category:
|
category:
|
||||||
text: "{{ .Result.category_details }}"
|
text: "{{ .Result.category_details }}"
|
||||||
|
|
||||||
|
|
||||||
title:
|
title:
|
||||||
text: "{{ if
|
text: "{{ if
|
||||||
or (eq .Result.category_details \"1\")
|
or (eq .Result.category_details \"1\")
|
||||||
|
|||||||
@@ -99,11 +99,9 @@ search:
|
|||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
type: "{{ .Config.type }}"
|
type: "{{ .Config.type }}"
|
||||||
|
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
selector: a[href^="?cat="]
|
selector: a[href^="?cat="]
|
||||||
|
|||||||
@@ -162,7 +162,6 @@ settings:
|
|||||||
type: text
|
type: text
|
||||||
label: Replace "VOSTFR" and "SUBFRENCH" by this word
|
label: Replace "VOSTFR" and "SUBFRENCH" by this word
|
||||||
|
|
||||||
|
|
||||||
login:
|
login:
|
||||||
method: post
|
method: post
|
||||||
path: takelogin.php
|
path: takelogin.php
|
||||||
|
|||||||
Reference in New Issue
Block a user