mirror of
https://github.com/Jackett/Jackett
synced 2025-02-27 00:22:54 +00:00
glodls: accept itorrents.org links. resolves #6543
This commit is contained in:
parent
83b2efb3c4
commit
1b4afc0e72
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
selector: td:nth-child(2) a[title]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="/down.php?id="]
|
||||
selector: a[href^="/down.php?id="], a[href*="itorrents.org/torrent/"]
|
||||
attribute: href
|
||||
magnet:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
|
|
Loading…
Reference in a new issue