mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[dailymotion] Improve description extraction (closes #16984)
This commit is contained in:
		| @@ -144,7 +144,8 @@ class DailymotionIE(DailymotionBaseInfoExtractor): | ||||
|  | ||||
|         age_limit = self._rta_search(webpage) | ||||
|  | ||||
|         description = self._og_search_description(webpage) or self._html_search_meta( | ||||
|         description = self._og_search_description( | ||||
|             webpage, default=None) or self._html_search_meta( | ||||
|             'description', webpage, 'description') | ||||
|  | ||||
|         view_count_str = self._search_regex( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bato3
					bato3