mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[nextmedia] Extend and reorder _VALID_URL
This commit is contained in:
		| @@ -90,7 +90,7 @@ class NextMediaActionNewsIE(NextMediaIE): | |||||||
|  |  | ||||||
|  |  | ||||||
| class AppleDailyIE(NextMediaIE): | class AppleDailyIE(NextMediaIE): | ||||||
|     _VALID_URL = r'http://(www|ent).appledaily.com.tw/(animation|realtimenews|enews)/[^/]+/[^/]+/(?P<date>\d+)/(?P<id>\d+)(/.*)?' |     _VALID_URL = r'http://(www|ent).appledaily.com.tw/(?:animation|appledaily|enews|realtimenews)/[^/]+/[^/]+/(?P<date>\d+)/(?P<id>\d+)(/.*)?' | ||||||
|     _TESTS = [{ |     _TESTS = [{ | ||||||
|         'url': 'http://ent.appledaily.com.tw/enews/article/entertainment/20150128/36354694', |         'url': 'http://ent.appledaily.com.tw/enews/article/entertainment/20150128/36354694', | ||||||
|         'md5': 'a843ab23d150977cc55ef94f1e2c1e4d', |         'md5': 'a843ab23d150977cc55ef94f1e2c1e4d', | ||||||
| @@ -138,6 +138,9 @@ class AppleDailyIE(NextMediaIE): | |||||||
|         'expected_warnings': [ |         'expected_warnings': [ | ||||||
|             'video thumbnail', |             'video thumbnail', | ||||||
|         ] |         ] | ||||||
|  |     }, { | ||||||
|  |         'url': 'http://www.appledaily.com.tw/appledaily/article/supplement/20140417/35770334/', | ||||||
|  |         'only_matching': True, | ||||||
|     }] |     }] | ||||||
|  |  | ||||||
|     _URL_PATTERN = r'\{url: \'(.+)\'\}' |     _URL_PATTERN = r'\{url: \'(.+)\'\}' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan