mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
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:
parent
284a2f9590
commit
8ff8e6bbb0
4 changed files with 127 additions and 6 deletions
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue