mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	DailymotionIE: There is not necessarily an underscore in a Dailymotion URL.
This commit is contained in:
		| @@ -616,7 +616,7 @@ class MetacafeIE(InfoExtractor): | ||||
| class DailymotionIE(InfoExtractor): | ||||
| 	"""Information Extractor for Dailymotion""" | ||||
|  | ||||
| 	_VALID_URL = r'(?i)(?:https?://)?(?:www\.)?dailymotion\.[a-z]{2,3}/video/([^_/]+)_([^/]+)' | ||||
| 	_VALID_URL = r'(?i)(?:https?://)?(?:www\.)?dailymotion\.[a-z]{2,3}/video/([^/]+)' | ||||
| 	IE_NAME = u'dailymotion' | ||||
|  | ||||
| 	def __init__(self, downloader=None): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Cyril Roelandt
					Cyril Roelandt