textyoutube-dl备忘单(代码片段)

author author     2022-11-30     580

关键词:

# 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

textjavascriptoo备忘单(代码片段)

查看详情

textzsh备忘单(代码片段)

查看详情

markdownemoji备忘单(代码片段)

查看详情

markdown备忘单(代码片段)

查看详情

markdownrspec备忘单(代码片段)

查看详情

markdownmarkdown备忘单(代码片段)

查看详情

markdowngpg备忘单(代码片段)

查看详情

javascriptjsdoc备忘单(代码片段)

查看详情

markdowndocker备忘单(代码片段)

查看详情

markdowndocker备忘单(代码片段)

查看详情

markdownmarkdown备忘单(代码片段)

查看详情

textseaborn备忘单(代码片段)

查看详情

phplaravel备忘单(代码片段)

查看详情

markdownmarkdown备忘单(代码片段)

查看详情

markdownmysql备忘单(代码片段)

查看详情

markdowndocker备忘单(代码片段)

查看详情

shdocker备忘单(代码片段)

查看详情

shnpm备忘单(代码片段)

查看详情