[cnn] remove debug print call.
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 28 Aug 2013 08:20:37 +0000 (10:20 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 28 Aug 2013 08:20:37 +0000 (10:20 +0200)
youtube_dl/extractor/cnn.py

index 4338bd1809bed6d138affc0723dfff72198c5f03..a79f881cd9dbf54b8fdb3ff229de1d0e6b9c6aac 100644 (file)
@@ -33,7 +33,6 @@ class CNNIE(InfoExtractor):
         path = mobj.group('path')
         page_title = mobj.group('title')
         info_url = u'http://cnn.com/video/data/3.0/%s/index.xml' % path
-        print(info_url)
         info_xml = self._download_webpage(info_url, page_title)
         info = xml.etree.ElementTree.fromstring(info_xml.encode('utf-8'))