Skip to content

Commit 6701b0f

Browse files
authored
Merge pull request #447 from Stypox/better-deobfuscation
[YouTube] Cache deobfuscation code and more fixes
2 parents b42a196 + 89a77ae commit 6701b0f

4 files changed

Lines changed: 200 additions & 266 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)