Skip to content

Commit 827f7bd

Browse files
committed
[YouTube] Cache deobfuscation and improve requests made
Fix age restriction extraction Automatically fixes more things
1 parent b42a196 commit 827f7bd

3 files changed

Lines changed: 178 additions & 251 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static ItagItem getItag(int itagId) throws ParsingException {
9494
return item;
9595
}
9696
}
97-
throw new ParsingException("itag=" + Integer.toString(itagId) + " not supported");
97+
throw new ParsingException("itag=" + itagId + " not supported");
9898
}
9999

100100
/*//////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)