Revert "Update torrentland.yml (#4578) resolves #3708"

This reverts commit 0300942a8f.
This commit is contained in:
Garfield69
2019-02-06 07:36:41 +13:00
parent 7128e0c599
commit 5329125950

View File

@@ -39,7 +39,6 @@
- {id: 20, cat: TV/SD, desc: "Series - HDRip"} - {id: 20, cat: TV/SD, desc: "Series - HDRip"}
- {id: 22, cat: TV/SD, desc: "Series - DVD"} - {id: 22, cat: TV/SD, desc: "Series - DVD"}
- {id: 51, cat: TV/OTHER, desc: "Series - Otros Formatos"} - {id: 51, cat: TV/OTHER, desc: "Series - Otros Formatos"}
- {id: 84, cat: TV/HD, desc: "Series - H265"}
#Documentales #Documentales
- {id: 53, cat: TV/Documentary, desc: "Documentales - HD"} - {id: 53, cat: TV/Documentary, desc: "Documentales - HD"}
- {id: 52, cat: TV/Documentary, desc: "Documentales - SD"} - {id: 52, cat: TV/Documentary, desc: "Documentales - SD"}
@@ -77,7 +76,7 @@
active: "0" active: "0"
search: "{{ .Query.Keywords }}" search: "{{ .Query.Keywords }}"
rows: rows:
selector: "#Mcol table.lista:nth-child(1) > tbody > tr:not(:first-child)" selector: "#Mcol table.table-inverse ~ table.table-inverse > tbody > tr:not(:first-child)"
fields: fields:
category: category:
selector: td:nth-child(1) a selector: td:nth-child(1) a
@@ -86,15 +85,10 @@
- name: querystring - name: querystring
args: category args: category
title: title:
selector: td:nth-child(2) selector: td:nth-child(2) a
filters:
- name: replace
args: [">", ""]
- name: replace
args: ["\"", ""]
banner: banner:
optional: true optional: true
selector: td:nth-child(2) > a selector: td:nth-child(2) a
attribute: onmouseover attribute: onmouseover
filters: filters:
- name: regexp - name: regexp
@@ -104,23 +98,19 @@
selector: td:nth-child(2) a selector: td:nth-child(2) a
attribute: href attribute: href
size: size:
selector: td:nth-child(10) selector: td:nth-child(6)
seeders: seeders:
selector: td:nth-child(6) a selector: td:nth-child(8) a
leechers: leechers:
selector: td:nth-child(7) a selector: td:nth-child(9) a
grabs: grabs:
selector: td:nth-child(8) selector: td:nth-child(10)
filters: filters:
- name: replace - name: replace
args: ["---", "0"] args: ["---", "0"]
date: date:
selector: td:nth-child(5) selector: td:nth-child(7)
filters: filters:
- name: replace
args: [">", ""]
- name: replace
args: ["\"", ""]
- name: dateparse - name: dateparse
args: "02/01/2006" args: "02/01/2006"
download: download: