mirror of https://github.com/Jackett/Jackett
retroflix: release_year and quality are optional.
prevents selector not found error
This commit is contained in:
parent
155e46a24d
commit
71c9ffb7cd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue