You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,6 @@ public Description getDescription() throws ParsingException {
177
177
@Override
178
178
publicintgetAgeLimit() throwsParsingException {
179
179
assertPageFetched();
180
-
// TODO: Find new way to get age limit
181
180
if (!isAgeRestricted) {
182
181
returnNO_AGE_LIMIT;
183
182
}
@@ -497,6 +496,9 @@ public StreamType getStreamType() throws ParsingException {
0 commit comments