From eaf8d4f46ed9645a804c18eaffa279137ecc22a4 Mon Sep 17 00:00:00 2001 From: SaitoAtsushi Date: Thu, 23 Dec 2010 18:00:30 +0900 Subject: [PATCH] erase debug print. --- youtube-dl | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube-dl b/youtube-dl index e0a28a675..382386862 100755 --- a/youtube-dl +++ b/youtube-dl @@ -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):]