1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 08:17:18 +08:00

erase debug print.

This commit is contained in:
SaitoAtsushi 2010-12-23 18:00:30 +09:00
parent eaa1ed4286
commit eaf8d4f46e

View File

@ -956,7 +956,6 @@ class YoutubeIE(InfoExtractor):
x[2] = x[1]
lst.append((x[0],(x[1],x[2])))
url_map = dict(lst)
print(url_map)
format_limit = self._downloader.params.get('format_limit', None)
if format_limit is not None and format_limit in self._available_formats:
format_list = self._available_formats[self._available_formats.index(format_limit):]