]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/integration/multimedia.texi
Add various documentation indices
[nncp.git] / doc / integration / multimedia.texi
index bcdfb7bda9ef2a753b4d870e2936fb0113bd0f12..20ed06c1a549fbcd043a995aa6609db54f4d46d3 100644 (file)
@@ -1,16 +1,19 @@
 @node Multimedia
+@cindex multimedia integration
+@cindex pindex youtube-dl
+@cindex pindex yt-dlp
+@cindex cindex YouTube
 @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 you multimedia becomes an ordinary file, you can transfer it easily.
+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