All the code in the repository comes from chatGPT, and I just wanted to learn Python and other languages through chatGPT, that's all.
py-ytd is the first program I wrote with chatGPT, which is a Python script to download YouTube videos.
- Download YouTube videos via pytube.
- A friendly download tool for those new to Python as a tool-language.
- Download multiple YouTube videos in bulk.
- Download YouTube videos with age restrictions.
- Display progress bar during download.
- More user-friendly display.
Before using this script, make sure you have the
Python
environment andpip
installed on your computer, If not, go to www.Python.org , download the corresponding version and complete the installation.
Python
pip
pytube
See more notes and instructions in the Guide.