mesevilag: site change (#10497) resolves #10201

This commit is contained in:
ilike2burnthing
2020-12-14 03:23:00 +00:00
committed by GitHub
parent b365607714
commit cef941d2a7

View File

@@ -51,14 +51,13 @@ settings:
4: created 4: created
7: seeders 7: seeders
5: size 5: size
1: title
- name: type - name: type
type: select type: select
label: Order requested from site label: Order requested from site
default: 2 default: desc
options: options:
2: desc desc: desc
1: asc asc: asc
- name: info - name: info
type: info type: info
label: Results Per Page label: Results Per Page
@@ -93,7 +92,7 @@ search:
args: ["[^a-zA-Z0-9]+", "%"] args: ["[^a-zA-Z0-9]+", "%"]
rows: rows:
selector: table[cellpadding="3"] > tbody > tr:has(a[onmouseover]) selector: table[cellpadding="5"] > tbody > tr:has(a[onmouseover])
fields: fields:
category: category:
@@ -103,17 +102,20 @@ search:
- name: querystring - name: querystring
args: cat args: cat
title: title:
selector: a[href^="details.php?id="] selector: a[href^="javascript:"]
attribute: title attribute: title
details: details:
selector: a[href^="details.php?id="] selector: span
attribute: href attribute: id
download:
selector: a[href^="details.php?id="]
attribute: href
filters: filters:
- name: replace - name: replace
args: ["details.php?", "download.php?"] args: ["span_bookmark_", "details.php?id="]
download:
selector: span
attribute: id
filters:
- name: replace
args: ["span_bookmark_", "download.php?id="]
imdb: imdb:
selector: a[href*="imdb.com/title/tt"] selector: a[href*="imdb.com/title/tt"]
attribute: href attribute: href