You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -981,11 +981,9 @@ private void fetchAndroidMobileJsonPlayer(@Nonnull final ContentCountry contentC
981
981
.value(CPN, androidCpn)
982
982
.value(CONTENT_CHECK_OK, true)
983
983
.value(RACY_CHECK_OK, true)
984
-
// Workaround getting streaming URLs which can return 403 HTTP response
985
-
// codes by using stories parameter for Android client requests
986
-
// This behavior only happen in certain countries such as UK as of
987
-
// 10.29.2022
988
-
.value("params", "8AEB")
984
+
// Workaround getting streaming URLs which return 403 HTTP response code by
985
+
// using some parameters for Android client requests
Copy file name to clipboardExpand all lines: extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorDefaultTest.java
Copy file name to clipboardExpand all lines: extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorLivestreamTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public void testUploaderName() throws Exception {
Copy file name to clipboardExpand all lines: extractor/src/test/resources/org/schabi/newpipe/extractor/services/youtube/extractor/stream/ageRestricted/generated_mock_0.json
Copy file name to clipboardExpand all lines: extractor/src/test/resources/org/schabi/newpipe/extractor/services/youtube/extractor/stream/ageRestricted/generated_mock_1.json
Copy file name to clipboardExpand all lines: extractor/src/test/resources/org/schabi/newpipe/extractor/services/youtube/extractor/stream/ageRestricted/generated_mock_2.json
Copy file name to clipboardExpand all lines: extractor/src/test/resources/org/schabi/newpipe/extractor/services/youtube/extractor/stream/ageRestricted/generated_mock_3.json
0 commit comments