mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(releases): add info url link to releases list (#683)
* feat(indexers): definitions add infourl to irc parsing * feat(indexers): add infourl to releases * fix(indexers): fix info urls * fix(indexers): update btn
This commit is contained in:
parent
870e109f6c
commit
4c83787a0b
68 changed files with 189 additions and 13 deletions
|
@ -72,4 +72,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/rssdownload.php?passkey={{ .passkey }}&uid={{ .uid }}&tid={{ .torrentId }}"
|
||||
|
|
|
@ -62,4 +62,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents/{{ .torrentId }}"
|
||||
torrenturl: "/torrent/download/{{ .torrentId }}.{{ .rsskey }}"
|
||||
|
|
|
@ -83,4 +83,5 @@ irc:
|
|||
- auto
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?id={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -67,7 +67,7 @@ irc:
|
|||
- "Best Visual Novel - Visual Novel [2006] :: Game / PC / Unarchived / Hentai (Censored) || https://animebytes.tv/torrents.php?id=00000&torrentid=00000 || nukige || Uploaded by: Uploader"
|
||||
- "Artist Name - Album of awesome Music [1991] :: MP3 / V0 (VBR) / CD || https://animebytes.tv/torrents2.php?id=00000&torrentid=000000 || ambient, folk || Uploaded by: Uploader"
|
||||
- "Awesome Series - TV Series [2022] :: Web / MKV / h264 / 1080p / AAC 2.0 / Softsubs (Sub Group) / Episode 1 / Freeleech || https://animebytes.tv/torrents.php?id=00000&torrentid=000000 || || Uploaded by: Uploader"
|
||||
pattern: '((.*?)+)(?: - )?(Visual Novel|Light Novel|TV S.*|Movie|Manga|OVA|ONA|DVD Special|BD Special|Oneshot|Anthology|Manhwa|Manhua|Artbook|Game|Live Action.*|)[\s\p{Zs}]{2,}\[(\d+)\] :: (.*?(?:Hardsubs|RAW|Softsubs|Translated) \((.*?)\).*?|.*?)(?: \/ Episode (\d+).*?)?(?: \/ )?(Freeleech)?(?:.?\|\|.?)(https.+\/)torrents.*\?id=\d+&torrentid=(\d+)(?:.?\|\|.?)?([A-Za-z,. ]+\w)?(?:.?\|\|.?)?(?:Uploaded by: (.*))?'
|
||||
pattern: '((.*?)+)(?: - )?(Visual Novel|Light Novel|TV S.*|Movie|Manga|OVA|ONA|DVD Special|BD Special|Oneshot|Anthology|Manhwa|Manhua|Artbook|Game|Live Action.*|)[\s\p{Zs}]{2,}\[(\d+)\] :: (.*?(?:Hardsubs|RAW|Softsubs|Translated) \((.*?)\).*?|.*?)(?: \/ Episode (\d+).*?)?(?: \/ )?(Freeleech)?(?:.?\|\|.?)(https.+\/)torrents.*\?id=(\d+)&torrentid=(\d+)(?:.?\|\|.?)?([A-Za-z,. ]+\w)?(?:.?\|\|.?)?(?:Uploaded by: (.*))?'
|
||||
vars:
|
||||
- torrentName
|
||||
- title
|
||||
|
@ -78,10 +78,12 @@ irc:
|
|||
- releaseEpisode
|
||||
- freeleech
|
||||
- baseUrl
|
||||
- groupId
|
||||
- torrentId
|
||||
- tags
|
||||
- uploader
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?id={{ .groupId }}&torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrent/{{ .torrentId }}/download/{{ .passkey }}"
|
||||
torrentname: "{{ if .releaseGroup }}[{{ .releaseGroup }}] {{ end }}{{ .torrentName }} {{ if .releaseEpisode }}{{ printf \"- %02s \" .releaseEpisode }}{{ end }} {{ if .year }}[{{ .year }}]{{ end }}{{ print \"[\" .releaseTags \"]\" | replace \" / \" \"][\" }}"
|
||||
|
|
|
@ -74,4 +74,5 @@ irc:
|
|||
- tags
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?id={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -59,7 +59,7 @@ irc:
|
|||
type: single
|
||||
lines:
|
||||
- test:
|
||||
- "New Torrent: That.Show.S01.1080p.Blu-ray.AVC.DTS-HD.MA.5.1-Test Category: TV By: Uploader Size: 137.73 GB Link: https://beyond-hd.me/details.php?id=00000"
|
||||
- "New Torrent: That.Show.S01.1080p.Blu-ray.AVC.DTS-HD.MA.5.1-Test Category: TV By: Uploader Size: 137.73 GB Link: https://beyond-hd.me/torrents/autodl?id=00000"
|
||||
pattern: 'New Torrent: (.*) Category: (.*) By: (.*) Size: (.*) Link: (https?\:\/\/[^\/]+\/).*[&\?]id=(\d+)'
|
||||
vars:
|
||||
- torrentName
|
||||
|
@ -70,4 +70,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents/autodl?id={{ .torrentId }}"
|
||||
torrenturl: "/torrent/download/auto.{{ .torrentId }}.{{ .rsskey }}"
|
||||
|
|
|
@ -63,4 +63,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/rssdownload.php?id={{ .torrentId }}&passkey={{ .passkey }}"
|
||||
|
|
|
@ -62,4 +62,5 @@ irc:
|
|||
- preTime
|
||||
|
||||
match:
|
||||
torrenturl: "/download.php?torrent={{ .torrentId }}&torrent_pass={{ .passkey }}"
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?torrent={{ .torrentId }}&torrent_pass={{ .passkey }}"
|
||||
|
|
|
@ -64,4 +64,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?torrent={{ .torrentId }}&k={{ .rsskey }}&ssl=1"
|
||||
|
|
|
@ -96,10 +96,12 @@ irc:
|
|||
- preTime
|
||||
- test:
|
||||
- "[ https://XXXXXXXXX/torrents.php?id=7338 / https://XXXXXXXXX/torrents.php?action=download&id=9116 ]"
|
||||
pattern: \[ .* \/ (https?:\/\/.*\/).+id=(\d+) \]
|
||||
pattern: \[ (https?:\/\/.*\/).+id=(\d+) \/ https?:\/\/.*\/.+id=(\d+) \]
|
||||
vars:
|
||||
- baseUrl
|
||||
- groupId
|
||||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?id={{ .groupId }}&torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -68,4 +68,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?id={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -72,4 +72,5 @@ irc:
|
|||
- freeleech
|
||||
|
||||
match:
|
||||
infourl: "/torrents/{{ .torrentId }}"
|
||||
torrenturl: "/torrent/download/{{ .torrentId }}.{{ .passkey }}"
|
||||
|
|
|
@ -67,4 +67,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrent/{{ .torrentId }}"
|
||||
torrenturl: "/api/v1/torrents/download/{{ .torrentId }}/{{ .passkey }}"
|
||||
|
|
|
@ -61,4 +61,5 @@ irc:
|
|||
- preTime
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?torrent={{ .torrentId }}&torrent_pass={{ .passkey }}"
|
||||
|
|
|
@ -69,4 +69,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -68,4 +68,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?id={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -66,6 +66,7 @@ irc:
|
|||
- uploader
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?id={{ .torrentId }}&file={{ .torrentName }}.torrent&passkey={{ .passkey }}"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -74,6 +74,7 @@ irc:
|
|||
# - preTime
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php/{{ .torrentId }}/{{ .passkey }}/{{ .torrentName }}.torrent"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -67,6 +67,7 @@ irc:
|
|||
- torrentName
|
||||
|
||||
match:
|
||||
infourl: "/attachment.php?attachmentid={{ .torrentId }}"
|
||||
torrenturl: "/rss/torrent.php/{{ .torrentId }}/{{ .uid }}/{{ .passkey }}/{{ .torrentName }}.torrent"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -98,4 +98,5 @@ irc:
|
|||
- tags
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -63,6 +63,7 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?id={{ .torrentId }}&f={{ .torrentName }}.torrent&rsspid={{ .rsskey }}"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -67,6 +67,7 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/rss/?action=download&key={{ .key }}&token={{ .token }}&hash={{ .torrentId }}&title={{ .torrentName }}"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -74,4 +74,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?id={{ .torrentId }}&passkey={{ .passkey }}"
|
||||
|
|
|
@ -84,4 +84,5 @@ irc:
|
|||
- torrentName
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?id={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .passkey }}"
|
||||
|
|
|
@ -65,4 +65,5 @@ irc:
|
|||
- uploader
|
||||
|
||||
match:
|
||||
infourl: "/torrents/{{ .torrentId }}"
|
||||
torrenturl: "/torrent/download/{{ .torrentId }}.{{ .rsskey }}"
|
||||
|
|
|
@ -71,4 +71,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?type=rss&secret_key={{ .passkey }}&id={{ .torrentId }}"
|
||||
|
|
|
@ -63,4 +63,5 @@ irc:
|
|||
- uploader
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download2.php?id={{ .torrentId }}&passkey={{ .passkey }}"
|
||||
|
|
|
@ -74,6 +74,7 @@ irc:
|
|||
- torrentSize
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php/{{ .torrentId }}/{{ .torrentName }}.torrent?torrent_pass={{ .passkey }}"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -64,6 +64,7 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/browse/{{ .torrentId }}"
|
||||
torrenturl: "/api/v1/torrents/{{ .torrentId }}/torrent?key={{ .apikey }}"
|
||||
encode:
|
||||
- apikey
|
||||
|
|
|
@ -69,4 +69,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -66,5 +66,6 @@ irc:
|
|||
- freeleech
|
||||
|
||||
match:
|
||||
infourl: "/t/{{ .torrentId }}"
|
||||
torrenturl: "/tor/download.php?tid={{ .torrentId }}"
|
||||
torrentname: "{{ .torrentName }} by {{ .author }} [{{ .language }} / {{ .tags }}]"
|
||||
|
|
|
@ -68,5 +68,6 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?action=details&id={{ .torrentId }}"
|
||||
# https://ncore.pro/torrents.php?action=download&id=0000&key=00000
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&key={{ .passkey }}"
|
||||
|
|
|
@ -80,4 +80,5 @@ irc:
|
|||
- tags
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?id={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -63,4 +63,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?id={{ .torrentId }}&passkey={{ .passkey }}"
|
||||
|
|
|
@ -72,4 +72,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -69,4 +69,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?id={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -87,4 +87,5 @@ irc:
|
|||
- tags
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
|
@ -70,6 +70,7 @@ irc:
|
|||
- preTime
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/downloadssl.php?id={{ .torrentId }}&torr={{ .torrentName }}.torrent&passkey={{ .passkey }}"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -70,4 +70,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents/{{ .torrentId }}"
|
||||
torrenturl: "/downrss/{{ .rsskey }}/{{ .torrentId }}"
|
||||
|
|
|
@ -64,6 +64,7 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php/{{ .torrentId }}/{{ .rsskey }}/{{ .torrentName }}.torrent"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -61,4 +61,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?torrent={{ .torrentId }}&torrent_pass={{ .torrent_pass }}"
|
|
@ -104,4 +104,5 @@ irc:
|
|||
- tags
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -63,6 +63,7 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrent/{{ .torrentId }}"
|
||||
torrenturl: "/rss/download/{{ .torrentId }}/{{ .rsskey }}/{{ .torrentName }}.torrent"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -96,4 +96,5 @@ irc:
|
|||
- tags
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -65,6 +65,7 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/browse/t/{{ .torrentId }}/{{ .torrentName }}"
|
||||
torrenturl: "/download.php?id={{ .torrentId }}&passkey={{ .passkey }}"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -68,6 +68,7 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php/{{ .torrentId }}/{{ .torrentName }}.torrent?passkey={{ .passkey }}"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -67,4 +67,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?id={{ .torrentId }}&passkey={{ .passkey }}"
|
||||
|
|
|
@ -65,4 +65,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents/{{ .torrentId }}"
|
||||
torrenturl: "/torrent/download/{{ .torrentId }}.{{ .rsskey }}"
|
||||
|
|
|
@ -61,4 +61,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/browse/{{ .torrentId }}/t/{{ .torrentName }}"
|
||||
torrenturl: "/rss/download/{{ .torrentId }}/{{ .torrentName }}.torrent?passkey={{ .passkey }}"
|
||||
|
|
|
@ -64,4 +64,5 @@ irc:
|
|||
- preTime
|
||||
|
||||
match:
|
||||
infourl: "/torrent/{{ .torrentId }}/"
|
||||
torrenturl: "/download.php?id={{ .torrentId }}&passkey={{ .passkey }}"
|
||||
|
|
|
@ -67,6 +67,7 @@ irc:
|
|||
- preTime
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?id={{ .torrentId }}&SSL=1&name={{ .torrentName }}.torrent"
|
||||
cookie: true
|
||||
encode:
|
||||
|
|
|
@ -71,6 +71,7 @@ irc:
|
|||
- torrentSize
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php/{{ .torrentId }}/{{ .torrentName }}.torrent?torrent_pass={{ .passkey }}"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -68,6 +68,7 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrent/{{ .torrentId }}"
|
||||
torrenturl: "/rss/download/{{ .torrentId }}/{{ .rsskey }}/{{ .torrentName }}.torrent"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -66,4 +66,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrent/{{ .torrentId }}"
|
||||
torrenturl: "/download/{{ .torrentId }}/{{ .passkey }}"
|
||||
|
|
|
@ -69,4 +69,5 @@ irc:
|
|||
- uploader
|
||||
|
||||
match:
|
||||
infourl: "/torrents/{{ .torrentId }}"
|
||||
torrenturl: "/torrent/download/{{ .torrentId }}.{{ .rsskey }}"
|
||||
|
|
|
@ -71,4 +71,5 @@ irc:
|
|||
- torrentId
|
||||
- tags
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?id={{ .torrentId }}&apikey={{ .api_key }}"
|
||||
|
|
|
@ -76,6 +76,7 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php/{{ .torrentId }}/{{ .torrentName }}.torrent?passkey={{ .passkey }}"
|
||||
encode:
|
||||
- torrentName
|
||||
|
|
|
@ -78,4 +78,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
|
@ -104,4 +104,5 @@ irc:
|
|||
- torrentId
|
||||
|
||||
match:
|
||||
infourl: "/details.php?id={{ .torrentId }}"
|
||||
torrenturl: "/download.php?type=rss&secret_key={{ .passkey }}&id={{ .torrentId }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue