fix(indexers): Hebits URL parsing (#928)

This commit is contained in:
Kyle Sanderson 2023-05-13 19:31:24 +02:00 committed by GitHub
parent 6e6502996a
commit 058627f4e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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