소스 검색

Update youtube-dl.md

Nordstrand 2 년 전
부모
커밋
07ccb7a09c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      media/youtube-dl.md

+ 1 - 1
media/youtube-dl.md

@@ -44,7 +44,7 @@ A tool for downloading videos from a variety of site (not just YouTube).
 ## Examples
 
 - Docker: `docker run --rm -v//$PWD:/downloads wernight/youtube-dl <...>`
-- YouTube video: `youtube-dl -iwc -f bestvideo+bestaudio --cookie ~/cookies.txt -o "%(uploader)s (%(upload_date)s) - %(title)s [%(id)s].%(ext)s"`
+- YouTube video: `youtube-dl -iwc -f bestvideo+bestaudio -o "%(uploader)s (%(upload_date)s) - %(title)s [%(id)s].%(ext)s" <url>`
 - YouTube video/channel/playlist w/ cookie: `youtube-dl -iwc -f bestvideo+bestaudio --cookie ~/cookies.txt -o "%(uploader)s (%(upload_date)s) - %(title)s [%(id)s].%(ext)s" <url>`
 
 ## Troubleshooting