summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-07-06 18:51:45 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:28:17 +0100
commitdea147f78e62755c920569cec67b631e28f9a98e (patch)
tree394945d809bac742f8d1630f4f70a3e9a7712226
parent08cf5cb80b1db00fe8a08da944e6915a9999b4ae (diff)
downloadyoutube-dl-dea147f78e62755c920569cec67b631e28f9a98e.tar.gz
youtube-dl-dea147f78e62755c920569cec67b631e28f9a98e.tar.xz
youtube-dl-dea147f78e62755c920569cec67b631e28f9a98e.zip
Remove unused methods from the Dailymotion InfoExtractor
-rwxr-xr-xyoutube-dl8
1 files changed, 0 insertions, 8 deletions
diff --git a/youtube-dl b/youtube-dl
index dbe348f1f..19acce127 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -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)