feat(indexers): add animebytes (#87)

* feat: Added support for AB indexer.

* docs: Changed readme to inlcude all the supported trackers.

* feat: improve releasetags parsing and regex
This commit is contained in:
KaiserBh 2022-01-17 01:28:01 +11:00 committed by GitHub
parent 284a2f9590
commit 8ff8e6bbb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 127 additions and 6 deletions

View file

@ -25,17 +25,22 @@ export const codecs = [
"h265",
"x264",
"x265",
"h264 10-bit",
"h265 10-bit",
"x264 10-bit",
"x265 10-bit",
"XviD"
];
export const CODECS_OPTIONS = codecs.map(v => ({ value: v, label: v, key: v}));
export const sources = [
"WEB-DL",
"BluRay",
"BD5",
"BD9",
"BDr",
"BDRip",
"BluRay",
"BRRip",
"CAM",
"DVDR",
@ -48,7 +53,6 @@ export const sources = [
"HDTV",
"Mixed",
"SiteRip",
"WEB-DL",
"Webrip"
];