mirror of
https://github.com/Jackett/Jackett
synced 2025-01-19 14:10:07 +00:00
retroflix: release_year and quality are optional.
prevents selector not found error
This commit is contained in:
parent
155e46a24d
commit
71c9ffb7cd
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue