mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
retroflix: release_year and quality are optional.
prevents selector not found error
This commit is contained in:
@@ -56,8 +56,10 @@
|
|||||||
fields:
|
fields:
|
||||||
release_year:
|
release_year:
|
||||||
selector: a[href^="/torrents.php?processing="]
|
selector: a[href^="/torrents.php?processing="]
|
||||||
|
optional: true
|
||||||
quality:
|
quality:
|
||||||
selector: a[href^="/torrents.php?standard="]
|
selector: a[href^="/torrents.php?standard="]
|
||||||
|
optional: true
|
||||||
title:
|
title:
|
||||||
selector: a[title][href^="details.php?id="]
|
selector: a[title][href^="details.php?id="]
|
||||||
attribute: title
|
attribute: title
|
||||||
|
Reference in New Issue
Block a user