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