Disclaimer: This repository is for educational purposes only. This tool do not promote or encourages any illegal pirated action and it was not made for criminal purposes.
A Discord bot that auto sends notifications when there's new movies
- Title:
(^\S*)
- Year:
((?:(?:19|20)[0-9]{2}))
1900 to 2099
- SUBBE
- HDR
- ATVP (apple TV)
- Resolution:
((?:720|1080|2160)p)
- Source: AMZN, NF, DIS?, NOW (nowtv),
- Formats: WEBRip, WEB, WEBRip, BluRay, WEB-DL,
- Audio: DDP5.1, TrueHD.7.1, Atmos-*
- Encoding: x264-TEPES, H264-NAISU, x265, x264-ION10, x265-RARBG, x264-RARBG, H265-SLOT, x264-NOGRP, x264-CM
- Language: KOREAN, SPANISH
- BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT
- Alive.2020.KOREAN.BRRip.x264-VXT (language)
- Endgame.1983.ITALIAN.BRRip.x264-VXT (language)
- Volumes.of.Blood.Horror.Stories.2016.BRRip.x264-ION10 (no resolution)
- The.Unforgivable.2021.1080p.NF.WEBRip.DDP5.1.Atmos.x264-CM (Netflix)
- Better error handling
- Add Ansible
- Add Github Action
- Check 4K
- Genre emoji map
- Check all resolutions of the film
As an issue pointed out here: GitHub Issue
- The order will be lost when serializing (and unserializing). There's no way around that because Go sorts maps for JSON output.
- All of your keys must be strings.
- main -> run bot main process discord/bot.go -> trigger cron job (task/task.go)
- task(read config) -> processor (request Rarbg) -> parser/parser.go