We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099b53c commit 592e1d6Copy full SHA for 592e1d6
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java
@@ -1029,7 +1029,7 @@ public static String getAttributedDescription(
1029
1030
final String content = attributedDescription.getString("content");
1031
final JsonArray commandRuns = attributedDescription.getArray("commandRuns");
1032
- if (content == null || commandRuns.isEmpty()) {
+ if (content == null) {
1033
return null;
1034
}
1035
0 commit comments