From 4dc13cc4be4bbce808284621208d133b4362891e Mon Sep 17 00:00:00 2001 From: Vitor Esteves Date: Fri, 14 Oct 2016 18:43:40 +0100 Subject: [PATCH] Update ENTREGA1.md updated description, now lists possible websites which can be used by youtube-dl --- ESOF-Docs/ENTREGA1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESOF-Docs/ENTREGA1.md b/ESOF-Docs/ENTREGA1.md index 303433189..dffc558bc 100644 --- a/ESOF-Docs/ENTREGA1.md +++ b/ESOF-Docs/ENTREGA1.md @@ -4,7 +4,7 @@ ### Description of the project -**Youtube-dl** is a command-line program to download videos from YouTube.com and a few more sites. It requires the **Python** interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific, so it should work on **Linux**, **Windows** or **Mac OS X**.If you want to convert video/audio, you'll need avconv or ffmpeg. On some sites - most notably **YouTube** - videos can be retrieved in a higher quality format without sound. It will detect whether avconv/ffmpeg is present and automatically pick the best option. By default **youtube-dl** tries to download the best available quality. +**Youtube-dl** is a command-line program to download videos from YouTube.com and a few more [sites](http://rg3.github.io/youtube-dl/supportedsites.html). It requires the **Python** interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific, so it should work on **Linux**, **Windows** or **Mac OS X**.If you want to convert video/audio, you'll need avconv or ffmpeg. On some sites - most notably **YouTube** - videos can be retrieved in a higher quality format without sound. It will detect whether avconv/ffmpeg is present and automatically pick the best option. By default **youtube-dl** tries to download the best available quality. Once the video is fully downloaded, use any video player, such as mpv, vlc or mplayer to reproduce your files. ## Development Process