Clerification on the Params
Closed this issue · 4 comments
Hello,
thanks for this awesome dependencie, however am not clear what this meant in the code
link = await FlutterYoutubeDownloader.extractYoutubeLink(youTube_link, 18);
from the code, what does ### 18
means in the code? can i change it to 2, 5 0r 60?
thanks
Is it possible to get the size of the video before downloading?
18 is the Itag code, it specifies the resolution of the video format you want to use Here is the list if various Itag code you can try depending on the MP4 resolution you want https://gist.github.com/sidneys/7095afe4da4ae58694d128b1034e01e2
…
On Thu, Jul 8, 2021, 23:27 Nosakhare Atekha Endurance < @.***> wrote: Hello, thanks for this awesome dependencie, however am not clear what this meant in the code link = await FlutterYoutubeDownloader.extractYoutubeLink(youTube_link, 18); from the code, what does ### 18 means in the code? can i change it to 2, 5 0r 60? thanks — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#6>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN4RXI4OT6S7C772HSJ5JTTTWYQ5NANCNFSM5ABTRNTA .
Thanks ma, i really appreciate, now i want to make use of the dependency