mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
7torrents: drop .torrent resolves #7966
This commit is contained in:
parent
8852342003
commit
3ee1cdbfbc
1 changed files with 4 additions and 3 deletions
|
@ -50,9 +50,10 @@ search:
|
|||
details:
|
||||
selector: div.media h5 a
|
||||
attribute: href
|
||||
download:
|
||||
selector: div.media-right a[href*="/torrent/"]
|
||||
attribute: href
|
||||
# #7966
|
||||
# download:
|
||||
# selector: div.media-right a[href*="/torrent/"]
|
||||
# attribute: href
|
||||
magnet:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
|
|
Loading…
Add table
Reference in a new issue