mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[zingmp3:album] Style
This commit is contained in:
		@@ -86,8 +86,7 @@ class ZingMp3SongIE(ZingMp3BaseInfoExtractor):
 | 
			
		||||
 | 
			
		||||
class ZingMp3AlbumIE(ZingMp3BaseInfoExtractor):
 | 
			
		||||
    _VALID_URL = r'https?://mp3\.zing\.vn/(?:album|playlist)/(?P<slug>[^/]+)/(?P<album_id>\w+)\.html'
 | 
			
		||||
    _TESTS = [
 | 
			
		||||
        {
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
        'url': 'http://mp3.zing.vn/album/Lau-Dai-Tinh-Ai-Bang-Kieu-Minh-Tuyet/ZWZBWDAF.html',
 | 
			
		||||
        'info_dict': {
 | 
			
		||||
            '_type': 'playlist',
 | 
			
		||||
@@ -95,12 +94,10 @@ class ZingMp3AlbumIE(ZingMp3BaseInfoExtractor):
 | 
			
		||||
            'title': 'Lâu Đài Tình Ái - Bằng Kiều ft. Minh Tuyết | Album 320 lossless',
 | 
			
		||||
        },
 | 
			
		||||
        'playlist_count': 10,
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'http://mp3.zing.vn/playlist/Duong-Hong-Loan-apollobee/IWCAACCB.html',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
    }]
 | 
			
		||||
    IE_NAME = 'zingmp3:album'
 | 
			
		||||
    IE_DESC = 'mp3.zing.vn albums'
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user