mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 06:15:37 +00:00
API hardening against changes
This commit is contained in:
@@ -139,7 +139,7 @@ public class YoutubeStreamInfoItemExtractor implements StreamInfoItemExtractor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// NewPipe#8034 - YT returns not a correct duration for "YT shorts" videos
|
// NewPipe#8034 - YT returns not a correct duration for "YT shorts" videos
|
||||||
if ("SHORTS".equals(duration)) {
|
if ("SHORTS".equalsIgnoreCase(duration)) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user