mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +00:00
audionookbay: switch to public. resolves #6958
build magnet from infohash instead of using the download link (which required an a/c)
This commit is contained in:
parent
5a27395553
commit
8402275093
1 changed files with 10 additions and 27 deletions
|
@ -1,11 +1,10 @@
|
||||||
---
|
---
|
||||||
site: audiobookbay
|
site: audiobookbay
|
||||||
name: AudioBookBay
|
name: AudioBookBay
|
||||||
description: "AudioBook Bay (ABB) is a semi-private Torrent Tracker for AUDIOBOOKS"
|
description: "AudioBook Bay (ABB) is a public Torrent Tracker for AUDIOBOOKS"
|
||||||
language: en-us
|
language: en-us
|
||||||
type: semi-private
|
type: public
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
followredirect: true
|
|
||||||
links:
|
links:
|
||||||
- http://audiobookbay.nl/
|
- http://audiobookbay.nl/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
|
@ -75,28 +74,15 @@
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
|
|
||||||
login:
|
settings: []
|
||||||
path: https://audiobookbay.nl/member/login.php
|
|
||||||
form: form[action$="/member/login.php"]
|
|
||||||
method: post
|
|
||||||
form: form
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
error:
|
|
||||||
- selector: div.warning
|
|
||||||
test:
|
|
||||||
path: http://audiobookbay.nl/member/users/
|
|
||||||
selector: a[href="/member/logout"]
|
|
||||||
|
|
||||||
download:
|
download:
|
||||||
method: get
|
selector: td:contains("Info Hash:") ~ td
|
||||||
before:
|
filters:
|
||||||
path: https://audiobookbay.nl/member/login.php
|
- name: prepend
|
||||||
method: post
|
args: "magnet:?xt=urn:btih:"
|
||||||
inputs:
|
- name: append
|
||||||
username: "{{ .Config.username }}"
|
args: "&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.demonii.si%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&tr=udp%3A%2F%2Fipv4.tracker.harry.lu%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.cyberia.is%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce"
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
@ -119,11 +105,8 @@
|
||||||
selector: div.postTitle h2 a
|
selector: div.postTitle h2 a
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="/dl-now?f="]
|
selector: div.postTitle h2 a
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["/dl-now?f=", "/download?f="]
|
|
||||||
banner:
|
banner:
|
||||||
optional: true
|
optional: true
|
||||||
selector: img
|
selector: img
|
||||||
|
|
Loading…
Reference in a new issue