mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	[dlive] restrict DLive Stream _VALID_URL regex
This commit is contained in:
		| @@ -55,7 +55,7 @@ class DLiveVODIE(InfoExtractor): | ||||
|  | ||||
| class DLiveStreamIE(InfoExtractor): | ||||
|     IE_NAME = 'dlive:stream' | ||||
|     _VALID_URL = r'https?://(?:www\.)?dlive\.tv/(?P<id>[\w.-]+)' | ||||
|     _VALID_URL = r'https?://(?:www\.)?dlive\.tv/(?!p/)(?P<id>[\w.-]+)' | ||||
|  | ||||
|     def _real_extract(self, url): | ||||
|         display_name = self._match_id(url) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine