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
|
||||
- test:
|
||||
- "Link: https://hebits.net/torrents.php?torrentid=80081"
|
||||
pattern: '^Link: (https://?.*/).*torrentid=(\d+)'
|
||||
pattern: '^Link: (https:\/\/.*\/).*torrentid=(\d+)'
|
||||
vars:
|
||||
- baseUrl
|
||||
- torrentId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue