mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 10:18:55 +00:00
assorted: cosmetic for yamllint part6
This commit is contained in:
parent
999abb9806
commit
8469287a9b
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ search:
|
|||
attribute: onmouseover
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "src=\\\\\'(.*?)\\\\\' "
|
||||
args: "src=\\\\'(.*?)\\\\' "
|
||||
download:
|
||||
selector: td a[href^="download.php?torrent="]
|
||||
attribute: href
|
||||
|
|
|
@ -183,7 +183,7 @@ search:
|
|||
attribute: onmouseover
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "src=\\\\\'(.*?)\\\\\'"
|
||||
args: "src=\\\\'(.*?)\\\\'"
|
||||
comments:
|
||||
selector: td:nth-child(7) a
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue