mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 00:10:35 +05:30
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 String content = attributedDescription.getString("content");
|
||||||
final JsonArray commandRuns = attributedDescription.getArray("commandRuns");
|
final JsonArray commandRuns = attributedDescription.getArray("commandRuns");
|
||||||
if (content == null || commandRuns.isEmpty()) {
|
if (content == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user