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 7092529 commit 4f51c90Copy full SHA for 4f51c90
README.md
@@ -35,7 +35,7 @@ new YouTubeExtractor(this) {
35
public void onExtractionComplete(SparseArray<YtFile> ytFiles, VideoMeta vMeta) {
36
if (ytFiles != null) {
37
int itag = 22;
38
- String downloadUrl = ytFiles.get(itag).getUrl();
+ String downloadUrl = ytFiles.get(itag).getUrl();
39
}
40
41
}.extract(youtubeLink, true, true);
0 commit comments