-
My own YouTube video downloader with Python.코딩Coding/Mojo★Python파이썬 2020. 12. 12. 13:23728x90
My own YouTube video downloader with Python.
Posted in r/Python by u/abdullahadeel • 576 points and 86 comments
www.reddit.com
My own YouTube video downloader with Python.
I created this youtube video downloader using Python and interface using Tkinter. Provided the URL, the programs pull the information about the video and the ability to download the video in any format and resolution. Another feature that I have implemented is that if the user selected a resolution option for which the required "codec" is not available, the program separately downloads the video and audio and compile them to make the final desired video, and save it to the user-defined location on the machine or by default to "downloads" folder.
GitHub 👉 : [See Code](https://github.com/mabdullahadeel/Youtube-Video-Downloader)
Here are some UI snippets:
​
[Home Screen](https://preview.redd.it/jfv640in7j461.png?width=904&format=png&auto=webp&s=6bfed8fc98a8d5322baaabd041be572bfad32def)
​
[Search Result](https://preview.redd.it/r5uhe6s88j461.png?width=944&format=png&auto=webp&s=cd28352247226e7c877bc8d783795522521438c4)
​
[File Downloading](https://preview.redd.it/py4lilgc8j461.png?width=898&format=png&auto=webp&s=8978a876d64cff730acd0d46f8383373a1a4ca12)
[Downloading Complete](https://preview.redd.it/1stujmgc8j461.png?width=905&format=png&auto=webp&s=65351b979239d443035101e0dd7fba4270a38cfe)
I hope you will have fun watching and reading the post and if interested, Code 😀
I am open to any questions or suggestions. I will really appreciate your comments 👽.
Thanks! Have a good time.반응형'코딩Coding > Mojo★Python파이썬' 카테고리의 다른 글
파이썬의 정석-프로그램 동산(무료강의) (0) 2020.12.20 Python predefined function(__symbol in python) (0) 2020.12.18 Python)while반복문-true, false 사용방법 (0) 2020.12.17 엑셀 대신 파이썬-이승준 (0) 2020.12.14 Algorithmic Trading_Full course (0) 2020.12.12 Python]eBest Xing api실시간조회, 멀티스레드 설계(1) (0) 2020.12.08 Python) Monday megathread: Project ideas! (0) 2020.12.07 파이썬 코딩 무료 강의(활용편4) - 업무자동화(RPA) (0) 2020.12.07