]> Cypherpunks.ru repositories - nncp.git/commitdiff
yt-dlp is more supported fork
authorSergey Matveev <stargrave@stargrave.org>
Tue, 1 Mar 2022 18:24:17 +0000 (21:24 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 1 Mar 2022 18:40:17 +0000 (21:40 +0300)
doc/integration/multimedia.texi

index 174916462a445745c3d03a0e00eb43800932ad09..79cc42d711c7106bf174e53522c95696e4d68248 100644 (file)
@@ -2,15 +2,14 @@
 @section Integration with multimedia streaming
 
 Many video and audio streams could be downloaded using
-@url{http://yt-dl.org/, youtube-dl} program.
-@url{https://rg3.github.io/youtube-dl/supportedsites.html, Look} how
+@url{https://github.com/yt-dlp/yt-dlp, yt-dlp} program.
+@url{https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md, Look} how
 many of them are supported, including @emph{Dailymotion}, @emph{Vimeo}
 and @emph{YouTube}.
 
 When your multimedia becomes an ordinary file, you can transfer it easily.
 
 @example
-$ youtube-dl \
-    --exec 'nncp-file @{@} remote.node:' \
+$ yt-dlp --exec 'nncp-file @{@} remote.node:' \
     'https://www.youtube.com/watch?list=PLd2Cw8x5CytxPAEBwzilrhQUHt_UN10FJ'
 @end example