|
1 | 1 | # Paramount+
|
2 | 2 |
|
3 |
| -<blockquote> |
4 |
| - <img height=400 |
5 |
| - src="https://static1.cbrimages.com/wordpress/wp-content/uploads/2020/01/Dr.-Manhattan-Featured-Image.jpg" |
6 |
| - /> |
7 |
| -</blockquote> |
8 |
| - |
9 |
| -## try paramount+ |
10 |
| - |
11 |
| -1. paramountplus.com |
12 |
| -2. try it free |
13 |
| -3. continue |
14 |
| -4. make sure monthly is selected, then under essential click select plan |
15 |
| -5. if you see a bundle screen, click maybe later |
16 |
| -6. continue |
17 |
| -7. uncheck yes, i would like to receive marketing |
18 |
| -8. continue |
19 |
| -9. start paramount+ |
20 |
| - |
21 | 3 | ## How to get secret\_key?
|
22 | 4 |
|
23 | 5 | ~~~
|
@@ -50,3 +32,68 @@ https://www.intl.paramountplus.com/apps-api/v2.0/androidtv/video/cid/Y8sKvb2bIoe
|
50 | 32 | https://www.intl.paramountplus.com/apps-api/v3.0/androidtv/movies/Y8sKvb2bIoeX4XZbsfjadF4GhNPwcjTQ.json?includeTrailerInfo=true&includeContentInfo=true&locale=en-us&at=ABDSbrWqqlbSWOrrXk8u9NaNdokPC88YiXcPvIFhPobM3a%2FJWNOSwiCMklwJDDJq4c0%3D
|
51 | 33 |
|
52 | 34 | <https://www.intl.paramountplus.com/apps-api/v3.1/androidtv/irdeto-control/session-token.json?contentId=Y8sKvb2bIoeX4XZbsfjadF4GhNPwcjTQ&model=sdk_google_atv_x86&firmwareVersion=9&version=15.0.28&platform=PPINTL_AndroidTV&locale=en-us&at=ABBoPFHuygkRnnCKELRhypuq5uEAJvSiVATsY9xOASH88ibse11WuoLrFnSDf0Bv7EY%3D>
|
| 35 | + |
| 36 | +## apps |
| 37 | + |
| 38 | +create Android 6 device. install user certificate. start video. after the |
| 39 | +commercial you might get an error, try again. |
| 40 | + |
| 41 | +## paramount phone us |
| 42 | + |
| 43 | +- https://apkmirror.com/apk/cbs-interactive-inc/paramount |
| 44 | +- https://play.google.com/store/apps/details?id=com.cbs.app |
| 45 | + |
| 46 | +15.0.52: |
| 47 | + |
| 48 | +~~~ |
| 49 | +sources\com\cbs\app\dagger\DataLayerModule.java |
| 50 | +dataSourceConfiguration.setCbsAppSecret("4fb47ec1f5c17caa"); |
| 51 | +
|
| 52 | +sources\com\cbs\app\dagger\SharedComponentModule.java |
| 53 | +return new ci.a("{\"amazon_tablet\":\"c4abf90e3aa8131f\",\"amazon_mobile\":\"c1353af7ed0252d8\",\"google_mobile\":\"8c4edb1155a410e4\"}"); |
| 54 | +~~~ |
| 55 | + |
| 56 | +15.0.50: |
| 57 | + |
| 58 | +~~~ |
| 59 | +sources\com\cbs\app\dagger\DataLayerModule.java |
| 60 | +dataSourceConfiguration.setCbsAppSecret("cdaf0c8e254c4424"); |
| 61 | +
|
| 62 | +sources\com\cbs\app\dagger\SharedComponentModule.java |
| 63 | +return new di.a("{\"amazon_tablet\":\"c4abf90e3aa8131f\",\"amazon_mobile\":\"c1353af7ed0252d8\",\"google_mobile\":\"8c4edb1155a410e4\"}"); |
| 64 | +~~~ |
| 65 | + |
| 66 | +## paramount tv intl |
| 67 | + |
| 68 | +- https://apkmirror.com/apk/viacomcbs-streaming/paramount-android-tv |
| 69 | +- https://play.google.com/store/apps/details?id=com.cbs.ca |
| 70 | + |
| 71 | +15.0.52: |
| 72 | + |
| 73 | +~~~ |
| 74 | +sources\com\cbs\app\BuildConfig.java |
| 75 | +put("swisscom", "6d5824edfa1e56d6"); |
| 76 | +put("timvision", "893b6cb2e9112879"); |
| 77 | +put("vodafone", "ace4afb584a31528"); |
| 78 | +
|
| 79 | +sources\com\cbs\app\config\DefaultAppSecretProvider.java |
| 80 | +return "e55edaeb8451f737"; |
| 81 | +
|
| 82 | +sources\com\cbs\app\config\SetTopBoxAppSecretProvider.java |
| 83 | +return "e55edaeb8451f737"; |
| 84 | +~~~ |
| 85 | + |
| 86 | +15.0.50: |
| 87 | + |
| 88 | +~~~ |
| 89 | +sources\com\cbs\app\BuildConfig.java |
| 90 | +put("swisscom", "2751aeb7d5379e3b"); |
| 91 | +put("timvision", "fc27c8f1cfda2b25"); |
| 92 | +put("vodafone", "ae7c0cbda94ff4d5"); |
| 93 | +
|
| 94 | +sources\com\cbs\app\config\DefaultAppSecretProvider.java |
| 95 | +return "0f56dbac9fee3a93"; |
| 96 | +
|
| 97 | +sources\com\cbs\app\config\SetTopBoxAppSecretProvider.java |
| 98 | +return "0f56dbac9fee3a93"; |
| 99 | +~~~ |
0 commit comments