mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[dramafever] Improve _VALID_URL
This commit is contained in:
		| @@ -19,7 +19,7 @@ from ..utils import ( | ||||
|  | ||||
| class DramaFeverIE(InfoExtractor): | ||||
|     IE_NAME = 'dramafever' | ||||
|     _VALID_URL = r'https?://(?:www\.)?dramafever\.com/drama/(?P<id>[0-9]+/[0-9]+)' | ||||
|     _VALID_URL = r'https?://(?:www\.)?dramafever\.com/drama/(?P<id>[0-9]+/[0-9]+)(?:/|$)' | ||||
|     _TEST = { | ||||
|         'url': 'http://www.dramafever.com/drama/4512/1/Cooking_with_Shin/', | ||||
|         'info_dict': { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user