Vishnu Sivadas

Results 2 comments of Vishnu Sivadas

Try this while calling ``` YTDownload(18); YTDownload(22); ``` My function: ``` public void YTDownload(final int itag){ String VideoURLDownload = "https://www.youtube.com/watch?v=5izFFbdHnWY"; @SuppressLint("StaticFieldLeak") YouTubeUriExtractor youTubeUriExtractor = new YouTubeUriExtractor(this) { @Override public void...

The tag 18 and 22 is working perfectly. Though there are some other problems with the URL formats too. But for now use 18 (480p) and 22 (720p). 137 (1080)...