aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
diff options
context:
space:
mode:
authorzouhair <zouhair@users.noreply.github.com>2015-04-29 11:03:10 -0400
committerzouhair <zouhair@users.noreply.github.com>2015-04-29 11:03:10 -0400
commitcf0649f8b76879f9d32ceab91e87d659ea8ec398 (patch)
tree1eeca12036ba119b42f57a1e366112fa05d720e9 /youtube_dl/extractor/common.py
parentf8690631e277b9075b65e07f9df42a9076ae346b (diff)
downloadyoutube-dl-cf0649f8b76879f9d32ceab91e87d659ea8ec398.tar.xz
Typo: twice "the the" to "the"
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r--youtube_dl/extractor/common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 71230323c..48f58aae3 100644
--- 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)
"""