mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
Dream Team: fix definition
This commit is contained in:
parent
490254d16b
commit
e537e4976e
1 changed files with 13 additions and 8 deletions
|
@ -5,6 +5,8 @@
|
||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
|
- http://dream-team.ga/
|
||||||
|
legacylinks:
|
||||||
- http://dream-team.ml/
|
- http://dream-team.ml/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
|
@ -249,7 +251,7 @@
|
||||||
- selector: td:contains("remaining tries")
|
- selector: td:contains("remaining tries")
|
||||||
test:
|
test:
|
||||||
path: browse.php
|
path: browse.php
|
||||||
selector: a[href^="http://dream-team.ml/logout.php"]
|
selector: a[href*="/logout.php"]
|
||||||
|
|
||||||
download:
|
download:
|
||||||
before:
|
before:
|
||||||
|
@ -271,29 +273,32 @@
|
||||||
category: "0" # multi cat search not supported
|
category: "0" # multi cat search not supported
|
||||||
include_dead_torrents: "yes"
|
include_dead_torrents: "yes"
|
||||||
rows:
|
rows:
|
||||||
selector: table#sortabletable > tbody > tr:has(a[href^="http://dream-team.ml/details.php?id="])
|
selector: table#sortabletable > tbody > tr:has(a[href*="/details.php?id="])
|
||||||
filters:
|
filters:
|
||||||
- name: andmatch
|
- name: andmatch
|
||||||
args: 66
|
args: 66
|
||||||
fields:
|
fields:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="http://dream-team.ml/download.php?id="]
|
selector: a[href*="/download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
title:
|
title:
|
||||||
selector: a[href^="http://dream-team.ml/details.php?id="]
|
selector: a[href*="/details.php?id="]
|
||||||
title|optional:
|
title:
|
||||||
|
optional: true
|
||||||
selector: div.tooltip-content > div
|
selector: div.tooltip-content > div
|
||||||
details:
|
details:
|
||||||
selector: a[href^="http://dream-team.ml/details.php?id="]
|
selector: a[href*="/details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
category:
|
category:
|
||||||
selector: a[href^="http://dream-team.ml/browse.php?category="]
|
selector: a[href*="/browse.php?category="]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: querystring
|
- name: querystring
|
||||||
args: category
|
args: category
|
||||||
banner|optional:
|
banner:
|
||||||
|
optional: true
|
||||||
selector: div.tooltip-content > img
|
selector: div.tooltip-content > img
|
||||||
|
attribute: src
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(5)
|
selector: td:nth-child(5)
|
||||||
grabs:
|
grabs:
|
||||||
|
|
Loading…
Reference in a new issue