Skip to content

Commit 4f51c90

Browse files
Update README.md
1 parent 7092529 commit 4f51c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ new YouTubeExtractor(this) {
3535
public void onExtractionComplete(SparseArray<YtFile> ytFiles, VideoMeta vMeta) {
3636
if (ytFiles != null) {
3737
int itag = 22;
38-
String downloadUrl = ytFiles.get(itag).getUrl();
38+
String downloadUrl = ytFiles.get(itag).getUrl();
3939
}
4040
}
4141
}.extract(youtubeLink, true, true);

0 commit comments

Comments
 (0)