X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fintegration%2Fmultimedia.texi;h=79cc42d711c7106bf174e53522c95696e4d68248;hb=c2cf24ee60b643dae58125d82ce2eec50a5d7362;hp=bcdfb7bda9ef2a753b4d870e2936fb0113bd0f12;hpb=9d09491dd928ed16e357795d8818dbc9153a1d49;p=nncp.git diff --git a/doc/integration/multimedia.texi b/doc/integration/multimedia.texi index bcdfb7b..79cc42d 100644 --- a/doc/integration/multimedia.texi +++ b/doc/integration/multimedia.texi @@ -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 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