mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
[cnn] remove debug print call.
This commit is contained in:
parent
0e283428f7
commit
a1bb0f8773
@ -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'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user