2
0
Эх сурвалжийг харах

Remove unused methods from the Dailymotion InfoExtractor

Ricardo Garcia 15 жил өмнө
parent
commit
dea147f78e
1 өөрчлөгдсөн 0 нэмэгдсэн , 8 устгасан
  1. 0 8
      youtube-dl

+ 0 - 8
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)