标签: download youtube channel youtube-dl
下载YouTube频道/用户的所有播放列表,并将每个播放列表保存在单独的目录中: $ youtube-dl -o '%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/user/TheLinuxFoundation/playlists 下载此代码时,播放列表中是否会有一个视频,并且每个播放者都下载了相同的视频?
youtube-dl -o '%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/user/TheLinuxFoundation/playlists