Skip to content

Commit

Permalink
feat(streaming_service): add more streaming services
Browse files Browse the repository at this point in the history
  • Loading branch information
codyopel authored and Toilal committed Feb 24, 2021
1 parent cab06ff commit 40ce483
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 3 deletions.
44 changes: 41 additions & 3 deletions guessit/config/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@
]
},
"streaming_service": {
"9Now": "9NOW",
"A&E": [
"AE",
"A&E"
Expand All @@ -493,13 +494,19 @@
"AOL": "AOL",
"AppleTV": [
"ATVP",
"ATV+"
"ATV+",
"APTV"
],
"ARD": "ARD",
"BBC iPlayer": [
"iP",
"re:BBC-?iPlayer"
],
"Binge": "BNGE",
"Blackpills": "BKPL",
"BluTV": "BLU",
"Boomerang": "BOOM",
"Disney+": "DSNP",
"BravoTV": "BRAV",
"Canal+": "CNLP",
"Cartoon Network": "CN",
Expand All @@ -510,11 +517,15 @@
"CC",
"re:Comedy-?Central"
],
"Channel 4": "4OD",
"Channel 4": [
"ALL4",
"4OD"
],
"CHRGD": "CHGD",
"Cinemax": "CMAX",
"Country Music Television": "CMT",
"Comedians in Cars Getting Coffee": "CCGC",
"Crave": "CRAV",
"Crunchy Roll": [
"CR",
"re:Crunchy-?Roll"
Expand All @@ -536,6 +547,7 @@
"DISC",
"Discovery"
],
"Discovery Plus": "DSCP",
"Disney": [
"DSNY",
"Disney"
Expand All @@ -548,12 +560,17 @@
"El Trece": "ETTV",
"ESPN": "ESPN",
"Esquire": "ESQ",
"Facebook Watch": "FBWatch",
"Family": "FAM",
"Family Jr": "FJR",
"Fandor": "FANDOR",
"Food Network": "FOOD",
"Fox": "FOX",
"Fox Premium": "FOXP",
"Foxtel": "FXTL",
"Freeform": "FREE",
"FYI Network": "FYI",
"GagaOOLala": "Gaga",
"Global": "GLBL",
"GloboSat Play": "GLOB",
"Hallmark": "HLMK",
Expand All @@ -570,6 +587,9 @@
"Hulu": "HULU",
"Investigation Discovery": "ID",
"IFC": "IFC",
"hoichoi": "HoiChoi",
"iflix": "IFX",
"iQIYI": "iQIYI",
"iTunes": [
"iTunes",
{"pattern": "iT", "ignore_case": false}
Expand All @@ -584,6 +604,9 @@
],
"MSNBC": "MNBC",
"MTV": "MTV",
"MUBI": "MUBI",
"National Audiovisual Institute": "INA",
"National Film Board": "NFB",
"National Geographic": [
"NATG",
"re:National-?Geographic"
Expand All @@ -602,25 +625,38 @@
"NHL GameCenter": "GC",
"Nickelodeon": [
"NICK",
"Nickelodeon"
"Nickelodeon",
"NICKAPP"
],
"Norsk Rikskringkasting": "NRK",
"OnDemandKorea": [
"ODK",
"OnDemandKorea"
],
"Opto": "OPTO",
"Oprah Winfrey Network": "OWN",
"PBS": "PBS",
"PBS Kids": "PBSK",
"Peacock": [
"PCOK",
"Peacock"
],
"Playstation Network": "PSN",
"Pluzz": "PLUZ",
"PokerGO": "POGO",
"Rakuten TV": "RKTN",
"The Roku Channel": "ROKU",
"RTE One": "RTE",
"RUUTU": "RUUTU",
"SBS (AU)": "SBS",
"Science Channel": "SCI",
"SeeSo": [
"SESO",
"SeeSo"
],
"Shomi": "SHMI",
"Showtime": "SHO",
"Sony": "SONY",
"Spike": "SPIK",
"Spike TV": [
"SPKE",
Expand Down Expand Up @@ -648,7 +684,9 @@
"TVL",
"re:TV-?Land"
],
"TVNZ": "TVNZ",
"UFC": "UFC",
"UFC Fight Pass": "FP",
"UKTV": "UKTV",
"Univision": "UNIV",
"USA Network": "USAN",
Expand Down
Loading

0 comments on commit 40ce483

Please sign in to comment.