mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[nextmedia] Support action news (動新聞) on Apple Daily
This commit is contained in:
		@@ -3,6 +3,9 @@ version <unreleased>
 | 
				
			|||||||
Core
 | 
					Core
 | 
				
			||||||
* [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
 | 
					* [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Extractors
 | 
				
			||||||
 | 
					+ [nextmedia] Recognize action news on AppleDaily
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
version 2016.10.07
 | 
					version 2016.10.07
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -93,7 +93,7 @@ class NextMediaActionNewsIE(NextMediaIE):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
class AppleDailyIE(NextMediaIE):
 | 
					class AppleDailyIE(NextMediaIE):
 | 
				
			||||||
    IE_DESC = '臺灣蘋果日報'
 | 
					    IE_DESC = '臺灣蘋果日報'
 | 
				
			||||||
    _VALID_URL = r'https?://(www|ent)\.appledaily\.com\.tw/(?:animation|appledaily|enews|realtimenews)/[^/]+/[^/]+/(?P<date>\d+)/(?P<id>\d+)(/.*)?'
 | 
					    _VALID_URL = r'https?://(www|ent)\.appledaily\.com\.tw/(?:animation|appledaily|enews|realtimenews|actionnews)/[^/]+/[^/]+/(?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',
 | 
				
			||||||
@@ -154,6 +154,9 @@ class AppleDailyIE(NextMediaIE):
 | 
				
			|||||||
            'description': 'md5:7b859991a6a4fedbdf3dd3b66545c748',
 | 
					            'description': 'md5:7b859991a6a4fedbdf3dd3b66545c748',
 | 
				
			||||||
            'upload_date': '20140417',
 | 
					            'upload_date': '20140417',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					    }, {
 | 
				
			||||||
 | 
					        'url': 'http://www.appledaily.com.tw/actionnews/appledaily/7/20161003/960588/',
 | 
				
			||||||
 | 
					        'only_matching': True,
 | 
				
			||||||
    }]
 | 
					    }]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    _URL_PATTERN = r'\{url: \'(.+)\'\}'
 | 
					    _URL_PATTERN = r'\{url: \'(.+)\'\}'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user