mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-30 22:05:18 +00:00
Update extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
@@ -542,7 +542,7 @@ public class YoutubeStreamExtractor extends StreamExtractor {
|
|||||||
private String tryDecryption(final String url, final String videoId) {
|
private String tryDecryption(final String url, final String videoId) {
|
||||||
try {
|
try {
|
||||||
return YoutubeThrottlingDecrypter.apply(url, videoId);
|
return YoutubeThrottlingDecrypter.apply(url, videoId);
|
||||||
} catch (ParsingException e) {
|
} catch (final ParsingException e) {
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user