Remove video_result helper method
[youtube-dl] / youtube_dl / extractor / common.py
index 1d98222ce6518398fd2a1381100400d5bacb99c0..1bd5538ca2af7f2f8772b9e10eb9508588143258 100644 (file)
@@ -169,11 +169,6 @@ class InfoExtractor(object):
         self.to_screen(u'Logging in')
 
     #Methods for following #608
-    #They set the correct value of the '_type' key
-    def video_result(self, video_info):
-        """Returns a video"""
-        video_info['_type'] = 'video'
-        return video_info
     def url_result(self, url, ie=None):
         """Returns a url that points to a page that should be processed"""
         #TODO: ie should be the class used for getting the info