diff --git a/faq.html b/faq.html index c8bc64310..d42ef28bd 100644 --- a/faq.html +++ b/faq.html @@ -1,7 +1,10 @@ - + + + youtube-dl Frequently Asked Questions - +

youtube-dl Frequently Asked Questions

diff --git a/index.html b/index.html index 9d4c78dbf..2b6cc40c7 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,10 @@ - + + + youtube-dl - +

youtube-dl: Download videos from YouTube.com

diff --git a/index.html.in b/index.html.in index d7c8f8aa7..dd6c02ce7 100644 --- a/index.html.in +++ b/index.html.in @@ -1,7 +1,10 @@ - + + + youtube-dl - +

youtube-dl: Download videos from YouTube.com

diff --git a/style.css b/style.css index 1464dacec..fa41d6f7f 100644 --- a/style.css +++ b/style.css @@ -26,6 +26,14 @@ p { margin-left: 5%; margin-right: 5%; } +ul { + margin-left: 5%; + margin-right: 5%; +} +li { + margin-top: 0.5ex; + margin-bottom: 0.5ex; +} tt { background: #dddddd; } diff --git a/windows.html b/windows.html index 686b09a0c..49db6c9a2 100644 --- a/windows.html +++ b/windows.html @@ -1,7 +1,10 @@ - + + + youtube-dl under Windows - +

youtube-dl under Windows

@@ -38,7 +41,7 @@

Right click on it and select Cut. Go to the explorer Window we left open previously, right click on an emtpy space and choose Paste. Tadah! Installation finished.

-

Now let's suppose I want to download a video to my Windows Desktop. Piece of cake: go to Start > Run, type cmd and press the enter key. Type the command cd desktop and then type the command youtube-dl.py "", where is a YouTube video URL you can copy from your web browser program address bar, and paste it to the command line interpreter window by right clicking and choosing Paste, for example. Remember commands are always followed by pressing the enter key in the command line interpreter.

+

Now let's suppose I want to download a video to my Windows Desktop. Piece of cake: go to Start > Run, type cmd and press the enter key. Type the command cd desktop and then type the command youtube-dl.py "<url>", where <url> is a YouTube video URL you can copy from your web browser program address bar, and paste it to the command line interpreter window by right clicking and choosing Paste, for example. Remember commands are always followed by pressing the enter key in the command line interpreter.

One final tip