diff --git a/ESOF-Docs/ENTREGA1.md b/ESOF-Docs/ENTREGA1.md index 3fc0e0d27..1bf9f7654 100644 --- a/ESOF-Docs/ENTREGA1.md +++ b/ESOF-Docs/ENTREGA1.md @@ -1,11 +1,11 @@ # Relatório ESOF - 1ª Entrega ![youtube-dl image](https://github.com/atomicscale/youtube-dl/blob/master/ESOF-Docs/images1/youtube-dl.jpg) -### Description of the project +## Description of the project **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. +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.