-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Streaming Service): Add Max #748
base: develop
Are you sure you want to change the base?
Conversation
Added MAX to the streaming service list
Decrease amount of false positives for youtube red Currently any thing with "red" it gets youtube red detected as service, and upload script ignores provider if multiple are detected
Updated formatting (spacing)
Make Youtube RED detection case sensitive
Add Support for NOW web service
@@ -734,6 +734,7 @@ | |||
"ITV": "ITV", | |||
"Knowledge Network": "KNOW", | |||
"Lifetime": "LIFE", | |||
"Max": "MAX", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be in "HBO Max" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MAX and HBO MAX are now different streaming services. Which one you get as a customer depends on region, but they have different encodes and selections. https://en.wikipedia.org/wiki/Max_(streaming_service)
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #748 +/- ##
========================================
Coverage 98.46% 98.46%
========================================
Files 52 52
Lines 3454 3454
========================================
Hits 3401 3401
Misses 53 53 ☔ View full report in Codecov by Sentry. |
Added MAX to the streaming service list