mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
feat(definitions): add expectations for test lines (#1257)
* factor out test helpers * refactor, add tests for animebytes * revert test refactor * better name * change format, migrate some examples * migrated remaining test cases * add comment about `Test` vs `Tests` * refactor * reorder expectations to match vars * generate * turn on strict unmarshalling, remove old `Test` from schema * start modifying actual definitions * done with the As * Bs * C, D * E, F * G, H, I, ... L * M, N * O, P * R * bonus error. without this, pattern/vars disagreement can panic. * S * T, U * X.. Now we know our ABCs next time won't you sing with meeeee * fix another test * another driveby change * be less strict parsing custom definitions * fix(definitions): load custom definitions --------- Co-authored-by: ze0s <ze0s@riseup.net>
This commit is contained in:
parent
e842a7bd42
commit
fef0da5711
83 changed files with 1887 additions and 565 deletions
|
@ -11,7 +11,7 @@ protocol: torrent
|
|||
supports:
|
||||
- irc
|
||||
- rss
|
||||
source: gazelle
|
||||
# source: gazelle
|
||||
settings:
|
||||
- name: passkey
|
||||
type: secret
|
||||
|
@ -57,16 +57,142 @@ irc:
|
|||
parse:
|
||||
type: single
|
||||
lines:
|
||||
- test:
|
||||
- "Awesome Raw Novel - Light Novel [2005] :: Raw / EPUB || https://animebytes.tv/torrents.php?id=00000&torrentid=00000 || supernatural || Uploaded by: Test-Uploader"
|
||||
- "Awesome Translated Novel - Light Novel [2018] :: Translated (Translation Group) / EPUB || https://animebytes.tv/torrents.php?id=00000&torrentid=000000 || adventure, comedy, fantasy, harem, school.life, magic, action || Uploaded by: UPLOADER"
|
||||
- "Great BluRay SoftSubbed Anime - TV Series [2020] :: Blu-ray / MKV / h264 10-bit / 1080p / FLAC 2.0 / Dual Audio / Softsubs (Sub Group) / Freeleech || https://animebytes.tv/torrents.php?id=00008&torrentid=000000 || comedy, drama, school.life, sports || Uploaded by: Uploader"
|
||||
- "Awesome Translated Manga - Manga [2019] :: Translated (Translation Group) / Digital / Ongoing || https://animebytes.tv/torrents.php?id=00000&torrentid=000000 || comedy, fantasy, school.life, shounen, slice.of.life"
|
||||
- "Cool Movie - Movie [2020] :: Blu-ray / MKV / h265 10-bit / 1929x804 / AC3 5.1 / Dual Audio / Softsubs (Sub Group) || https://animebytes.tv/torrents.php?id=000000&torrentid=0000000 || drama, romance, slice.of.life || Uploaded by: Anon-Uploader"
|
||||
- "Awesome Live Action Special - Live Action TV Special [2021] :: Web / MKV / h264 / 848x480 / AAC 2.0 / Softsubs (Sub Group) || https://animebytes.tv/torrents.php?id=00000&torrentid=00000 || manga || Uploaded by: Some-Uploader"
|
||||
- "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"
|
||||
- tests:
|
||||
- line: "Awesome Raw Novel - Light Novel [2005] :: Raw / EPUB || https://animebytes.tv/torrents.php?id=00000&torrentid=00000 || supernatural || Uploaded by: Test-Uploader"
|
||||
expect:
|
||||
torrentName: "Awesome Raw Novel"
|
||||
title: "Awesome Raw Novel"
|
||||
category: "Light Novel"
|
||||
year: "2005"
|
||||
releaseTags: "Raw / EPUB"
|
||||
releaseGroup: ""
|
||||
releaseEpisode: ""
|
||||
freeleech: ""
|
||||
baseUrl: "https://animebytes.tv/"
|
||||
groupId: "00000"
|
||||
torrentId: "00000"
|
||||
tags: "supernatural"
|
||||
uploader: "Test-Uploader"
|
||||
- line: "Awesome Translated Novel - Light Novel [2018] :: Translated (Translation Group) / EPUB || https://animebytes.tv/torrents.php?id=00000&torrentid=000000 || adventure, comedy, fantasy, harem, school.life, magic, action || Uploaded by: UPLOADER"
|
||||
expect:
|
||||
torrentName: "Awesome Translated Novel"
|
||||
title: "Awesome Translated Novel"
|
||||
category: "Light Novel"
|
||||
year: "2018"
|
||||
releaseTags: "Translated (Translation Group) / EPUB"
|
||||
releaseGroup: "Translation Group"
|
||||
releaseEpisode: ""
|
||||
freeleech: ""
|
||||
baseUrl: "https://animebytes.tv/"
|
||||
groupId: "00000"
|
||||
torrentId: "000000"
|
||||
tags: "adventure, comedy, fantasy, harem, school.life, magic, action"
|
||||
uploader: "UPLOADER"
|
||||
- line: "Great BluRay SoftSubbed Anime - TV Series [2020] :: Blu-ray / MKV / h264 10-bit / 1080p / FLAC 2.0 / Dual Audio / Softsubs (Sub Group) / Freeleech || https://animebytes.tv/torrents.php?id=00008&torrentid=000000 || comedy, drama, school.life, sports || Uploaded by: Uploader"
|
||||
expect:
|
||||
torrentName: "Great BluRay SoftSubbed Anime"
|
||||
title: "Great BluRay SoftSubbed Anime"
|
||||
category: "TV Series"
|
||||
year: "2020"
|
||||
releaseTags: "Blu-ray / MKV / h264 10-bit / 1080p / FLAC 2.0 / Dual Audio / Softsubs (Sub Group)"
|
||||
releaseGroup: "Sub Group"
|
||||
releaseEpisode: ""
|
||||
freeleech: "Freeleech"
|
||||
baseUrl: "https://animebytes.tv/"
|
||||
groupId: "00008"
|
||||
torrentId: "000000"
|
||||
tags: "comedy, drama, school.life, sports"
|
||||
uploader: "Uploader"
|
||||
- line: "Awesome Translated Manga - Manga [2019] :: Translated (Translation Group) / Digital / Ongoing || https://animebytes.tv/torrents.php?id=00000&torrentid=000000 || comedy, fantasy, school.life, shounen, slice.of.life"
|
||||
expect:
|
||||
torrentName: "Awesome Translated Manga"
|
||||
title: "Awesome Translated Manga"
|
||||
category: "Manga"
|
||||
year: "2019"
|
||||
releaseTags: "Translated (Translation Group) / Digital / Ongoing"
|
||||
releaseGroup: "Translation Group"
|
||||
releaseEpisode: ""
|
||||
freeleech: ""
|
||||
baseUrl: "https://animebytes.tv/"
|
||||
groupId: "00000"
|
||||
torrentId: "000000"
|
||||
tags: "comedy, fantasy, school.life, shounen, slice.of.life"
|
||||
uploader: ""
|
||||
- line: "Cool Movie - Movie [2020] :: Blu-ray / MKV / h265 10-bit / 1929x804 / AC3 5.1 / Dual Audio / Softsubs (Sub Group) || https://animebytes.tv/torrents.php?id=000000&torrentid=0000000 || drama, romance, slice.of.life || Uploaded by: Anon-Uploader"
|
||||
expect:
|
||||
torrentName: "Cool Movie"
|
||||
title: "Cool Movie"
|
||||
category: "Movie"
|
||||
year: "2020"
|
||||
releaseTags: "Blu-ray / MKV / h265 10-bit / 1929x804 / AC3 5.1 / Dual Audio / Softsubs (Sub Group)"
|
||||
releaseGroup: "Sub Group"
|
||||
releaseEpisode: ""
|
||||
freeleech: ""
|
||||
baseUrl: "https://animebytes.tv/"
|
||||
groupId: "000000"
|
||||
torrentId: "0000000"
|
||||
tags: "drama, romance, slice.of.life"
|
||||
uploader: "Anon-Uploader"
|
||||
- line: "Awesome Live Action Special - Live Action TV Special [2021] :: Web / MKV / h264 / 848x480 / AAC 2.0 / Softsubs (Sub Group) || https://animebytes.tv/torrents.php?id=00000&torrentid=00000 || manga || Uploaded by: Some-Uploader"
|
||||
expect:
|
||||
torrentName: "Awesome "
|
||||
title: "Awesome "
|
||||
category: "Live Action Special - Live Action TV Special"
|
||||
year: "2021"
|
||||
releaseTags: "Web / MKV / h264 / 848x480 / AAC 2.0 / Softsubs (Sub Group)"
|
||||
releaseGroup: "Sub Group"
|
||||
releaseEpisode: ""
|
||||
freeleech: ""
|
||||
baseUrl: "https://animebytes.tv/"
|
||||
groupId: "00000"
|
||||
torrentId: "00000"
|
||||
tags: "manga"
|
||||
uploader: "Some-Uploader"
|
||||
- line: "Best Visual Novel - Visual Novel [2006] :: Game / PC / Unarchived / Hentai (Censored) || https://animebytes.tv/torrents.php?id=00000&torrentid=00000 || nukige || Uploaded by: Uploader"
|
||||
expect:
|
||||
torrentName: "Best Visual Novel"
|
||||
title: "Best Visual Novel"
|
||||
category: "Visual Novel"
|
||||
year: "2006"
|
||||
releaseTags: "Game / PC / Unarchived / Hentai (Censored)"
|
||||
releaseGroup: ""
|
||||
releaseEpisode: ""
|
||||
freeleech: ""
|
||||
baseUrl: "https://animebytes.tv/"
|
||||
groupId: "00000"
|
||||
torrentId: "00000"
|
||||
tags: "nukige"
|
||||
uploader: "Uploader"
|
||||
- line: "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"
|
||||
expect:
|
||||
torrentName: "Artist Name - Album of awesome Music"
|
||||
title: "Artist Name - Album of awesome Music"
|
||||
category: ""
|
||||
year: "1991"
|
||||
releaseTags: "MP3 / V0 (VBR) / CD"
|
||||
releaseGroup: ""
|
||||
releaseEpisode: ""
|
||||
freeleech: ""
|
||||
baseUrl: "https://animebytes.tv/"
|
||||
groupId: "00000"
|
||||
torrentId: "000000"
|
||||
tags: "ambient, folk"
|
||||
uploader: "Uploader"
|
||||
- line: "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"
|
||||
expect:
|
||||
torrentName: "Awesome Series"
|
||||
title: "Awesome Series"
|
||||
category: "TV Series"
|
||||
year: "2022"
|
||||
releaseTags: "Web / MKV / h264 / 1080p / AAC 2.0 / Softsubs (Sub Group)"
|
||||
releaseGroup: "Sub Group"
|
||||
releaseEpisode: "1"
|
||||
freeleech: "Freeleech"
|
||||
baseUrl: "https://animebytes.tv/"
|
||||
groupId: "00000"
|
||||
torrentId: "000000"
|
||||
tags: ""
|
||||
uploader: "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: (.*))?'
|
||||
vars:
|
||||
- torrentName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue