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