Skip to content

Commit

Permalink
Remove unused methods from the Dailymotion InfoExtractor
Browse files Browse the repository at this point in the history
  • Loading branch information
rg3 committed Oct 31, 2010
1 parent 08cf5cb commit dea147f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions youtube-dl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dea147f

Please sign in to comment.