1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

Remove debug prints

This commit is contained in:
riking 2014-08-16 14:49:30 -07:00
parent 83317f6938
commit 165250ff5e

View file

@ -442,14 +442,12 @@ class InfoExtractor(object):
If there's no info available, return None
"""
if self._downloader is None:
self.to_screen("no downloader")
return None
downloader_params = self._downloader.params
if downloader_params.get('twofactor', None) is not None:
return downloader_params['twofactor']
self.to_screen("param is None")
return None
# Helper functions for extracting OpenGraph info