mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 09:40:30 +00:00
Merge pull request #5553 from zouhair/master
Typo: twice "the the" to "the"
This commit is contained in:
commit
79adb09baa
@ -47,7 +47,7 @@ class InfoExtractor(object):
|
|||||||
information possibly downloading the video to the file system, among
|
information possibly downloading the video to the file system, among
|
||||||
other possible outcomes.
|
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
|
By far the most common value (and the default if _type is missing) is
|
||||||
"video", which indicates a single video.
|
"video", which indicates a single video.
|
||||||
|
|
||||||
@ -572,7 +572,7 @@ def _html_search_regex(self, pattern, string, name, default=_NO_DEFAULT, fatal=T
|
|||||||
|
|
||||||
def _get_login_info(self):
|
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
|
It will look in the netrc file using the _NETRC_MACHINE value
|
||||||
If there's no info available, return (None, None)
|
If there's no info available, return (None, None)
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user