-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Paramount Plus Site Request #28342
Comments
It looks like only the domain name changed. The url structures are still the same. Free videos (login not required): The CBS site is still active, but now contains only CBS shows, so the CBS extractor should not be removed. Hopefully this will be an easy fix where only the paramount plus domain needs to be added to the CBS extractor. |
They're using the same API as CBS All Access, because it's essentially just a rebrand but with more content. All you have to do is replace cbs.com with paramountplus.com in the extractor file "cbs.py".
|
Related: ytdl-org/youtube-dl#28342 Authored-by: shirtjs <[email protected]>
Also, if you replace paramountplus.com to cbs.com in the URL before feeding it to youtube-dl, that will work too, at least for content that was present before the branding switchover. |
* https://github.com/ytdl-org/youtube-dl: [cbs] add support for Paramount+ (closes ytdl-org#28342)
Related: ytdl-org/youtube-dl#28342 Authored-by: shirtjs <[email protected]>
Checklist
Example URLs
https://www.paramountplus.com/shows/the-real-world/video/OUPywmOhn5Z_0rQVkLjM_aZ_dY14j2Gg/the-real-world-episode-1/
https://www.paramountplus.com/shows/kamp-koral/video/7KFREx9Z9CMQm2fZU7wGms2_kG0egKtF/kamp-koral-spongebob-s-under-years-the-jellyfish-kid/
https://www.cbs.com/shows/the-real-world/video/0_gpHFsSED4l0GAZMrTj_12fAjmrt4hA/the-real-world-hawaii-/ (This is the URL that worked with CBS ALL Access but has now changed to paramount plus.)
Description
CBS All Access changed to paramount plus. Extractor was working fine on CBS All Access but paramount plus is not working. Getting unsupported URL. The new site Paramount Plus looks exactly the same as cbs all access just with a different name. Possibly needs just a new extractor. If you need my credentials to test the website please let me know.
The text was updated successfully, but these errors were encountered: