Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1 KB

README.md

File metadata and controls

15 lines (9 loc) · 1 KB

YouTube video download | YouTube视频下载

English version description

  1. Create a directory in the current location named downloaded_videos by default, intended for storing downloaded videos.
  2. The file youtube_url_list.txt contains the last 11 characters that uniquely identify each YouTube video link. For instance, for a link like https://www.youtube.com/watch?v=9cFtUqRQ9ew, the identifier is 9cFtUqRQ9ew.
  3. youtube_video_download.py is an executable script that requires certain essential Python packages such as ffmpeg.

Chinese version description

  1. 在当前目录下创建一个文件夹,默认命名为:downloaded_videos,用以存储下载后的视频;
  2. youtube_url_list.txt 里是youtube视频链接的后11位标志符号,如一个链接 https://www.youtube.com/watch?v=9cFtUqRQ9ew,则其标志符为:9cFtUqRQ9ew;
  3. youtube_video_download.py 是执行程序,需要一些关键的python包文件,如ffmpeg等。