mirror of https://github.com/Jackett/Jackett
skytorrentsclone: they have dropped the itorrents.org download link.
This commit is contained in:
parent
0eea2f5ef7
commit
edc7d5e4c4
|
@ -28,15 +28,7 @@
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
|
||||||
settings:
|
settings: []
|
||||||
- name: itorrents-links
|
|
||||||
type: checkbox
|
|
||||||
label: Add download links via itorrents.org
|
|
||||||
default: true
|
|
||||||
- name: info
|
|
||||||
type: info
|
|
||||||
label: ITorrents Note
|
|
||||||
default: Without the itorrents option only magnet links will be provided.
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
# https://www.skytorrents.lol/?query=mr+mercedes+s02e05&sort=created
|
# https://www.skytorrents.lol/?query=mr+mercedes+s02e05&sort=created
|
||||||
|
@ -62,11 +54,6 @@
|
||||||
details:
|
details:
|
||||||
selector: td a
|
selector: td a
|
||||||
attribute: href
|
attribute: href
|
||||||
download-itorrents:
|
|
||||||
selector: a[href^="//itorrents"]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
text: "{{if .Config.itorrents-links}}{{ .Result.download-itorrents }}{{else}}{{end}}"
|
|
||||||
magnet:
|
magnet:
|
||||||
selector: a[href^="magnet:?"]
|
selector: a[href^="magnet:?"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in New Issue