1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-23 14:51:01 +00:00

skytorrentsclone: they have switched from itorretns to btdb.eu

This commit is contained in:
Garfield69 2019-03-13 13:04:51 +13:00
parent 08a7641fb9
commit bda30d7193

View file

@ -29,14 +29,14 @@
movie-search: [q] movie-search: [q]
settings: settings:
- name: itorrents-links - name: btdb.eu-links
type: checkbox type: checkbox
label: Add download links via itorrents.org label: Add download links via btdb.eu
default: true default: true
- name: info - name: info
type: info type: info
label: ITorrents Note label: btdb.eu Note
default: Without the itorrents option only magnet links will be provided. default: Without the btdb.eu option only magnet links will be provided.
search: search:
# https://www.skytorrents.lol/?search=mr+mercedes+s02e05&sort=created # https://www.skytorrents.lol/?search=mr+mercedes+s02e05&sort=created
@ -62,11 +62,11 @@
details: details:
selector: td a selector: td a
attribute: href attribute: href
download-itorrents: download-btdb.eu:
selector: a[href^="//itorrents"] selector: a[href^="//btdb.eu"]
attribute: href attribute: href
download: download:
text: "{{if .Config.itorrents-links}}{{ .Result.download-itorrents }}{{else}}{{end}}" text: "{{if .Config.btdb.eu-links}}{{ .Result.download-btdb.eu }}{{else}}{{end}}"
magnet: magnet:
selector: a[href^="magnet:?"] selector: a[href^="magnet:?"]
attribute: href attribute: href