Explorar o código

[cnn] remove debug print call.

Jaime Marquínez Ferrándiz %!s(int64=12) %!d(string=hai) anos
pai
achega
a1bb0f8773
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      youtube_dl/extractor/cnn.py

+ 0 - 1
youtube_dl/extractor/cnn.py

@@ -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'))