From dcbab9bfeb1f50d709d4e043336025a8bb017dc9 Mon Sep 17 00:00:00 2001 From: Sota Yamashtia Date: Sat, 13 Dec 2014 15:52:59 +0900 Subject: [PATCH 1/6] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f10f06ee8..b491faa6d 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,15 @@ $ # will only download the videos uploaded in the 200x decade $ youtube-dl --dateafter 20000101 --datebefore 20091231 ``` +# Tips + +Donwload viewo with audio formet: + +```bash +# Example: download https://www.youtube.com/watch?v=nfWlot6h_JM +$ youtube-dl nfWlot6h_JM --audio-format=mp3 --extract-audio -o 'randomname.%(ext)s' +``` + # FAQ ### How do I update youtube-dl? From e5b924d071be5f7cd53488b47d377ba8933debe1 Mon Sep 17 00:00:00 2001 From: Sota Yamashtia Date: Sat, 13 Dec 2014 17:37:07 +0900 Subject: [PATCH 2/6] Update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b491faa6d..65a743311 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ youtube-dl - download videos from youtube.com or other video platforms +# TABLE OF CONTENT + +- [SYNOPSIS](#SYNOPSIS) +- [DESCRIPTION](#) +- [OPTIONS](#) +- [CONFIGURATION](#) +- [OUTPUT TEMPLATE](#) +- [VIDEO SELECTION](#) +- [TIPS](#) +- [FAQ](#) +- [DEVELOPER INSTRUCTIONS](#) +- [BUGS](#) +- [COPYRIGHT](#) + # SYNOPSIS **youtube-dl** [OPTIONS] URL [URL...] From 7aeccfe39e2ea848483950f04611921be6664dca Mon Sep 17 00:00:00 2001 From: Sota Yamashtia Date: Sat, 13 Dec 2014 17:39:27 +0900 Subject: [PATCH 3/6] Add correct link to each table of contents --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 65a743311..ec88c78b3 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,18 @@ youtube-dl - download videos from youtube.com or other video platforms # TABLE OF CONTENT -- [SYNOPSIS](#SYNOPSIS) -- [DESCRIPTION](#) -- [OPTIONS](#) -- [CONFIGURATION](#) -- [OUTPUT TEMPLATE](#) -- [VIDEO SELECTION](#) -- [TIPS](#) -- [FAQ](#) -- [DEVELOPER INSTRUCTIONS](#) -- [BUGS](#) -- [COPYRIGHT](#) +- [SYNOPSIS](#synopsis) +- [INSTALLATION](#installation) +- [DESCRIPTION](#description) +- [OPTIONS](#options) +- [CONFIGURATION](#configuration) +- [OUTPUT TEMPLATE](#output-template) +- [VIDEO SELECTION](#video-selection) +- [TIPS](#tips) +- [FAQ](#fqa) +- [DEVELOPER INSTRUCTIONS](#developer-instructions) +- [BUGS](#bugs) +- [COPYRIGHT](#copyright) # SYNOPSIS **youtube-dl** [OPTIONS] URL [URL...] From 387be33d5116d74e8945077a6cd35fb37a8e195a Mon Sep 17 00:00:00 2001 From: Sota Yamashtia Date: Sat, 13 Dec 2014 17:40:36 +0900 Subject: [PATCH 4/6] Make Tips be a uppercase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec88c78b3..1cf832b5f 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ $ # will only download the videos uploaded in the 200x decade $ youtube-dl --dateafter 20000101 --datebefore 20091231 ``` -# Tips +# TIPS Donwload viewo with audio formet: From 713fbdde1e190babbf109efce3aabd76b7046c97 Mon Sep 17 00:00:00 2001 From: Sota Yamashtia Date: Sat, 13 Dec 2014 17:44:19 +0900 Subject: [PATCH 5/6] Fix the way to download only audio tip --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cf832b5f..57bd3d906 100644 --- a/README.md +++ b/README.md @@ -381,7 +381,9 @@ $ youtube-dl --dateafter 20000101 --datebefore 20091231 # TIPS -Donwload viewo with audio formet: +Here are a great tips to help you use it usefully below: + +Download only audio file.(You can use it on iTunes) ```bash # Example: download https://www.youtube.com/watch?v=nfWlot6h_JM From 77b7672886fb888e0297765c8563d5038838f04b Mon Sep 17 00:00:00 2001 From: Sota Yamashtia Date: Sun, 14 Dec 2014 17:50:39 +0900 Subject: [PATCH 6/6] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57bd3d906..0e48658fb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ youtube-dl - download videos from youtube.com or other video platforms - [OUTPUT TEMPLATE](#output-template) - [VIDEO SELECTION](#video-selection) - [TIPS](#tips) -- [FAQ](#fqa) +- [FAQ](#faq) - [DEVELOPER INSTRUCTIONS](#developer-instructions) - [BUGS](#bugs) - [COPYRIGHT](#copyright)