projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83317f6
)
Remove debug prints
author
riking
<rikingcoding@gmail.com>
Sat, 16 Aug 2014 21:49:30 +0000
(14:49 -0700)
committer
riking
<rikingcoding@gmail.com>
Sat, 16 Aug 2014 21:49:30 +0000
(14:49 -0700)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 9f6a8a88956cab5a8bb7be052970b9a27752e157..45a17f8ada1fb0b0977ff9492876841965077c29 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
youtube_dl/extractor/common.py
@@
-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