youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 79adb09baa26928e62f4c3b64b0ac011eed9de0c
parent f8690631e277b9075b65e07f9df42a9076ae346b
Author: Sergey M <dstftw@gmail.com>
Date:   Wed, 29 Apr 2015 20:05:48 +0500

Merge pull request #5553 from zouhair/master

Typo: twice "the the" to "the"
Diffstat:
Myoutube_dl/extractor/common.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py @@ -47,7 +47,7 @@ class InfoExtractor(object): information possibly downloading the video to the file system, among other possible outcomes. - The type field determines the the type of the result. + The type field determines the type of the result. By far the most common value (and the default if _type is missing) is "video", which indicates a single video. @@ -572,7 +572,7 @@ class InfoExtractor(object): def _get_login_info(self): """ - Get the the login info as (username, password) + Get the login info as (username, password) It will look in the netrc file using the _NETRC_MACHINE value If there's no info available, return (None, None) """