Remove unused methods from the Dailymotion InfoExtractor
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Tue, 6 Jul 2010 16:51:45 +0000 (18:51 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:28:17 +0000 (11:28 +0100)
youtube-dl

index dbe348f..19acce1 100755 (executable)
@@ -1097,14 +1097,6 @@ class DailymotionIE(InfoExtractor):
        def suitable(url):
                return (re.match(DailymotionIE._VALID_URL, url) is not None)
 
-       def report_disclaimer(self):
-               """Report disclaimer retrieval."""
-               self._downloader.to_stdout(u'[dailymotion] Retrieving disclaimer')
-
-       def report_age_confirmation(self):
-               """Report attempt to confirm age."""
-               self._downloader.to_stdout(u'[dailymotion] Confirming age')
-       
        def report_download_webpage(self, video_id):
                """Report webpage download."""
                self._downloader.to_stdout(u'[dailymotion] %s: Downloading webpage' % video_id)