mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
torrentgalaxy: update. resolves #5394
drop .torrent support change row selector
This commit is contained in:
parent
2c770607e6
commit
edbb0159e7
1 changed files with 1 additions and 4 deletions
|
@ -63,7 +63,7 @@
|
|||
sort: "id"
|
||||
order: "desc"
|
||||
rows:
|
||||
selector: div[class="tgxtablerow clickable-row click"]
|
||||
selector: div[class="tgxtablerow"]
|
||||
fields:
|
||||
title:
|
||||
selector: div a[href^="/torrent/"]
|
||||
|
@ -77,9 +77,6 @@
|
|||
details:
|
||||
selector: div a[href^="/torrent/"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: div a[href*="/get/"]
|
||||
attribute: href
|
||||
magnet:
|
||||
selector: div a[href^="magnet:?"]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue