]> Cypherpunks.ru repositories - nncp.git/blob - doc/integration/multimedia.texi
yt-dlp is more supported fork
[nncp.git] / doc / integration / multimedia.texi
1 @node Multimedia
2 @section Integration with multimedia streaming
3
4 Many video and audio streams could be downloaded using
5 @url{https://github.com/yt-dlp/yt-dlp, yt-dlp} program.
6 @url{https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md, Look} how
7 many of them are supported, including @emph{Dailymotion}, @emph{Vimeo}
8 and @emph{YouTube}.
9
10 When your multimedia becomes an ordinary file, you can transfer it easily.
11
12 @example
13 $ yt-dlp --exec 'nncp-file @{@} remote.node:' \
14     'https://www.youtube.com/watch?list=PLd2Cw8x5CytxPAEBwzilrhQUHt_UN10FJ'
15 @end example