@node Multimedia @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 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:' \ 'https://www.youtube.com/watch?list=PLd2Cw8x5CytxPAEBwzilrhQUHt_UN10FJ' @end example