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:
|
||||
release_year:
|
||||
selector: a[href^="/torrents.php?processing="]
|
||||
optional: true
|
||||
quality:
|
||||
selector: a[href^="/torrents.php?standard="]
|
||||
optional: true
|
||||
title:
|
||||
selector: a[title][href^="details.php?id="]
|
||||
attribute: title
|
||||
|
|
Loading…
Reference in New Issue