mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted: description is auto-optional
This commit is contained in:
@@ -143,7 +143,6 @@ search:
|
|||||||
selector: a[href^="download.php?"]
|
selector: a[href^="download.php?"]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description:
|
||||||
optional: true
|
|
||||||
selector: span.torrent_small_desc
|
selector: span.torrent_small_desc
|
||||||
genre:
|
genre:
|
||||||
selector: span.torrent_small_desc
|
selector: span.torrent_small_desc
|
||||||
|
@@ -124,7 +124,6 @@ search:
|
|||||||
attribute: src
|
attribute: src
|
||||||
description:
|
description:
|
||||||
selector: div[itemprop="description"]
|
selector: div[itemprop="description"]
|
||||||
optional: true
|
|
||||||
date:
|
date:
|
||||||
selector: li:has(img#adddate)
|
selector: li:has(img#adddate)
|
||||||
filters:
|
filters:
|
||||||
|
@@ -61,7 +61,6 @@ search:
|
|||||||
args: "src=\\\"(.+?)\\\""
|
args: "src=\\\"(.+?)\\\""
|
||||||
description:
|
description:
|
||||||
selector: category_tag.locale.en
|
selector: category_tag.locale.en
|
||||||
optional: true
|
|
||||||
date:
|
date:
|
||||||
# 2021-10-19T06:10:15.772Z
|
# 2021-10-19T06:10:15.772Z
|
||||||
selector: publish_time
|
selector: publish_time
|
||||||
|
@@ -176,7 +176,6 @@ search:
|
|||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
description:
|
description:
|
||||||
optional: true
|
|
||||||
selector: font[color="#990000"]
|
selector: font[color="#990000"]
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
|
@@ -114,7 +114,6 @@ search:
|
|||||||
selector: a[href^="/torrents.php?action=download&id="]
|
selector: a[href^="/torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description:
|
||||||
optional: true
|
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
title:
|
title:
|
||||||
selector: a[href^="/torrents.php?id="]
|
selector: a[href^="/torrents.php?id="]
|
||||||
|
@@ -109,7 +109,6 @@ search:
|
|||||||
selector: a[href^="/torrents.php?action=download&id="]
|
selector: a[href^="/torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description:
|
||||||
optional: true
|
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
title:
|
title:
|
||||||
selector: a[href^="/torrents.php?id="]
|
selector: a[href^="/torrents.php?id="]
|
||||||
|
@@ -129,6 +129,5 @@ search:
|
|||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
description:
|
description:
|
||||||
optional: true
|
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
# Luminance
|
# Luminance
|
||||||
|
@@ -124,6 +124,5 @@ search:
|
|||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
description:
|
description:
|
||||||
optional: true
|
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
# Luminance
|
# Luminance
|
||||||
|
@@ -131,7 +131,6 @@ search:
|
|||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description:
|
||||||
optional: true
|
|
||||||
selector: div.torrent_name_col > a
|
selector: div.torrent_name_col > a
|
||||||
poster:
|
poster:
|
||||||
selector: img#poster
|
selector: img#poster
|
||||||
|
@@ -101,7 +101,6 @@ search:
|
|||||||
selector: a[href^="torrents.php?action=download&id="]
|
selector: a[href^="torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description:
|
||||||
optional: true
|
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
poster:
|
poster:
|
||||||
selector: td:nth-child(2) > script
|
selector: td:nth-child(2) > script
|
||||||
|
@@ -149,7 +149,6 @@ search:
|
|||||||
selector: a[href^="torrents.php?action=download&id="]
|
selector: a[href^="torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description:
|
||||||
optional: true
|
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
poster:
|
poster:
|
||||||
selector: td:nth-child(2) > script
|
selector: td:nth-child(2) > script
|
||||||
|
Reference in New Issue
Block a user