assorted: cosmetic for yamllint part5

This commit is contained in:
Garfield69 2020-05-13 12:04:17 +12:00
parent a841d3f0a6
commit 7b7bc1a198
33 changed files with 146 additions and 145 deletions

View File

@ -71,8 +71,8 @@ login:
search:
paths:
# https://www.3evils.com/browse.php?search=black+lightning+s02e11&searchin=title&incldead=1
# https://www.3evils.com/browse.php?c3=1&c4=1&search=&searchin=title&incldead=1
# https://www.3evils.com/browse.php?search=black+lightning+s02e11&searchin=title&incldead=1
# https://www.3evils.com/browse.php?c3=1&c4=1&search=&searchin=title&incldead=1
- path: browse.php
inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
@ -113,8 +113,8 @@ search:
attribute: onmouseover
optional: true
filters:
# onmouseover="Tip('<b>blahblah /><img src=\'img.php/tvmaze/80.jpg\' blahblah />');"
# <img src=\'./pic/noposter.png\'
# onmouseover="Tip('<b>blahblah /><img src=\'img.php/tvmaze/80.jpg\' blahblah />');"
# <img src=\'./pic/noposter.png\'
- name: regexp
args: "src=\\\\'(.+?)\\\\'"
- name: replace

View File

@ -79,9 +79,9 @@ login:
search:
paths:
# https://4thd.xyz/torrents.php?order_by=time&order_way=desc&filter_freeleech=1&title=twilight+zone&search_type=1&taglist=&tags_type=0
- path: torrents.php
inputs:
# https://4thd.xyz/torrents.php?order_by=time&order_way=desc&filter_freeleech=1&title=twilight+zone&search_type=1&taglist=&tags_type=0
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
order_by: "{{ .Config.sort }}"
order_way: "{{ .Config.type }}"

View File

@ -209,7 +209,7 @@ search:
- name: replace
args: ["Gestern", "Yesterday"]
date:
# 30.02.2018 23:12:50
# 30.02.2018 23:12:50
selector: td:nth-child(10):contains("."):contains(":")
optional: true
filters:

View File

@ -179,19 +179,19 @@ search:
title:
selector: a[href^="torrents-details.php?id="]
filters:
# strip out the non-english title [to the left of the brackets] and drop the brackets enclosing the english title
# strip out the non-english title [to the left of the brackets] and drop the brackets enclosing the english title
- name: re_replace
args: ["^(.*?)[\\(](.*?)[\\)](.*?)$", "$2$3"]
# add the year to the title
# add the year to the title
- name: append
args: "{{if .Result._year}} {{.Result._year}}{{else}}{{end}}"
# add the quality to the title
# add the quality to the title
- name: append
args: "{{if .Result._quality}} {{.Result._quality}}{{else}}{{end}}"
# add the type to the title
# add the type to the title
- name: append
args: "{{if .Result._type}} {{.Result._type}}{{else}}{{end}}"
# add audio to the title
# add audio to the title
- name: append
args: "{{if .Result._language}} {{.Result._language}}{{else}}{{end}}"
- name: re_replace
@ -206,71 +206,71 @@ search:
selector: div.list-group-item-addon img
attribute: src
case:
# unfortunately the site does not have category numbers on the results page, just a .png which can apply to both movies and tv.
# therefore I've order the list to favour movies,
# also, not all .png have been verified as the site has many empty categories. their image names have been extrapolated from the cat desc.
"[src$=\"/XXXZ.png\"]": 74
"[src$=\"/Hentai.png\"]": 75
"[src$=\"/Anime.png\"]": 69
"[src$=\"/Windows.png\"]": 21
"[src$=\"/Mac.png\"]": 22
"[src$=\"/Android.png\"]": 23
"[src$=\"/Linux.png\"]": 25
"[src$=\"/iPhone.png\"]": 26
"[src$=\"/iPad.png\"]": 27
"[src$=\"/iPod.png\"]": 28
"[src$=\"/Cursos.png\"]": 71
"[src$=\"/Apostila.png\"]": 72
"[src$=\"/E-books.png\"]": 67
"[src$=\"/Revista.png\"]": 68
"[src$=\"/HQ.png\"]": 112
"[src$=\"/Filmes.png\"]": 119
"[src$=\"/Revistas-XXX.png\"]": 70
"[src$=\"/PS4.png\"]": 79
"[src$=\"/Jogos-PC.png\"]": 47
"[src$=\"/Emulador.png\"]": 61
"[src$=\"/Emulacao.png\"]": 109
"[src$=\"/Jogos-Mac.png\"]": 48
"[src$=\"/Jogos-PS1.png\"]": 49
"[src$=\"/Jogos-PS2.png\"]": 50
"[src$=\"/Jogos-PS3.png\"]": 51
"[src$=\"/Jogos-Dreamcast.png\"]": 52
"[src$=\"/Jogos-Xbox360.png\"]": 54
"[src$=\"/Jogos-Xbox.png\"]": 56
"[src$=\"/Jogos-Wii.png\"]": 55
"[src$=\"/Jogos-DS.png\"]": 58
"[src$=\"/jogosandroid.png\"]": 57
"[src$=\"/Jogos-PSP.png\"]": 82
"[src$=\"/Jogos-NS.png\"]": 110
"[src$=\"/Jogos-XboxOne.png\"]": 78
"[src$=\"/Axe.png\"]": 29
"[src$=\"/Funk.png\"]": 31
"[src$=\"/Pagode.png\"]": 32
"[src$=\"/HIP_HOP.png\"]": 33
"[src$=\"/Rap.png\"]": 34
"[src$=\"/Rock.png\"]": 36
"[src$=\"/Hard-Rock.png\"]": 37
"[src$=\"/Blues.png\"]": 38
"[src$=\"/Dance.png\"]": 39
"[src$=\"/Discografia.png\"]": 40
"[src$=\"/Erudita.png\"]": 41
"[src$=\"/Forro.png\"]": 42
"[src$=\"/Dubstep.png\"]": 43
"[src$=\"/Sertanejo.png\"]": 46
"[src$=\"/Samba.png\"]": 45
"[src$=\"/Musica-Outros.png\"]": 77
"[src$=\"/Reggae.png\"]": 76
"[src$=\"/Gospel.png\"]": 83
"[src$=\"/POP.png\"]": 115
"[src$=\"/MPB.png\"]": 114
"[src$=\"/OST.png\"]": 84
"[src$=\"/Seriados.png\"]": 120
"[src$=\"/Shows.png\"]": 65
"[src$=\"/Aberta.png\"]": 63
"[src$=\"/Esporte.png\"]": 62
"[src$=\"/Fechada.png\"]": 64
"[src$=\"/Videoaula.png\"]": 73
"*": 999
# unfortunately the site does not have category numbers on the results page, just a .png which can apply to both movies and tv.
# therefore I've order the list to favour movies,
# also, not all .png have been verified as the site has many empty categories. their image names have been extrapolated from the cat desc.
"[src$=\"/XXXZ.png\"]": 74
"[src$=\"/Hentai.png\"]": 75
"[src$=\"/Anime.png\"]": 69
"[src$=\"/Windows.png\"]": 21
"[src$=\"/Mac.png\"]": 22
"[src$=\"/Android.png\"]": 23
"[src$=\"/Linux.png\"]": 25
"[src$=\"/iPhone.png\"]": 26
"[src$=\"/iPad.png\"]": 27
"[src$=\"/iPod.png\"]": 28
"[src$=\"/Cursos.png\"]": 71
"[src$=\"/Apostila.png\"]": 72
"[src$=\"/E-books.png\"]": 67
"[src$=\"/Revista.png\"]": 68
"[src$=\"/HQ.png\"]": 112
"[src$=\"/Filmes.png\"]": 119
"[src$=\"/Revistas-XXX.png\"]": 70
"[src$=\"/PS4.png\"]": 79
"[src$=\"/Jogos-PC.png\"]": 47
"[src$=\"/Emulador.png\"]": 61
"[src$=\"/Emulacao.png\"]": 109
"[src$=\"/Jogos-Mac.png\"]": 48
"[src$=\"/Jogos-PS1.png\"]": 49
"[src$=\"/Jogos-PS2.png\"]": 50
"[src$=\"/Jogos-PS3.png\"]": 51
"[src$=\"/Jogos-Dreamcast.png\"]": 52
"[src$=\"/Jogos-Xbox360.png\"]": 54
"[src$=\"/Jogos-Xbox.png\"]": 56
"[src$=\"/Jogos-Wii.png\"]": 55
"[src$=\"/Jogos-DS.png\"]": 58
"[src$=\"/jogosandroid.png\"]": 57
"[src$=\"/Jogos-PSP.png\"]": 82
"[src$=\"/Jogos-NS.png\"]": 110
"[src$=\"/Jogos-XboxOne.png\"]": 78
"[src$=\"/Axe.png\"]": 29
"[src$=\"/Funk.png\"]": 31
"[src$=\"/Pagode.png\"]": 32
"[src$=\"/HIP_HOP.png\"]": 33
"[src$=\"/Rap.png\"]": 34
"[src$=\"/Rock.png\"]": 36
"[src$=\"/Hard-Rock.png\"]": 37
"[src$=\"/Blues.png\"]": 38
"[src$=\"/Dance.png\"]": 39
"[src$=\"/Discografia.png\"]": 40
"[src$=\"/Erudita.png\"]": 41
"[src$=\"/Forro.png\"]": 42
"[src$=\"/Dubstep.png\"]": 43
"[src$=\"/Sertanejo.png\"]": 46
"[src$=\"/Samba.png\"]": 45
"[src$=\"/Musica-Outros.png\"]": 77
"[src$=\"/Reggae.png\"]": 76
"[src$=\"/Gospel.png\"]": 83
"[src$=\"/POP.png\"]": 115
"[src$=\"/MPB.png\"]": 114
"[src$=\"/OST.png\"]": 84
"[src$=\"/Seriados.png\"]": 120
"[src$=\"/Shows.png\"]": 65
"[src$=\"/Aberta.png\"]": 63
"[src$=\"/Esporte.png\"]": 62
"[src$=\"/Fechada.png\"]": 64
"[src$=\"/Videoaula.png\"]": 73
"*": 999
date:
text: now
date:

View File

@ -32,7 +32,7 @@ settings:
label: Download link
default: "magnet:?xt="
options:
"/download/" : ".torrent"
"/download/": ".torrent"
"magnet:?xt=": "magnet"
download:

View File

@ -64,9 +64,9 @@ login:
search:
paths:
# torrents.php?searchstr=mandalorain&order_by=size&order_way=desc&action=basic&searchsubmit=1
- path: torrents.php
inputs:
# torrents.php?searchstr=mandalorain&order_by=size&order_way=desc&action=basic&searchsubmit=1
searchstr: "{{ .Keywords }}"
order_by: "{{ .Config.sort }}"
order_way: "{{ .Config.type }}"

View File

@ -21,7 +21,7 @@ legacylinks:
caps:
categorymappings:
# fetch these from https://www.demonoid.is/cached/torrent_categories_script.js?v5
# fetch these from https://www.demonoid.is/cached/torrent_categories_script.js?v5
# Applications
- {id: 1, cat: PC/Phone-Android, desc: "Applications Android"}
- {id: 2, cat: PC/Phone-IOS, desc: "Applications Iphone / Ipod touch"}

View File

@ -34,7 +34,7 @@ download:
attribute: href
search:
# site returns just 30 results, attempt to fetch upto 90
# site returns just 30 results, attempt to fetch upto 90
paths:
- path: /
- path: /page/2/
@ -52,7 +52,7 @@ search:
rows:
selector: "#principal .miniboxs-ficha li"
filters:
- name: andmatch
- name: andmatch
fields:
title:
@ -86,7 +86,7 @@ search:
size:
text: "0 B"
size:
# size can be missing
# size can be missing
optional: true
selector: .voto1
filters:

View File

@ -82,7 +82,7 @@ login:
search:
paths:
# http://estone.cc/letoltes.php?kereses_nev=wide&miben=0&cimke=&cat=0&submit.x=40&submit.y=9
# http://estone.cc/letoltes.php?kereses_nev=wide&miben=0&cimke=&cat=0&submit.x=40&submit.y=9
- path: letoltes.php
inputs:
$raw: "{{ range .Categories }}kat[]={{.}}&{{end}}{{ .Config.sort }}={{ .Config.type }}"

View File

@ -77,7 +77,7 @@ login:
search:
paths:
# https://finelite.org/selaa.php?c14=1&c15=1&c31=1&search=tt6591554&hae=1&type=desc&cat=0&incldead=1&sort=4
# https://finelite.org/selaa.php?c14=1&c15=1&c31=1&search=tt6591554&hae=1&type=desc&cat=0&incldead=1&sort=4
- path: selaa.php
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
@ -115,7 +115,7 @@ search:
files:
selector: td:nth-last-child(6)
date:
# 26.03.2020 <br/>3:53
# 26.03.2020 <br/>3:53
selector: td:nth-last-child(4)
filters:
- name: re_replace

View File

@ -96,7 +96,7 @@ download:
search:
paths:
# https://finvip.org/index.php?page=torrents&active=0&gold=0&category=5;25;6&order=3&by=2
# https://finvip.org/index.php?page=torrents&active=0&gold=0&category=5;25;6&order=3&by=2
- path: index.php
inputs:
page: torrents
@ -146,7 +146,7 @@ search:
seeders:
selector: td:nth-last-child(3)
date:
# 23/12/2019 07:57
# 23/12/2019 07:57
selector: td:nth-last-child(4)
filters:
- name: dateparse

View File

@ -180,7 +180,7 @@ settings:
search:
paths:
# https://focu.sx/tracker/search?freeleech=0&query=daredevil
# https://focu.sx/tracker/search?freeleech=0&query=daredevil
- path: "tracker/{{ if .Keywords }}search?freeleech=0&query={{ .Keywords }}&{{else}}?{{end}}order={{ .Config.sort }}&direction={{ .Config.type }}"
followredirect: true

View File

@ -88,8 +88,8 @@ download:
search:
paths:
# https://fou-du-cinema.net/TTV3/Torrents/Recherche?search=mortal+legends&cat=0&incldead=1&freeleech=0&lang=0
# categories for searching are unsupported
# https://fou-du-cinema.net/TTV3/Torrents/Recherche?search=mortal+legends&cat=0&incldead=1&freeleech=0&lang=0
# categories for searching are unsupported
- path: TTV3/Torrents/Recherche
inputs:
search: "{{ .Keywords }}"

View File

@ -131,7 +131,7 @@ search:
date:
selector: div.news-content
filters:
# - 30-10-2019, 14:49]
# - 30-10-2019, 14:49]
- name: regexp
args: "(\\d{1,2}\\-\\d{2}\\-\\d{4}\\, \\d{1,2}\\:\\d{2})"
- name: replace

View File

@ -112,7 +112,7 @@ search:
- name: re_replace # E01 to BL01
args: ["(?i)\\bE(\\d+)\\b", "E$1"]
inputs:
# does not support multi categories so defaulting to ALL
# does not support multi categories so defaulting to ALL
do: search
keywords: "{{.Keywords}}"
category: 0

View File

@ -168,7 +168,7 @@ search:
a[href^="?doubleup=four"]: 4
a[href^="?doubleup=three"]: 3
a[href^="?doubleup=two"]: 2
"*" : 1
"*": 1
description:
selector: div.contenttext
optional: true

View File

@ -107,7 +107,7 @@ login:
search:
paths:
#http://kinonavse100.com/search.php?tracker_search=torrent&keywords=2020&terms=all&author=&sc=1&sf=titleonly&sk=t&sd=d&sr=topics&st=0&ch=300&t=0&submit=Search
#http://kinonavse100.com/search.php?tracker_search=torrent&keywords=2020&terms=all&author=&sc=1&sf=titleonly&sk=t&sd=d&sr=topics&st=0&ch=300&t=0&submit=Search
- path: search.php
inputs:
tracker_search: torrent
@ -175,7 +175,7 @@ search:
selector: td:last-of-type p:first-of-type:not(:contains("Сегодня")):not(:contains("Вчера"))
optional: true
filters:
# replace month abbreviations
# replace month abbreviations
- name: replace
args: ["янв", "Jan"]
- name: replace

View File

@ -68,7 +68,7 @@ login:
search:
paths:
# https://moecat.best/torrents.php?incldead=0&spstate=0&picktype=0&inclbookmarked=0&search=guilty+ones&search_area=0&search_mode=0
# https://moecat.best/torrents.php?incldead=0&spstate=0&picktype=0&inclbookmarked=0&search=guilty+ones&search_area=0&search_mode=0
- path: torrents.php
inputs:
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"

View File

@ -725,7 +725,7 @@ search:
# 12 янв 2019
selector: td:nth-of-type(6) p
filters:
# replace month abbreviations
# replace month abbreviations
- name: replace
args: ["янв", "Jan"]
- name: replace

View File

@ -70,7 +70,7 @@ ratio:
selector: table#info_block
filters:
- name: replace
args: ["分享率:","Ratio:"] # for simplified chinese language setting
args: ["分享率:", "Ratio:"] # for simplified chinese language setting
- name: regexp
args: "Ratio:\\s(.*?)\\s\\s"

View File

@ -80,7 +80,7 @@ login:
search:
paths:
# https://ptfiles.net/browse.php?search=tt3612126&incldead=1&title=1
# https://ptfiles.net/browse.php?search=tt3612126&incldead=1&title=1
- path: browse.php
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"

View File

@ -179,7 +179,7 @@ search:
- name: re_replace
args: ["(?i)\\w*Temp\\w*\\b\\s?(\\d{1,2})(ª|\\D)?\\b", " S$1 "]
- name: re_replace
args: ["(?i)(\\d{1,2})(ª|\\D)?\\s?\\w*Temp\\w*\\b"," S$1 "]
args: ["(?i)(\\d{1,2})(ª|\\D)?\\s?\\w*Temp\\w*\\b", " S$1 "]
- name: re_replace
args: ["(?i)(\\d{1,2})[x|\\/|\\\\](\\d{1,2})", "S$1E$2"]
title:
@ -195,9 +195,9 @@ search:
- name: re_replace
args: ["(?i)\\w*Temp\\w*\\b\\s?(\\d{1,2})(ª|\\D)?\\b", " S$1 "]
- name: re_replace
args: ["(?i)(\\d{1,2})(ª|\\D)?\\s?\\w*Temp\\w*\\b"," S$1 "]
args: ["(?i)(\\d{1,2})(ª|\\D)?\\s?\\w*Temp\\w*\\b", " S$1 "]
- name: re_replace
args: ["(?i)(\\d{1,2})(ª|\\D)?\\s?\\w*Temp\\w*\\b"," S$1 "]
args: ["(?i)(\\d{1,2})(ª|\\D)?\\s?\\w*Temp\\w*\\b", " S$1 "]
- name: re_replace
args: ["(?i)(\\d{1,2})[x|\\/|\\\\](\\d{1,2})", "S$1E$2"]
- name: re_replace # S02/C01 => S02E01 / S02xC01 => S02E01 / S02C01 => S02E01
@ -241,8 +241,8 @@ search:
img[src$="silver.gif"]: 0.5
"*": 1
uploadvolumefactor:
case:
img[src$="x2.gif"]: 2
img[src$="x3.gif"]: 3
"*": 1
case:
img[src$="x2.gif"]: 2
img[src$="x3.gif"]: 3
"*": 1
# xbtit 2.3.0

View File

@ -371,7 +371,7 @@ search:
selector: td:nth-of-type(6) p:nth-of-type(1):not(:contains("Сегодня")):not(:contains("Вчера"))
optional: true
filters:
# replace month abbreviations
# replace month abbreviations
- name: replace
args: ["янв", "Jan"]
- name: replace

View File

@ -78,8 +78,8 @@ search:
grabs:
selector: td:nth-child(7)
filters:
- name: regexp
args: (\d+)
- name: regexp
args: (\d+)
seeders:
selector: td:nth-child(8)
leechers:

View File

@ -10,24 +10,24 @@ links:
caps:
categorymappings:
- {id: 12, cat: XXX, desc: "Порно категории"}
- {id: 77, cat: XXX, desc: "Порно фильмы русские"}
- {id: 78, cat: XXX, desc: "Транссексуалы (Transsexual)"}
- {id: 79, cat: XXX, desc: "Бисексуалы (Bisexual)"}
- {id: 80, cat: XXX, desc: "Большие Члены (Big Cocks)"}
- {id: 81, cat: XXX, desc: "Секс Машины (Fucking Machines)"}
- {id: 75, cat: XXX, desc: "Порно фильмы зарубежные"}
- {id: 456, cat: XXX, desc: "Порно фильмы зарубежные"}
- {id: 76, cat: XXX, desc: "Геи (Gay)"}
- {id: 70, cat: XXX, desc: "БДСМ (BDSM)"}
- {id: 67, cat: XXX, desc: "Анал (Anal)"}
- {id: 68, cat: XXX, desc: "Большие попки (Big Ass)"}
- {id: 69, cat: XXX, desc: "Большие сиськи (Big Tits)"}
- {id: 73, cat: XXX, desc: "Групповой секс (Group Sex)"}
- {id: 65, cat: XXX, desc: "Порноролики зарубежные "}
- {id: 66, cat: XXX, desc: "Русское Порно Любительское (Amateur Russian)"}
- {id: 71, cat: XXX, desc: "Лесбиянки (Lesbians)"}
- {id: 74, cat: XXX, desc: "Любительское порно фото (Amateur Picture Gallery)"}
- {id: 12, cat: XXX, desc: "Порно категории"}
- {id: 77, cat: XXX, desc: "Порно фильмы русские"}
- {id: 78, cat: XXX, desc: "Транссексуалы (Transsexual)"}
- {id: 79, cat: XXX, desc: "Бисексуалы (Bisexual)"}
- {id: 80, cat: XXX, desc: "Большие Члены (Big Cocks)"}
- {id: 81, cat: XXX, desc: "Секс Машины (Fucking Machines)"}
- {id: 75, cat: XXX, desc: "Порно фильмы зарубежные"}
- {id: 456, cat: XXX, desc: "Порно фильмы зарубежные"}
- {id: 76, cat: XXX, desc: "Геи (Gay)"}
- {id: 70, cat: XXX, desc: "БДСМ (BDSM)"}
- {id: 67, cat: XXX, desc: "Анал (Anal)"}
- {id: 68, cat: XXX, desc: "Большие попки (Big Ass)"}
- {id: 69, cat: XXX, desc: "Большие сиськи (Big Tits)"}
- {id: 73, cat: XXX, desc: "Групповой секс (Group Sex)"}
- {id: 65, cat: XXX, desc: "Порноролики зарубежные "}
- {id: 66, cat: XXX, desc: "Русское Порно Любительское (Amateur Russian)"}
- {id: 71, cat: XXX, desc: "Лесбиянки (Lesbians)"}
- {id: 74, cat: XXX, desc: "Любительское порно фото (Amateur Picture Gallery)"}
modes:
search: [q]

View File

@ -52,7 +52,7 @@ download:
search:
paths:
# https://www.toros.co/all/torrents/capital-hill.html?v=&smi=&sma=&i=100&sort=added&o=desc
# https://www.toros.co/all/torrents/capital-hill.html?v=&smi=&sma=&i=100&sort=added&o=desc
- path: "{{ if .Keywords }}all/torrents/{{ .Keywords }}.html?v=&smi=&sma=&i=100&sort={{ .Config.sort }}&o={{ .Config.type }}{{ else }}top100.html{{ end }}"
keywordsfilters:

View File

@ -156,7 +156,7 @@ search:
attribute: href
date:
optional: true
# Uploaded 30-01-2019 15:02 by
# Uploaded 30-01-2019 15:02 by
selector: td.torrent_name:not(:contains(" at "))
filters:
- name: regexp
@ -165,9 +165,9 @@ search:
args: "02-01-2006 15:04"
date:
optional: true
# Uploaded Friday at 05:11 by
# Uploaded Today at 00:48 by
# Uploaded Yesterday at 23:57 by
# Uploaded Friday at 05:11 by
# Uploaded Today at 00:48 by
# Uploaded Yesterday at 23:57 by
selector: td.torrent_name:contains(" at ")
filters:
- name: regexp

View File

@ -71,7 +71,7 @@ ratio:
search:
paths:
# https://torrentdb.net/filter/torrents?&search=ring&categories[]=1&freeleech=1&doubleupload=1&sorting=created_at&direction=desc&qty=100
# https://torrentdb.net/filter/torrents?&search=ring&categories[]=1&freeleech=1&doubleupload=1&sorting=created_at&direction=desc&qty=100
- path: filter/torrents
inputs:
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"

View File

@ -47,7 +47,7 @@ settings:
label: Download link
default: "magnet:"
options:
"http://itorrents.org/" : "iTorrents.org"
"http://itorrents.org/": "iTorrents.org"
"magnet:": "magnet"
download:

View File

@ -65,8 +65,9 @@ download:
attribute: href
filters:
- name: replace
args: ["https://mylink.me.uk/?url=" ,""]
args: ["https://mylink.cx/?url=" ,""]
args: ["https://mylink.me.uk/?url=", ""]
- name: replace
args: ["https://mylink.cx/?url=", ""]
- name: urldecode
search:

View File

@ -117,7 +117,7 @@ search:
- name: querystring
args: category
title:
# abbreviated title
# abbreviated title
selector: a[href*="/details.php?id="]
title:
selector: div.tooltip-content > div

View File

@ -149,13 +149,13 @@ search:
selector: a[href*="?p=torrents&pid=10&action=details"]
attribute: href
date:
# within the hour
# within the hour
optional: true
selector: td.torrent_name
attribute: data-time
date:
optional: true
# Uploaded 30-01-2019 15:02 by
# Uploaded 30-01-2019 15:02 by
selector: td.torrent_name:not(:contains(" at "))
filters:
- name: regexp
@ -164,9 +164,9 @@ search:
args: "02-01-2006 15:04"
date:
optional: true
# Uploaded Friday at 05:11 by
# Uploaded Today at 00:48 by
# Uploaded Yesterday at 23:57 by
# Uploaded Friday at 05:11 by
# Uploaded Today at 00:48 by
# Uploaded Yesterday at 23:57 by
selector: td.torrent_name:contains(" at ")
filters:
- name: regexp

View File

@ -273,8 +273,8 @@ search:
title_anime:
text: "{{ .Result.title_phase3 }}"
filters:
# Sonarr need E in front of 3 digit number or else it thinks it is episode
# S01E10 for number 110 for example ==> enhancedAnime
# Sonarr need E in front of 3 digit number or else it thinks it is episode
# S01E10 for number 110 for example ==> enhancedAnime
- name: re_replace
args: ["(.*)(\\.| |\\-)(\\d{2,3})(\\.| |\\-)(.*)", "$1 E$3 $5"]
title:
@ -283,7 +283,7 @@ search:
selector: td:nth-child(2) > a
attribute: href
category:
# changed the catid into and hidden div as of last tracker problem
# changed the catid into and hidden div as of last tracker problem
selector: ":nth-child(1) > div.hidden"
comments:
optional: true