You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this to know what are quality iTags on YouTube https://gist.github.com/sidneys/7095afe4da4ae58694d128b1034e01e2#comprehensive-list-of-youtube-format-code-itags. The package used to implement YouTube downloader has some problem. The var result = await FlutterYoutubeDownloader.downloadVideo(_youtubeLink, "VideoUpyogaarth", 22); line never returns anything (and hence checking if the download is possible for some resolution is not possible). Try to fix this by either changing the package or try changing the source code of the used package itself.
The text was updated successfully, but these errors were encountered:
Use this to know what are quality iTags on YouTube https://gist.github.com/sidneys/7095afe4da4ae58694d128b1034e01e2#comprehensive-list-of-youtube-format-code-itags. The package used to implement YouTube downloader has some problem.
The var result = await FlutterYoutubeDownloader.downloadVideo(_youtubeLink, "VideoUpyogaarth", 22);
line never returns anything (and hence checking if the download is possible for some resolution is not possible). Try to fix this by either changing the package or try changing the source code of the used package itself.The text was updated successfully, but these errors were encountered: