text youtube-dl备忘单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text youtube-dl备忘单相关的知识,希望对你有一定的参考价值。

# Basic Download:
youtube-dl URL

# Download Playlist, put in folder, and index with order:
youtube-dl -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' URL

# Download to /$uploader/$date/$title.$ext:
youtube-dl -o '%(uploader)s/%(date)s/%(title)s.%(ext)s' URL

# Download playlist starting from certain video:
youtube-dl --playlist-start 5 example.com/watch?v=id&list=listid

# Simulate download:
youtube-dl -s URL

# List Formats:
youtube-dl --list-formats URL

# Download preferred format get list of formats & use -f flag:
youtube-dl -f 18 URL

# Download a list:
- create a file and place all the YouTube links that you wish to download
youtube-dl -a youtube_links.txt

以上是关于text youtube-dl备忘单的主要内容,如果未能解决你的问题,请参考以下文章

text Javascript OO备忘单

text vs代码备忘单

text Capybara备忘单

text Docker撰写备忘单

text Kubernetes备忘单

text Git命令备忘单