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:
parent
545522b80f
commit
e726437da3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue