Write the method to_screen in InfoExtractor (related #608)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 20 Apr 2013 17:35:49 +0000 (19:35 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 20 Apr 2013 18:55:40 +0000 (20:55 +0200)
commitf17ce13a9260919c4d8cb652467023373c783bd2
tree0b2e427ba9783df1932ab509b20e8229f39288ef
parent8c416ad29a43bb1a73a0a29b82c0e1baef1ee90a
Write the method to_screen in InfoExtractor (related #608)

Except the ones in youtube subtypes (user, channels ..) all calls to _downloader.to_screen has been changed.
The calls not prefixed with the IE name hasn't been touched.
youtube_dl/InfoExtractors.py