]> Cypherpunks.ru repositories - nncp.git/blob - doc/integration/multimedia.texi
Fix typo
[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{http://yt-dl.org/, youtube-dl} program.
6 @url{https://rg3.github.io/youtube-dl/supportedsites.html, 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 $ youtube-dl \
14     --exec 'nncp-file @{@} remote.node:' \
15     'https://www.youtube.com/watch?list=PLd2Cw8x5CytxPAEBwzilrhQUHt_UN10FJ'
16 @end example