mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2024-12-03 07:20:12 +01:00
fix: parsing attributed description with no command runs
This commit is contained in:
parent
099b53cc4f
commit
592e1d6386
@ -1029,7 +1029,7 @@ public final class YoutubeParsingHelper {
|
||||
|
||||
final String content = attributedDescription.getString("content");
|
||||
final JsonArray commandRuns = attributedDescription.getArray("commandRuns");
|
||||
if (content == null || commandRuns.isEmpty()) {
|
||||
if (content == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user