mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(indexers): Hebits URL parsing (#928)
This commit is contained in:
parent
6e6502996a
commit
058627f4e5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ irc:
|
||||||
- torrentSize
|
- torrentSize
|
||||||
- test:
|
- test:
|
||||||
- "Link: https://hebits.net/torrents.php?torrentid=80081"
|
- "Link: https://hebits.net/torrents.php?torrentid=80081"
|
||||||
pattern: '^Link: (https://?.*/).*torrentid=(\d+)'
|
pattern: '^Link: (https:\/\/.*\/).*torrentid=(\d+)'
|
||||||
vars:
|
vars:
|
||||||
- baseUrl
|
- baseUrl
|
||||||
- torrentId
|
- torrentId
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue