Jelajahi Sumber

Update youtube-dl.md

Nordstrand 2 tahun lalu
induk
melakukan
cfc6de8ad7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      media/youtube-dl.md

+ 1 - 1
media/youtube-dl.md

@@ -15,6 +15,7 @@ A tool for downloading videos from a variety of site (not just YouTube).
 ## Installation
 ## Installation
 
 
 - Docker:
 - Docker:
+    - **TODO** Outdated, don't use this anymore.
     - Using ([wernight's image](https://github.com/wernight/docker-youtube-dl)).
     - Using ([wernight's image](https://github.com/wernight/docker-youtube-dl)).
     - Command prefix: `docker run --rm -v//$PWD:/downloads wernight/youtube-dl <...>`
     - Command prefix: `docker run --rm -v//$PWD:/downloads wernight/youtube-dl <...>`
 - Binary:
 - Binary:
@@ -43,7 +44,6 @@ A tool for downloading videos from a variety of site (not just YouTube).
 
 
 ## Examples
 ## Examples
 
 
-- Docker: `docker run --rm -v//$PWD:/downloads wernight/youtube-dl <...>`
 - YouTube video: `youtube-dl -iwc -f bestvideo+bestaudio -o "%(uploader)s (%(upload_date)s) - %(title)s [%(id)s].%(ext)s" <url>`
 - 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>`
 - 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>`