mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 21:27:21 +08:00
erase debug print.
This commit is contained in:
parent
eaa1ed4286
commit
eaf8d4f46e
@ -956,7 +956,6 @@ class YoutubeIE(InfoExtractor):
|
|||||||
x[2] = x[1]
|
x[2] = x[1]
|
||||||
lst.append((x[0],(x[1],x[2])))
|
lst.append((x[0],(x[1],x[2])))
|
||||||
url_map = dict(lst)
|
url_map = dict(lst)
|
||||||
print(url_map)
|
|
||||||
format_limit = self._downloader.params.get('format_limit', None)
|
format_limit = self._downloader.params.get('format_limit', None)
|
||||||
if format_limit is not None and format_limit in self._available_formats:
|
if format_limit is not None and format_limit in self._available_formats:
|
||||||
format_list = self._available_formats[self._available_formats.index(format_limit):]
|
format_list = self._available_formats[self._available_formats.index(format_limit):]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user