## Programming II Lab 6 Task In this task, you should design and implement a program that uses [youtube-dl](https://github.com/ytdl-org/youtube-dl/) to download youtube videos. - You can use SceneBuilder. - You must open a save dialog after the users click Download. - You should get the video name by parsing the link HTML. - If the link is not correct you should informe the user. - Optional (Bouns): Implement progress bar. #### Sample UI <center> ![](https://i.imgur.com/TYe0Tur.png) </center> Note: This is just a sample, please do something else XD. <div style="display:none"> # Programming II Lab 6 Task </div>