mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[audiomack:album] Update testcase
This commit is contained in:
		| @@ -140,7 +140,7 @@ def expect_info_dict(self, got_dict, expected_dict): | |||||||
|     # Are checkable fields missing from the test case definition? |     # Are checkable fields missing from the test case definition? | ||||||
|     test_info_dict = dict((key, value if not isinstance(value, compat_str) or len(value) < 250 else 'md5:' + md5(value)) |     test_info_dict = dict((key, value if not isinstance(value, compat_str) or len(value) < 250 else 'md5:' + md5(value)) | ||||||
|                           for key, value in got_dict.items() |                           for key, value in got_dict.items() | ||||||
|                           if value and key in ('title', 'description', 'uploader', 'upload_date', 'timestamp', 'uploader_id', 'location')) |                           if value and key in ('id', 'title', 'description', 'uploader', 'upload_date', 'timestamp', 'uploader_id', 'location')) | ||||||
|     missing_keys = set(test_info_dict.keys()) - set(expected_dict.keys()) |     missing_keys = set(test_info_dict.keys()) - set(expected_dict.keys()) | ||||||
|     if missing_keys: |     if missing_keys: | ||||||
|         def _repr(v): |         def _repr(v): | ||||||
|   | |||||||
| @@ -88,16 +88,21 @@ class AudiomackAlbumIE(InfoExtractor): | |||||||
|         # Album playlist ripped from fakeshoredrive with no metadata |         # Album playlist ripped from fakeshoredrive with no metadata | ||||||
|         { |         { | ||||||
|             'url': 'http://www.audiomack.com/album/fakeshoredrive/ppp-pistol-p-project', |             'url': 'http://www.audiomack.com/album/fakeshoredrive/ppp-pistol-p-project', | ||||||
|  |             'info_dict': { | ||||||
|  |                 'title': 'PPP (Pistol P Project)', | ||||||
|  |                 'id': '837572', | ||||||
|  |             }, | ||||||
|             'playlist': [{ |             'playlist': [{ | ||||||
|                 'info_dict': { |                 'info_dict': { | ||||||
|                     'title': '9.-heaven-or-hell-chimaca-ft-zuse-prod-by-dj-fu', |                     'title': 'PPP (Pistol P Project) - 9. Heaven or Hell (CHIMACA) ft Zuse (prod by DJ FU)', | ||||||
|                     'id': '9.-heaven-or-hell-chimaca-ft-zuse-prod-by-dj-fu', |                     'id': '837577', | ||||||
|                     'ext': 'mp3', |                     'ext': 'mp3', | ||||||
|  |                     'uploader': 'Lil Herb a.k.a. G Herbo', | ||||||
|                 } |                 } | ||||||
|             }], |             }], | ||||||
|             'params': { |             'params': { | ||||||
|                 'playliststart': 8, |                 'playliststart': 9, | ||||||
|                 'playlistend': 8, |                 'playlistend': 9, | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     ] |     ] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister