mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(indexers): add HDB parse Exclusive as tag (#1969)
feat(indexers): add HDB "Exclusive" as tag
This commit is contained in:
parent
6e77f0339b
commit
5b7268da22
1 changed files with 18 additions and 1 deletions
|
@ -64,6 +64,7 @@ irc:
|
||||||
category: Movie
|
category: Movie
|
||||||
releaseTags: H.264, Blu-ray/HD DVD
|
releaseTags: H.264, Blu-ray/HD DVD
|
||||||
origin: ""
|
origin: ""
|
||||||
|
tags: ""
|
||||||
uploader: Anonymous
|
uploader: Anonymous
|
||||||
torrentSize: 37.61 GiB
|
torrentSize: 37.61 GiB
|
||||||
baseUrl: https://hdbits.org/
|
baseUrl: https://hdbits.org/
|
||||||
|
@ -73,6 +74,7 @@ irc:
|
||||||
torrentName: 'PilotsEYE tv: QUITO 2014 1080p Blu-ray AVC DD 2.0'
|
torrentName: 'PilotsEYE tv: QUITO 2014 1080p Blu-ray AVC DD 2.0'
|
||||||
category: Documentary
|
category: Documentary
|
||||||
releaseTags: H.264, Blu-ray/HD DVD
|
releaseTags: H.264, Blu-ray/HD DVD
|
||||||
|
tags: ""
|
||||||
origin: ""
|
origin: ""
|
||||||
uploader: Anonymous
|
uploader: Anonymous
|
||||||
torrentSize: 23.14 GiB
|
torrentSize: 23.14 GiB
|
||||||
|
@ -83,6 +85,7 @@ irc:
|
||||||
torrentName: Xiao Q 2019 720p BluRay DD-EX 5.1 x264-Anonymous
|
torrentName: Xiao Q 2019 720p BluRay DD-EX 5.1 x264-Anonymous
|
||||||
category: Movie
|
category: Movie
|
||||||
releaseTags: H.264, Encode
|
releaseTags: H.264, Encode
|
||||||
|
tags: ""
|
||||||
origin: Internal
|
origin: Internal
|
||||||
uploader: Anonymous
|
uploader: Anonymous
|
||||||
torrentSize: 4.54 GiB
|
torrentSize: 4.54 GiB
|
||||||
|
@ -93,16 +96,30 @@ irc:
|
||||||
torrentName: The Gentlemen 2019 UHD Blu-ray English TrueHD 7.1
|
torrentName: The Gentlemen 2019 UHD Blu-ray English TrueHD 7.1
|
||||||
category: Audio Track
|
category: Audio Track
|
||||||
releaseTags: ""
|
releaseTags: ""
|
||||||
|
tags: ""
|
||||||
origin: ""
|
origin: ""
|
||||||
uploader: Anonymous
|
uploader: Anonymous
|
||||||
torrentSize: 3.19 GiB
|
torrentSize: 3.19 GiB
|
||||||
baseUrl: https://hdbits.org/
|
baseUrl: https://hdbits.org/
|
||||||
torrentId: "519896"
|
torrentId: "519896"
|
||||||
pattern: '^New Torrent: (.+) - Type: (.+?) (?:\((.+)\))?\s?(?:(Internal)!?)?\s?- Uploaded by: (.+) - Size: (.+) - (https://.+?/).+id=(\d+)'
|
- line: 'New Torrent: That Movie 1983 1080p GBR Blu-ray AVC DTS-HD MA 1.0-GROUP - Type: Movie (H.264, Blu-ray/HD DVD) Exclusive! - Uploaded by: anon - Size: 29.55 GiB - https://hdbits.org/details.php?id=000000&hit=1'
|
||||||
|
expect:
|
||||||
|
torrentName: That Movie 1983 1080p GBR Blu-ray AVC DTS-HD MA 1.0-GROUP
|
||||||
|
category: Movie
|
||||||
|
releaseTags: H.264, Blu-ray/HD DVD
|
||||||
|
tags: Exclusive
|
||||||
|
origin: ""
|
||||||
|
uploader: anon
|
||||||
|
torrentSize: 29.55 GiB
|
||||||
|
baseUrl: https://hdbits.org/
|
||||||
|
torrentId: "000000"
|
||||||
|
|
||||||
|
pattern: 'New Torrent: (.+) - Type: (.+?) (?:\((.+)\))?\s?(?:(Exclusive)?(Internal)?!)?\s?- Uploaded by: (.+) - Size: (.+) - (https:\/\/.+?\/).+id=(\d+)'
|
||||||
vars:
|
vars:
|
||||||
- torrentName
|
- torrentName
|
||||||
- category
|
- category
|
||||||
- releaseTags
|
- releaseTags
|
||||||
|
- tags
|
||||||
- origin
|
- origin
|
||||||
- uploader
|
- uploader
|
||||||
- torrentSize
|
- torrentSize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue