mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 19:37:21 +08:00
Merge pull request #269 from ytdl-org/master
[pull] master from ytdl-org:master
This commit is contained in:
commit
d49d87225f
@ -2341,7 +2341,7 @@ class InfoExtractor(object):
|
||||
return []
|
||||
ism_doc, urlh = res
|
||||
|
||||
return self._parse_ism_formats(ism_doc, urlh.geturl(), ism_id)
|
||||
return self._parse_ism_formats(ism_doc, compat_str(urlh.geturl()), ism_id)
|
||||
|
||||
def _parse_ism_formats(self, ism_doc, ism_url, ism_id=None):
|
||||
"""
|
||||
|
@ -134,7 +134,7 @@ def parseOpts(overrideArguments=None):
|
||||
action='help',
|
||||
help='Print this help text and exit')
|
||||
general.add_option(
|
||||
'-v', '--version',
|
||||
'--version',
|
||||
action='version',
|
||||
help='Print program version and exit')
|
||||
general.add_option(
|
||||
|
Loading…
x
Reference in New Issue
Block a user