nathom / streamrip

A scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer
GNU General Public License v3.0
2.67k stars 238 forks source link

[BUG] Downloaded tracks from Deezer playlist not being added to the database #288

Closed Zibbp closed 2 years ago

Zibbp commented 2 years ago

Describe the bug

I'm downloading a Deezer playlist and the completed songs are not being added to the completed database meanwhile the failed ones are being added. Looking at the verbose output it looks like it's checking if the entire playlist is downloaded instead of individual tracks? Is this expected?

Is it possible to have a config option to add an entry for every completed song ID so a song is not downloaded twice instead of checking if the playlist is downloaded?

zibbp@pop-os:~/.config/streamrip$ rip db --list downloads
zibbp@pop-os:~/.config/streamrip$
zibbp@pop-os:~/.config/streamrip$ rip db --list failed-downloads
╔════════ Failed Downloads ════════╗
║ Source │ Media Type │ ID         ║
╠════════╪════════════╪════════════╣
║ deezer │ track      │ 12707115   ║
║ deezer │ track      │ 1110475412 ║
║ deezer │ track      │ 62351853   ║
║ deezer │ track      │ 641639902  ║
║ deezer │ track      │ 86420479   ║
╚════════╧════════════╧════════════╝
zibbp@pop-os:~/.config/streamrip$

Command Used

rip url --file links.txt

Debug Traceback

Config loaded
executing CREATE TABLE downloads (id TEXT UNIQUE NOT NULL)
executing CREATE TABLE failed_downloads (source TEXT NOT NULL, media_type TEXT NOT NULL, id TEXT UNIQUE NOT NULL)
Parsed urls: [('deezer', 'playlist', '9943969962')]
Searching for {'id': '9943969962'} in database
Executing SELECT EXISTS(SELECT 1 FROM downloads WHERE id=?)
{'id': '9943969962'}
{'downloads': {'folder': '/home/zibbp/StreamripDownloads', 'source_subdirectories': False, 'concurrency': {'enabled': True, 'max_connections': 3}}, 'qobuz': {'quality': 3, 'download_booklets': True, 'email': '', 'password': '', 'app_id': '', 'secrets': []}, 'tidal': {'quality': 3, 'download_videos': True, 'user_id': '', 'country_code': '', 'access_token': '', 'refresh_token': '', 'token_expiry': ''}, 'deezer': {'quality': 2, 'arl': '###', 'use_deezloader': True, 'deezloader_warnings': True}, 'soundcloud': {'quality': 0, 'client_id': '', 'app_version': ''}, 'youtube': {'quality': 0, 'download_videos': False, 'video_downloads_folder': ''}, 'database': {'downloads': {'enabled': True, 'path': '/home/zibbp/.config/streamrip/downloads.db'}, 'failed_downloads': {'enabled': True, 'path': '/home/zibbp/.config/streamrip/failed_downloads.db'}}, 'conversion': {'enabled': False, 'codec': 'ALAC', 'sampling_rate': 48000, 'bit_depth': 24, 'lossy_bitrate': 320}, 'filters': {'extras': False, 'repeats': False, 'non_albums': False, 'features': False, 'non_studio_albums': False, 'non_remaster': False}, 'artwork': {'embed': True, 'size': 'large', 'max_width': -1, 'max_height': -1, 'keep_hires_cover': True}, 'metadata': {'set_playlist_to_album': True, 'new_playlist_tracknumbers': True, 'exclude': []}, 'filepaths': {'add_singles_to_folder': False, 'folder_format': '{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]', 'track_format': '{tracknumber}. {artist} - {title}{explicit}', 'restrict_characters': False}, 'lastfm': {'source': 'qobuz', 'fallback_source': 'deezer'}, 'theme': {'progress_bar': 'dainty'}, 'misc': {'version': '1.9.2'}}
Arguments from config: {'restrict_filenames': False, 'parent_folder': '/home/zibbp/StreamripDownloads', 'folder_format': '{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]', 'track_format': '{tracknumber}. {artist} - {title}{explicit}', 'embed_cover': True, 'embed_cover_size': 'large', 'keep_hires_cover': True, 'set_playlist_to_album': True, 'stay_temp': False, 'conversion': {'enabled': False, 'codec': 'ALAC', 'sampling_rate': 48000, 'bit_depth': 24, 'lossy_bitrate': 320}, 'concurrent_downloads': True, 'max_connections': 3, 'new_tracknumbers': True, 'download_videos': True, 'download_booklets': True, 'download_youtube_videos': False, 'youtube_video_downloads_folder': '', 'add_singles_to_folder': False, 'max_artwork_width': -1, 'max_artwork_height': -1, 'exclude_tags': []}
Loading metadata
{'id': 9943969962, 'title': 'EDM Cool', 'description': '', 'duration': 14442, 'public': True, 'is_loved_track': False, 'collaborative': False, 'nb_tracks': 58, 'fans': 0, 'link': 'https://www.deezer.com/playlist/9943969962', 'share': 'https://www.deezer.com/playlist/9943969962?utm_source=deezer&utm_content=playlist-9943969962&utm_term=0_1643047421&utm_medium=web', 'picture': 'https://api.deezer.com/playlist/9943969962/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5-a17c7d5ca8fabb5d2909fa386936c5b3-ce15c1901572658030d382603c14857f-cdce6f39d35d54972772e4262ccc50cc/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5-a17c7d5ca8fabb5d2909fa386936c5b3-ce15c1901572658030d382603c14857f-cdce6f39d35d54972772e4262ccc50cc/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5-a17c7d5ca8fabb5d2909fa386936c5b3-ce15c1901572658030d382603c14857f-cdce6f39d35d54972772e4262ccc50cc/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5-a17c7d5ca8fabb5d2909fa386936c5b3-ce15c1901572658030d382603c14857f-cdce6f39d35d54972772e4262ccc50cc/1000x1000-000000-80-0-0.jpg', 'checksum': '447ecb1bcfc95898e304ed1c8c5f8f55', 'tracklist': 'https://api.deezer.com/playlist/9943969962/tracks', 'creation_date': '2022-01-21 18:13:03', 'md5_image': 'e49ebc144178cf843d39f7e329e2c0d5-a17c7d5ca8fabb5d2909fa386936c5b3-ce15c1901572658030d382603c14857f-cdce6f39d35d54972772e4262ccc50cc', 'picture_type': 'cover', 'creator': {'id': 4804647982, 'name': 'spacehop', 'tracklist': 'https://api.deezer.com/user/4804647982/flow', 'type': 'user'}, 'type': 'playlist', 'tracks': [{'id': 77725039, 'readable': True, 'title': 'Keep It Close', 'title_short': 'Keep It Close', 'title_version': '', 'link': 'https://www.deezer.com/track/77725039', 'duration': 312, 'rank': 277801, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-54ff7c2a60768e810258b856cd248d3d-4.mp3', 'md5_image': 'e49ebc144178cf843d39f7e329e2c0d5', 'time_add': 1642993139, 'artist': {'id': 3859631, 'name': 'Seven Lions', 'link': 'https://www.deezer.com/artist/3859631', 'picture': 'https://api.deezer.com/artist/3859631/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/3859631/top?limit=50', 'type': 'artist'}, 'album': {'id': 7723498, 'title': 'Worlds Apart', 'cover': 'https://api.deezer.com/album/7723498/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5/1000x1000-000000-80-0-0.jpg', 'md5_image': 'e49ebc144178cf843d39f7e329e2c0d5', 'tracklist': 'https://api.deezer.com/album/7723498/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 457286422, 'readable': True, 'title': 'Calling You Home (feat. RUNN)', 'title_short': 'Calling You Home (feat. RUNN)', 'title_version': '', 'link': 'https://www.deezer.com/track/457286422', 'duration': 284, 'rank': 241375, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-c.dzcdn.net/stream/c-c5e51d1efd19b6f6a85cd53ff6286b5e-3.mp3', 'md5_image': 'a17c7d5ca8fabb5d2909fa386936c5b3', 'time_add': 1642993139, 'artist': {'id': 3859631, 'name': 'Seven Lions', 'link': 'https://www.deezer.com/artist/3859631', 'picture': 'https://api.deezer.com/artist/3859631/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/3859631/top?limit=50', 'type': 'artist'}, 'album': {'id': 56250322, 'title': 'Calling You Home (feat. RUNN)', 'cover': 'https://api.deezer.com/album/56250322/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/a17c7d5ca8fabb5d2909fa386936c5b3/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/a17c7d5ca8fabb5d2909fa386936c5b3/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/a17c7d5ca8fabb5d2909fa386936c5b3/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/a17c7d5ca8fabb5d2909fa386936c5b3/1000x1000-000000-80-0-0.jpg', 'md5_image': 'a17c7d5ca8fabb5d2909fa386936c5b3', 'tracklist': 'https://api.deezer.com/album/56250322/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 14718170, 'readable': True, 'title': 'Skyfire', 'title_short': 'Skyfire', 'title_version': '', 'link': 'https://www.deezer.com/track/14718170', 'duration': 250, 'rank': 359949, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-a.dzcdn.net/stream/c-a2a7cd0088212802763cd7d1a791c9f2-2.mp3', 'md5_image': 'ce15c1901572658030d382603c14857f', 'time_add': 1642993139, 'artist': {'id': 305885, 'name': 'Shogun', 'link': 'https://www.deezer.com/artist/305885', 'picture': 'https://api.deezer.com/artist/305885/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/305885/top?limit=50', 'type': 'artist'}, 'album': {'id': 1355827, 'title': '40 Winter Trance Hits 2012', 'cover': 'https://api.deezer.com/album/1355827/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/ce15c1901572658030d382603c14857f/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/ce15c1901572658030d382603c14857f/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/ce15c1901572658030d382603c14857f/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/ce15c1901572658030d382603c14857f/1000x1000-000000-80-0-0.jpg', 'md5_image': 'ce15c1901572658030d382603c14857f', 'tracklist': 'https://api.deezer.com/album/1355827/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1105358652, 'readable': True, 'title': 'Kings & Queens', 'title_short': 'Kings & Queens', 'title_version': '', 'link': 'https://www.deezer.com/track/1105358652', 'duration': 155, 'rank': 332523, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-2e9d7c3067b6ea983d058971a0c35656-5.mp3', 'md5_image': 'cdce6f39d35d54972772e4262ccc50cc', 'time_add': 1642993139, 'artist': {'id': 2292961, 'name': 'Robbe', 'link': 'https://www.deezer.com/artist/2292961', 'picture': 'https://api.deezer.com/artist/2292961/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/2292961/top?limit=50', 'type': 'artist'}, 'album': {'id': 178781762, 'title': 'Kings & Queens', 'cover': 'https://api.deezer.com/album/178781762/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/cdce6f39d35d54972772e4262ccc50cc/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/cdce6f39d35d54972772e4262ccc50cc/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/cdce6f39d35d54972772e4262ccc50cc/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/cdce6f39d35d54972772e4262ccc50cc/1000x1000-000000-80-0-0.jpg', 'md5_image': 'cdce6f39d35d54972772e4262ccc50cc', 'tracklist': 'https://api.deezer.com/album/178781762/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 106456108, 'readable': True, 'title': 'Stateless', 'title_short': 'Stateless', 'title_version': '', 'link': 'https://www.deezer.com/track/106456108', 'duration': 228, 'rank': 20673, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-d.dzcdn.net/stream/c-d1dd60c81c30e377fb8af40036acab21-1.mp3', 'md5_image': '00df6ebfff76d0d2031ff5851115e4a7', 'time_add': 1642993139, 'artist': {'id': 4979347, 'name': 'Faux Tales', 'link': 'https://www.deezer.com/artist/4979347', 'picture': 'https://api.deezer.com/artist/4979347/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/1e54045ee49da0bc023c78f108551c4d/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/1e54045ee49da0bc023c78f108551c4d/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/1e54045ee49da0bc023c78f108551c4d/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/1e54045ee49da0bc023c78f108551c4d/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4979347/top?limit=50', 'type': 'artist'}, 'album': {'id': 11101490, 'title': 'Kairos', 'cover': 'https://api.deezer.com/album/11101490/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/00df6ebfff76d0d2031ff5851115e4a7/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/00df6ebfff76d0d2031ff5851115e4a7/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/00df6ebfff76d0d2031ff5851115e4a7/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/00df6ebfff76d0d2031ff5851115e4a7/1000x1000-000000-80-0-0.jpg', 'md5_image': '00df6ebfff76d0d2031ff5851115e4a7', 'tracklist': 'https://api.deezer.com/album/11101490/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 653782712, 'readable': True, 'title': 'Out Of The Dark', 'title_short': 'Out Of The Dark', 'title_version': '', 'link': 'https://www.deezer.com/track/653782712', 'duration': 204, 'rank': 108336, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-a.dzcdn.net/stream/c-a725591b1abd477ccce95b4e33207cdb-4.mp3', 'md5_image': 'd8e942fad960dafd283592901cf15c72', 'time_add': 1642993139, 'artist': {'id': 9492250, 'name': 'RBYN', 'link': 'https://www.deezer.com/artist/9492250', 'picture': 'https://api.deezer.com/artist/9492250/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/d8e942fad960dafd283592901cf15c72/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/d8e942fad960dafd283592901cf15c72/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/d8e942fad960dafd283592901cf15c72/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/d8e942fad960dafd283592901cf15c72/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/9492250/top?limit=50', 'type': 'artist'}, 'album': {'id': 91337602, 'title': 'Out Of The Dark', 'cover': 'https://api.deezer.com/album/91337602/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/d8e942fad960dafd283592901cf15c72/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/d8e942fad960dafd283592901cf15c72/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/d8e942fad960dafd283592901cf15c72/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/d8e942fad960dafd283592901cf15c72/1000x1000-000000-80-0-0.jpg', 'md5_image': 'd8e942fad960dafd283592901cf15c72', 'tracklist': 'https://api.deezer.com/album/91337602/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 619156222, 'readable': True, 'title': 'Quantum Immortality (AWAY Remix)', 'title_short': 'Quantum Immortality (AWAY Remix)', 'title_version': '', 'link': 'https://www.deezer.com/track/619156222', 'duration': 265, 'rank': 101976, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-689a8a763a406ce30d2acf759795e28a-4.mp3', 'md5_image': '9c95817c7bb31cd1a344ebe7e47c5251', 'time_add': 1642993139, 'artist': {'id': 4570037, 'name': 'Crywolf', 'link': 'https://www.deezer.com/artist/4570037', 'picture': 'https://api.deezer.com/artist/4570037/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/e0d3d1b160a686d6998f296516b7b2f0/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/e0d3d1b160a686d6998f296516b7b2f0/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/e0d3d1b160a686d6998f296516b7b2f0/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/e0d3d1b160a686d6998f296516b7b2f0/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4570037/top?limit=50', 'type': 'artist'}, 'album': {'id': 84702332, 'title': 'Quantum Immortality (AWAY Remix)', 'cover': 'https://api.deezer.com/album/84702332/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/9c95817c7bb31cd1a344ebe7e47c5251/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/9c95817c7bb31cd1a344ebe7e47c5251/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/9c95817c7bb31cd1a344ebe7e47c5251/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/9c95817c7bb31cd1a344ebe7e47c5251/1000x1000-000000-80-0-0.jpg', 'md5_image': '9c95817c7bb31cd1a344ebe7e47c5251', 'tracklist': 'https://api.deezer.com/album/84702332/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 630835372, 'readable': True, 'title': 'Here With Me', 'title_short': 'Here With Me', 'title_version': '', 'link': 'https://www.deezer.com/track/630835372', 'duration': 214, 'rank': 158359, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-b.dzcdn.net/stream/c-b5085c046ec6e46e8c5cf3b5a5ef2dce-6.mp3', 'md5_image': 'd856c356e344014296232e678b78a5ad', 'time_add': 1642993140, 'artist': {'id': 1019634, 'name': 'Delta Heavy', 'link': 'https://www.deezer.com/artist/1019634', 'picture': 'https://api.deezer.com/artist/1019634/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/4c1f8780a9b7af451c654f48f904328d/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/4c1f8780a9b7af451c654f48f904328d/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/4c1f8780a9b7af451c654f48f904328d/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/4c1f8780a9b7af451c654f48f904328d/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1019634/top?limit=50', 'type': 'artist'}, 'album': {'id': 86994792, 'title': 'Here With Me', 'cover': 'https://api.deezer.com/album/86994792/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/d856c356e344014296232e678b78a5ad/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/d856c356e344014296232e678b78a5ad/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/d856c356e344014296232e678b78a5ad/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/d856c356e344014296232e678b78a5ad/1000x1000-000000-80-0-0.jpg', 'md5_image': 'd856c356e344014296232e678b78a5ad', 'tracklist': 'https://api.deezer.com/album/86994792/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 73025891, 'readable': True, 'title': 'Running To The Sea (Seven Lions Remix)', 'title_short': 'Running To The Sea', 'title_version': '(Seven Lions Remix)', 'link': 'https://www.deezer.com/track/73025891', 'duration': 342, 'rank': 181632, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-7.dzcdn.net/stream/c-7b587d3c19a097d594bf9f753290dfc7-4.mp3', 'md5_image': '33f8ec4431fe95bb9516b44467a0f9ef', 'time_add': 1642993140, 'artist': {'id': 480, 'name': 'Röyksopp', 'link': 'https://www.deezer.com/artist/480', 'picture': 'https://api.deezer.com/artist/480/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/480/top?limit=50', 'type': 'artist'}, 'album': {'id': 7185054, 'title': 'Running To The Sea (Remixes)', 'cover': 'https://api.deezer.com/album/7185054/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/33f8ec4431fe95bb9516b44467a0f9ef/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/33f8ec4431fe95bb9516b44467a0f9ef/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/33f8ec4431fe95bb9516b44467a0f9ef/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/33f8ec4431fe95bb9516b44467a0f9ef/1000x1000-000000-80-0-0.jpg', 'md5_image': '33f8ec4431fe95bb9516b44467a0f9ef', 'tracklist': 'https://api.deezer.com/album/7185054/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 353284391, 'readable': True, 'title': 'Emergence (Psy Fi Remix)', 'title_short': 'Emergence', 'title_version': '(Psy Fi Remix)', 'link': 'https://www.deezer.com/track/353284391', 'duration': 253, 'rank': 52606, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-e.dzcdn.net/stream/c-ef15c6a7abc2aa81b8e878ecd8b88dca-4.mp3', 'md5_image': '0b7636548903288f968427536f4c93f5', 'time_add': 1642993140, 'artist': {'id': 1599703, 'name': 'Au5', 'link': 'https://www.deezer.com/artist/1599703', 'picture': 'https://api.deezer.com/artist/1599703/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1599703/top?limit=50', 'type': 'artist'}, 'album': {'id': 40472201, 'title': 'Freefall Remixed', 'cover': 'https://api.deezer.com/album/40472201/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/0b7636548903288f968427536f4c93f5/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/0b7636548903288f968427536f4c93f5/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/0b7636548903288f968427536f4c93f5/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/0b7636548903288f968427536f4c93f5/1000x1000-000000-80-0-0.jpg', 'md5_image': '0b7636548903288f968427536f4c93f5', 'tracklist': 'https://api.deezer.com/album/40472201/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 583453742, 'readable': True, 'title': 'Incomplete', 'title_short': 'Incomplete', 'title_version': '', 'link': 'https://www.deezer.com/track/583453742', 'duration': 185, 'rank': 131513, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-2d1921808f733298c28b988b568a6a55-3.mp3', 'md5_image': '82f6b64e5e88c4e52ba486f26ff16e5a', 'time_add': 1642993140, 'artist': {'id': 1067086, 'name': 'Walston', 'link': 'https://www.deezer.com/artist/1067086', 'picture': 'https://api.deezer.com/artist/1067086/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/e3a911e0e5f7e8cb76f8acbe37349133/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/e3a911e0e5f7e8cb76f8acbe37349133/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/e3a911e0e5f7e8cb76f8acbe37349133/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/e3a911e0e5f7e8cb76f8acbe37349133/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1067086/top?limit=50', 'type': 'artist'}, 'album': {'id': 78255282, 'title': 'Incomplete', 'cover': 'https://api.deezer.com/album/78255282/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/82f6b64e5e88c4e52ba486f26ff16e5a/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/82f6b64e5e88c4e52ba486f26ff16e5a/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/82f6b64e5e88c4e52ba486f26ff16e5a/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/82f6b64e5e88c4e52ba486f26ff16e5a/1000x1000-000000-80-0-0.jpg', 'md5_image': '82f6b64e5e88c4e52ba486f26ff16e5a', 'tracklist': 'https://api.deezer.com/album/78255282/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 762221162, 'readable': True, 'title': 'Bigger Than Me (feat. Au5)', 'title_short': 'Bigger Than Me (feat. Au5)', 'title_version': '', 'link': 'https://www.deezer.com/track/762221162', 'duration': 284, 'rank': 68653, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-8.dzcdn.net/stream/c-891ec7dd673d8b5b0360e2145482b06c-4.mp3', 'md5_image': '66e70bc118733cc102c17fa1af7d4c2c', 'time_add': 1642993140, 'artist': {'id': 1573375, 'name': 'Tasha Baxter', 'link': 'https://www.deezer.com/artist/1573375', 'picture': 'https://api.deezer.com/artist/1573375/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/d9f3b01a857473ca5b404367b04d84ca/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/d9f3b01a857473ca5b404367b04d84ca/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/d9f3b01a857473ca5b404367b04d84ca/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/d9f3b01a857473ca5b404367b04d84ca/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1573375/top?limit=50', 'type': 'artist'}, 'album': {'id': 112431662, 'title': 'Bigger Than Me (feat. Au5)', 'cover': 'https://api.deezer.com/album/112431662/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/66e70bc118733cc102c17fa1af7d4c2c/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/66e70bc118733cc102c17fa1af7d4c2c/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/66e70bc118733cc102c17fa1af7d4c2c/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/66e70bc118733cc102c17fa1af7d4c2c/1000x1000-000000-80-0-0.jpg', 'md5_image': '66e70bc118733cc102c17fa1af7d4c2c', 'tracklist': 'https://api.deezer.com/album/112431662/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 437400912, 'readable': True, 'title': 'Rush Over Me', 'title_short': 'Rush Over Me', 'title_version': '', 'link': 'https://www.deezer.com/track/437400912', 'duration': 259, 'rank': 398804, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-5ae7abacbce0bbf04314e8df95a2004e-4.mp3', 'md5_image': '5fca65ffc8e9fb911365ef857250f08b', 'time_add': 1642993140, 'artist': {'id': 3859631, 'name': 'Seven Lions', 'link': 'https://www.deezer.com/artist/3859631', 'picture': 'https://api.deezer.com/artist/3859631/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/3859631/top?limit=50', 'type': 'artist'}, 'album': {'id': 52900302, 'title': 'Rush Over Me', 'cover': 'https://api.deezer.com/album/52900302/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/5fca65ffc8e9fb911365ef857250f08b/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/5fca65ffc8e9fb911365ef857250f08b/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/5fca65ffc8e9fb911365ef857250f08b/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/5fca65ffc8e9fb911365ef857250f08b/1000x1000-000000-80-0-0.jpg', 'md5_image': '5fca65ffc8e9fb911365ef857250f08b', 'tracklist': 'https://api.deezer.com/album/52900302/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 422683142, 'readable': True, 'title': 'Spitfire', 'title_short': 'Spitfire', 'title_version': '', 'link': 'https://www.deezer.com/track/422683142', 'duration': 434, 'rank': 338277, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-7.dzcdn.net/stream/c-7354c251d854ea551b568937985de520-4.mp3', 'md5_image': '03726db32db954bd0a833a083167c1df', 'time_add': 1642993140, 'artist': {'id': 1956, 'name': 'Infected Mushroom', 'link': 'https://www.deezer.com/artist/1956', 'picture': 'https://api.deezer.com/artist/1956/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/b54a55bee5d01296495bf48103e83504/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/b54a55bee5d01296495bf48103e83504/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/b54a55bee5d01296495bf48103e83504/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/b54a55bee5d01296495bf48103e83504/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1956/top?limit=50', 'type': 'artist'}, 'album': {'id': 50687872, 'title': 'Spitfire', 'cover': 'https://api.deezer.com/album/50687872/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/03726db32db954bd0a833a083167c1df/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/03726db32db954bd0a833a083167c1df/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/03726db32db954bd0a833a083167c1df/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/03726db32db954bd0a833a083167c1df/1000x1000-000000-80-0-0.jpg', 'md5_image': '03726db32db954bd0a833a083167c1df', 'tracklist': 'https://api.deezer.com/album/50687872/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 525979492, 'readable': True, 'title': 'Fight (Walston Remix)', 'title_short': 'Fight', 'title_version': '(Walston Remix)', 'link': 'https://www.deezer.com/track/525979492', 'duration': 197, 'rank': 7932, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-7.dzcdn.net/stream/c-7b3dd2b034f00bc1baef8886c8b958e4-2.mp3', 'md5_image': 'b98f1244311dc2b248fb7e62fd756a5c', 'time_add': 1642993140, 'artist': {'id': 9348312, 'name': 'yesyes', 'link': 'https://www.deezer.com/artist/9348312', 'picture': 'https://api.deezer.com/artist/9348312/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/e66cd9595be8296d81fb51998c0876f4/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/e66cd9595be8296d81fb51998c0876f4/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/e66cd9595be8296d81fb51998c0876f4/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/e66cd9595be8296d81fb51998c0876f4/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/9348312/top?limit=50', 'type': 'artist'}, 'album': {'id': 67953502, 'title': 'Fight (Remix)', 'cover': 'https://api.deezer.com/album/67953502/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/b98f1244311dc2b248fb7e62fd756a5c/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/b98f1244311dc2b248fb7e62fd756a5c/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/b98f1244311dc2b248fb7e62fd756a5c/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/b98f1244311dc2b248fb7e62fd756a5c/1000x1000-000000-80-0-0.jpg', 'md5_image': 'b98f1244311dc2b248fb7e62fd756a5c', 'tracklist': 'https://api.deezer.com/album/67953502/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 107851622, 'readable': True, 'title': 'Collide (feat. Danyka Nadeau)', 'title_short': 'Collide (feat. Danyka Nadeau)', 'title_version': '', 'link': 'https://www.deezer.com/track/107851622', 'duration': 265, 'rank': 25189, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-d.dzcdn.net/stream/c-da3e2278d909a6c65b8f468940d5ef6e-6.mp3', 'md5_image': 'f657d55ebdc7812a116fa839334396dd', 'time_add': 1642993141, 'artist': {'id': 98991, 'name': 'Fractal', 'link': 'https://www.deezer.com/artist/98991', 'picture': 'https://api.deezer.com/artist/98991/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/412749c91a3a102de14013ab97988c58/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/412749c91a3a102de14013ab97988c58/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/412749c91a3a102de14013ab97988c58/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/412749c91a3a102de14013ab97988c58/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/98991/top?limit=50', 'type': 'artist'}, 'album': {'id': 11246860, 'title': 'Gaia', 'cover': 'https://api.deezer.com/album/11246860/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/f657d55ebdc7812a116fa839334396dd/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/f657d55ebdc7812a116fa839334396dd/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/f657d55ebdc7812a116fa839334396dd/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/f657d55ebdc7812a116fa839334396dd/1000x1000-000000-80-0-0.jpg', 'md5_image': 'f657d55ebdc7812a116fa839334396dd', 'tracklist': 'https://api.deezer.com/album/11246860/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 438418632, 'readable': True, 'title': 'You & Me', 'title_short': 'You & Me', 'title_version': '', 'link': 'https://www.deezer.com/track/438418632', 'duration': 229, 'rank': 102533, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-c.dzcdn.net/stream/c-c7eb49e898993dd65c9189b4f17fde6e-7.mp3', 'md5_image': '991268a10a753b5eb5ab035511e1a656', 'time_add': 1642993141, 'artist': {'id': 4976135, 'name': 'Diamond Eyes', 'link': 'https://www.deezer.com/artist/4976135', 'picture': 'https://api.deezer.com/artist/4976135/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0b281988be9f5b7ee12af873fafca5ab/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0b281988be9f5b7ee12af873fafca5ab/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0b281988be9f5b7ee12af873fafca5ab/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0b281988be9f5b7ee12af873fafca5ab/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4976135/top?limit=50', 'type': 'artist'}, 'album': {'id': 53062142, 'title': 'You & Me EP', 'cover': 'https://api.deezer.com/album/53062142/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/991268a10a753b5eb5ab035511e1a656/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/991268a10a753b5eb5ab035511e1a656/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/991268a10a753b5eb5ab035511e1a656/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/991268a10a753b5eb5ab035511e1a656/1000x1000-000000-80-0-0.jpg', 'md5_image': '991268a10a753b5eb5ab035511e1a656', 'tracklist': 'https://api.deezer.com/album/53062142/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 438397742, 'readable': True, 'title': "We're Not Alone (Original Mix)", 'title_short': "We're Not Alone", 'title_version': '(Original Mix)', 'link': 'https://www.deezer.com/track/438397742', 'duration': 293, 'rank': 152681, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-8.dzcdn.net/stream/c-838bd6e11ff990ff8c131c7baa868f50-5.mp3', 'md5_image': '23156a902d93ab97ce9c467bccb8017a', 'time_add': 1642993141, 'artist': {'id': 2263591, 'name': 'Virtual Riot', 'link': 'https://www.deezer.com/artist/2263591', 'picture': 'https://api.deezer.com/artist/2263591/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/2263591/top?limit=50', 'type': 'artist'}, 'album': {'id': 53058112, 'title': "We're Not Alone EP", 'cover': 'https://api.deezer.com/album/53058112/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/23156a902d93ab97ce9c467bccb8017a/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/23156a902d93ab97ce9c467bccb8017a/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/23156a902d93ab97ce9c467bccb8017a/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/23156a902d93ab97ce9c467bccb8017a/1000x1000-000000-80-0-0.jpg', 'md5_image': '23156a902d93ab97ce9c467bccb8017a', 'tracklist': 'https://api.deezer.com/album/53058112/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 93501002, 'readable': True, 'title': 'Lucid Dreaming (Original Mix)', 'title_short': 'Lucid Dreaming', 'title_version': '(Original Mix)', 'link': 'https://www.deezer.com/track/93501002', 'duration': 415, 'rank': 72571, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-e.dzcdn.net/stream/c-eb358266d4a151741851627179b275e8-3.mp3', 'md5_image': 'eac1465720ae63093c245acac941bb7c', 'time_add': 1642993141, 'artist': {'id': 6940269, 'name': 'Soulfy', 'link': 'https://www.deezer.com/artist/6940269', 'picture': 'https://api.deezer.com/artist/6940269/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/eac1465720ae63093c245acac941bb7c/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/eac1465720ae63093c245acac941bb7c/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/eac1465720ae63093c245acac941bb7c/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/eac1465720ae63093c245acac941bb7c/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/6940269/top?limit=50', 'type': 'artist'}, 'album': {'id': 9497922, 'title': 'When The Sun Sets', 'cover': 'https://api.deezer.com/album/9497922/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/eac1465720ae63093c245acac941bb7c/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/eac1465720ae63093c245acac941bb7c/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/eac1465720ae63093c245acac941bb7c/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/eac1465720ae63093c245acac941bb7c/1000x1000-000000-80-0-0.jpg', 'md5_image': 'eac1465720ae63093c245acac941bb7c', 'tracklist': 'https://api.deezer.com/album/9497922/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 449521882, 'readable': True, 'title': 'Without You (Ryan Exley Remix)', 'title_short': 'Without You', 'title_version': '(Ryan Exley Remix)', 'link': 'https://www.deezer.com/track/449521882', 'duration': 380, 'rank': 298217, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-7.dzcdn.net/stream/c-7f062d6b5d5a9cb81c40b9b489f90584-5.mp3', 'md5_image': 'e8171512ae9e8b56d938051044c82cd4', 'time_add': 1642993141, 'artist': {'id': 4740968, 'name': 'Illenium', 'link': 'https://www.deezer.com/artist/4740968', 'picture': 'https://api.deezer.com/artist/4740968/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/5545685132ee26ea1a268841b5b04f10/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/5545685132ee26ea1a268841b5b04f10/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/5545685132ee26ea1a268841b5b04f10/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/5545685132ee26ea1a268841b5b04f10/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4740968/top?limit=50', 'type': 'artist'}, 'album': {'id': 54905122, 'title': 'Ashes (Remixes)', 'cover': 'https://api.deezer.com/album/54905122/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/e8171512ae9e8b56d938051044c82cd4/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/e8171512ae9e8b56d938051044c82cd4/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/e8171512ae9e8b56d938051044c82cd4/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/e8171512ae9e8b56d938051044c82cd4/1000x1000-000000-80-0-0.jpg', 'md5_image': 'e8171512ae9e8b56d938051044c82cd4', 'tracklist': 'https://api.deezer.com/album/54905122/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 12707115, 'readable': False, 'title': "I Can't Wait", 'title_short': "I Can't Wait", 'title_version': '', 'link': 'https://www.deezer.com/track/12707115', 'duration': 324, 'rank': 0, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': '', 'md5_image': 'c72221e4631f5d0b9ad6243302b69e00', 'time_add': 1642993141, 'artist': {'id': 2428, 'name': 'Celldweller', 'link': 'https://www.deezer.com/artist/2428', 'picture': 'https://api.deezer.com/artist/2428/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/af8fe63f1c24a6426dde602e10a6925f/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/af8fe63f1c24a6426dde602e10a6925f/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/af8fe63f1c24a6426dde602e10a6925f/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/af8fe63f1c24a6426dde602e10a6925f/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/2428/top?limit=50', 'type': 'artist'}, 'album': {'id': 1166189, 'title': 'Wish Upon A Blackstar Chapter 04 of 05', 'cover': 'https://api.deezer.com/album/1166189/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/c72221e4631f5d0b9ad6243302b69e00/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/c72221e4631f5d0b9ad6243302b69e00/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/c72221e4631f5d0b9ad6243302b69e00/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/c72221e4631f5d0b9ad6243302b69e00/1000x1000-000000-80-0-0.jpg', 'md5_image': 'c72221e4631f5d0b9ad6243302b69e00', 'tracklist': 'https://api.deezer.com/album/1166189/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 3167843, 'readable': True, 'title': 'Around the World / Harder, Better, Faster, Stronger', 'title_short': 'Around the World / Harder, Better, Faster, Stronger', 'title_version': '', 'link': 'https://www.deezer.com/track/3167843', 'duration': 342, 'rank': 635944, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-5e48e87a17753a6d2c604a2912862e5a-3.mp3', 'md5_image': 'ad3dda2e1b770ad143d5dbfeb667fa39', 'time_add': 1642993141, 'artist': {'id': 27, 'name': 'Daft Punk', 'link': 'https://www.deezer.com/artist/27', 'picture': 'https://api.deezer.com/artist/27/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/f2bc007e9133c946ac3c3907ddc5d2ea/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/f2bc007e9133c946ac3c3907ddc5d2ea/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/f2bc007e9133c946ac3c3907ddc5d2ea/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/f2bc007e9133c946ac3c3907ddc5d2ea/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/27/top?limit=50', 'type': 'artist'}, 'album': {'id': 304193, 'title': 'Alive 2007', 'cover': 'https://api.deezer.com/album/304193/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/ad3dda2e1b770ad143d5dbfeb667fa39/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/ad3dda2e1b770ad143d5dbfeb667fa39/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/ad3dda2e1b770ad143d5dbfeb667fa39/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/ad3dda2e1b770ad143d5dbfeb667fa39/1000x1000-000000-80-0-0.jpg', 'md5_image': 'ad3dda2e1b770ad143d5dbfeb667fa39', 'tracklist': 'https://api.deezer.com/album/304193/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 68239917, 'readable': True, 'title': 'Find Me (Radio Edit)', 'title_short': 'Find Me', 'title_version': '(Radio Edit)', 'link': 'https://www.deezer.com/track/68239917', 'duration': 250, 'rank': 106865, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-1.dzcdn.net/stream/c-167e7bf65fe3f13220344b4fdebf188b-2.mp3', 'md5_image': 'bbced3ff89bdc8810ac26ec68a180dbb', 'time_add': 1642993141, 'artist': {'id': 4885171, 'name': 'Shogun feat. Tania Zygar', 'link': 'https://www.deezer.com/artist/4885171', 'picture': 'https://api.deezer.com/artist/4885171/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/bbced3ff89bdc8810ac26ec68a180dbb/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/bbced3ff89bdc8810ac26ec68a180dbb/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/bbced3ff89bdc8810ac26ec68a180dbb/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/bbced3ff89bdc8810ac26ec68a180dbb/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4885171/top?limit=50', 'type': 'artist'}, 'album': {'id': 6683464, 'title': 'Find Me', 'cover': 'https://api.deezer.com/album/6683464/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/bbced3ff89bdc8810ac26ec68a180dbb/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/bbced3ff89bdc8810ac26ec68a180dbb/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/bbced3ff89bdc8810ac26ec68a180dbb/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/bbced3ff89bdc8810ac26ec68a180dbb/1000x1000-000000-80-0-0.jpg', 'md5_image': 'bbced3ff89bdc8810ac26ec68a180dbb', 'tracklist': 'https://api.deezer.com/album/6683464/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1100518612, 'readable': True, 'title': 'Highway', 'title_short': 'Highway', 'title_version': '', 'link': 'https://www.deezer.com/track/1100518612', 'duration': 290, 'rank': 351446, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-8.dzcdn.net/stream/c-8376893e6668057c250869b59dc4e4a6-4.mp3', 'md5_image': 'b544a686916a00be370db7ca52d87e97', 'time_add': 1642993142, 'artist': {'id': 796800, 'name': 'F.O.O.L', 'link': 'https://www.deezer.com/artist/796800', 'picture': 'https://api.deezer.com/artist/796800/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/796800/top?limit=50', 'type': 'artist'}, 'album': {'id': 177817232, 'title': 'Highway EP', 'cover': 'https://api.deezer.com/album/177817232/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/b544a686916a00be370db7ca52d87e97/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/b544a686916a00be370db7ca52d87e97/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/b544a686916a00be370db7ca52d87e97/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/b544a686916a00be370db7ca52d87e97/1000x1000-000000-80-0-0.jpg', 'md5_image': 'b544a686916a00be370db7ca52d87e97', 'tracklist': 'https://api.deezer.com/album/177817232/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1110475412, 'readable': True, 'title': 'Mercenary', 'title_short': 'Mercenary', 'title_version': '', 'link': 'https://www.deezer.com/track/1110475412', 'duration': 219, 'rank': 320263, 'explicit_lyrics': True, 'explicit_content_lyrics': 1, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-e.dzcdn.net/stream/c-e24d5b309f1f457723d2fbe4f0314ebc-3.mp3', 'md5_image': '70abe9a86b41bee2dfe293acf6af1493', 'time_add': 1642993142, 'artist': {'id': 796800, 'name': 'F.O.O.L', 'link': 'https://www.deezer.com/artist/796800', 'picture': 'https://api.deezer.com/artist/796800/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/796800/top?limit=50', 'type': 'artist'}, 'album': {'id': 179858402, 'title': 'Mercenary', 'cover': 'https://api.deezer.com/album/179858402/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/70abe9a86b41bee2dfe293acf6af1493/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/70abe9a86b41bee2dfe293acf6af1493/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/70abe9a86b41bee2dfe293acf6af1493/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/70abe9a86b41bee2dfe293acf6af1493/1000x1000-000000-80-0-0.jpg', 'md5_image': '70abe9a86b41bee2dfe293acf6af1493', 'tracklist': 'https://api.deezer.com/album/179858402/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 79127633, 'readable': True, 'title': 'Architects of Life (feat. Celica Soldream)', 'title_short': 'Architects of Life (feat. Celica Soldream)', 'title_version': '', 'link': 'https://www.deezer.com/track/79127633', 'duration': 298, 'rank': 288789, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-204f4b8b367df22dd04c3f21f98a7762-1.mp3', 'md5_image': 'ff1251e37932345e66b5aae01c9be6a0', 'time_add': 1642993142, 'artist': {'id': 3540461, 'name': 'Ivan Torrent', 'link': 'https://www.deezer.com/artist/3540461', 'picture': 'https://api.deezer.com/artist/3540461/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/2df79726d6c4e0e05ebf164e00eac0cf/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/2df79726d6c4e0e05ebf164e00eac0cf/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/2df79726d6c4e0e05ebf164e00eac0cf/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/2df79726d6c4e0e05ebf164e00eac0cf/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/3540461/top?limit=50', 'type': 'artist'}, 'album': {'id': 7867589, 'title': 'Architects of Life (feat. Celica Soldream)', 'cover': 'https://api.deezer.com/album/7867589/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/ff1251e37932345e66b5aae01c9be6a0/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/ff1251e37932345e66b5aae01c9be6a0/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/ff1251e37932345e66b5aae01c9be6a0/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/ff1251e37932345e66b5aae01c9be6a0/1000x1000-000000-80-0-0.jpg', 'md5_image': 'ff1251e37932345e66b5aae01c9be6a0', 'tracklist': 'https://api.deezer.com/album/7867589/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 414520152, 'readable': True, 'title': 'So Alone (feat. BC Jean)', 'title_short': 'So Alone (feat. BC Jean)', 'title_version': '', 'link': 'https://www.deezer.com/track/414520152', 'duration': 245, 'rank': 69843, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-f.dzcdn.net/stream/c-fa36294b330a3b6a5fd49272dbc07a48-3.mp3', 'md5_image': 'a48b534c7aecba283517fd70a69d487d', 'time_add': 1642993142, 'artist': {'id': 292081, 'name': 'Tydi', 'link': 'https://www.deezer.com/artist/292081', 'picture': 'https://api.deezer.com/artist/292081/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/292081/top?limit=50', 'type': 'artist'}, 'album': {'id': 49412982, 'title': 'Redefined', 'cover': 'https://api.deezer.com/album/49412982/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/a48b534c7aecba283517fd70a69d487d/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/a48b534c7aecba283517fd70a69d487d/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/a48b534c7aecba283517fd70a69d487d/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/a48b534c7aecba283517fd70a69d487d/1000x1000-000000-80-0-0.jpg', 'md5_image': 'a48b534c7aecba283517fd70a69d487d', 'tracklist': 'https://api.deezer.com/album/49412982/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 80409692, 'readable': True, 'title': 'Spirit Walk', 'title_short': 'Spirit Walk', 'title_version': '', 'link': 'https://www.deezer.com/track/80409692', 'duration': 358, 'rank': 65382, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-574705f5073696788f198f6d6971e028-2.mp3', 'md5_image': '402a6a4c29ac136cf41f2bfa5f540179', 'time_add': 1642993142, 'artist': {'id': 616950, 'name': 'Rameses B', 'link': 'https://www.deezer.com/artist/616950', 'picture': 'https://api.deezer.com/artist/616950/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/14757837797d9b827de29a3046e8af80/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/14757837797d9b827de29a3046e8af80/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/14757837797d9b827de29a3046e8af80/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/14757837797d9b827de29a3046e8af80/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/616950/top?limit=50', 'type': 'artist'}, 'album': {'id': 8030220, 'title': 'Reborn', 'cover': 'https://api.deezer.com/album/8030220/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/402a6a4c29ac136cf41f2bfa5f540179/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/402a6a4c29ac136cf41f2bfa5f540179/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/402a6a4c29ac136cf41f2bfa5f540179/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/402a6a4c29ac136cf41f2bfa5f540179/1000x1000-000000-80-0-0.jpg', 'md5_image': '402a6a4c29ac136cf41f2bfa5f540179', 'tracklist': 'https://api.deezer.com/album/8030220/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 870166482, 'readable': True, 'title': 'How Could I', 'title_short': 'How Could I', 'title_version': '', 'link': 'https://www.deezer.com/track/870166482', 'duration': 206, 'rank': 83714, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-7.dzcdn.net/stream/c-753fcc8154057b24a7bfa47d149f3f64-3.mp3', 'md5_image': 'd156c56ee9973eafdfb128f2cfa2bcda', 'time_add': 1642993142, 'artist': {'id': 7515158, 'name': 'Rad Cat', 'link': 'https://www.deezer.com/artist/7515158', 'picture': 'https://api.deezer.com/artist/7515158/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/43a6809ab52130d14224194bc66db101/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/43a6809ab52130d14224194bc66db101/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/43a6809ab52130d14224194bc66db101/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/43a6809ab52130d14224194bc66db101/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/7515158/top?limit=50', 'type': 'artist'}, 'album': {'id': 130395022, 'title': 'Love & Illusions', 'cover': 'https://api.deezer.com/album/130395022/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/d156c56ee9973eafdfb128f2cfa2bcda/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/d156c56ee9973eafdfb128f2cfa2bcda/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/d156c56ee9973eafdfb128f2cfa2bcda/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/d156c56ee9973eafdfb128f2cfa2bcda/1000x1000-000000-80-0-0.jpg', 'md5_image': 'd156c56ee9973eafdfb128f2cfa2bcda', 'tracklist': 'https://api.deezer.com/album/130395022/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 144538562, 'readable': True, 'title': 'Thrones (Last Heroes Remix)', 'title_short': 'Thrones (Last Heroes Remix)', 'title_version': '', 'link': 'https://www.deezer.com/track/144538562', 'duration': 264, 'rank': 191641, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-c.dzcdn.net/stream/c-c504838de86f340d741652ce011a6df3-3.mp3', 'md5_image': 'a660d7a97919ec99dde2f6847abe14c6', 'time_add': 1642993142, 'artist': {'id': 5824163, 'name': 'Satellite Empire', 'link': 'https://www.deezer.com/artist/5824163', 'picture': 'https://api.deezer.com/artist/5824163/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/a660d7a97919ec99dde2f6847abe14c6/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/a660d7a97919ec99dde2f6847abe14c6/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/a660d7a97919ec99dde2f6847abe14c6/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/a660d7a97919ec99dde2f6847abe14c6/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/5824163/top?limit=50', 'type': 'artist'}, 'album': {'id': 15680564, 'title': 'Thrones (The Second Canon)', 'cover': 'https://api.deezer.com/album/15680564/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/a660d7a97919ec99dde2f6847abe14c6/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/a660d7a97919ec99dde2f6847abe14c6/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/a660d7a97919ec99dde2f6847abe14c6/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/a660d7a97919ec99dde2f6847abe14c6/1000x1000-000000-80-0-0.jpg', 'md5_image': 'a660d7a97919ec99dde2f6847abe14c6', 'tracklist': 'https://api.deezer.com/album/15680564/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 443908402, 'readable': True, 'title': 'Take Us Down (Feeding Our Hunger)', 'title_short': 'Take Us Down (Feeding Our Hunger)', 'link': 'https://www.deezer.com/track/443908402', 'duration': 257, 'rank': 164992, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-0.dzcdn.net/stream/c-0635b9409ad87a3ef09ebcf8c1aad2cf-5.mp3', 'md5_image': '1145812bdc7d99fa93d1a5b408fe604d', 'time_add': 1642993142, 'artist': {'id': 306898, 'name': 'Hardwell', 'link': 'https://www.deezer.com/artist/306898', 'picture': 'https://api.deezer.com/artist/306898/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/243a0ede39075f2251c3d18c4765bfed/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/243a0ede39075f2251c3d18c4765bfed/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/243a0ede39075f2251c3d18c4765bfed/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/243a0ede39075f2251c3d18c4765bfed/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/306898/top?limit=50', 'type': 'artist'}, 'album': {'id': 53916582, 'title': 'Take Us Down (Feeding Our Hunger)', 'cover': 'https://api.deezer.com/album/53916582/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/1145812bdc7d99fa93d1a5b408fe604d/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/1145812bdc7d99fa93d1a5b408fe604d/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/1145812bdc7d99fa93d1a5b408fe604d/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/1145812bdc7d99fa93d1a5b408fe604d/1000x1000-000000-80-0-0.jpg', 'md5_image': '1145812bdc7d99fa93d1a5b408fe604d', 'tracklist': 'https://api.deezer.com/album/53916582/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 62351853, 'readable': False, 'title': 'Sinéad (Myon & Shane 54 Triplet Monster Mix)', 'title_short': 'Sinéad', 'title_version': '(Myon & Shane 54 Triplet Monster Mix)', 'link': 'https://www.deezer.com/track/62351853', 'duration': 147, 'rank': 0, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': '', 'md5_image': 'f9c04c90fbcb4bdf465f3427b44774a2', 'time_add': 1642993142, 'artist': {'id': 1073, 'name': 'Within Temptation', 'link': 'https://www.deezer.com/artist/1073', 'picture': 'https://api.deezer.com/artist/1073/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/774bd6174b62f63a05d166ed81edbf9b/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/774bd6174b62f63a05d166ed81edbf9b/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/774bd6174b62f63a05d166ed81edbf9b/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/774bd6174b62f63a05d166ed81edbf9b/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1073/top?limit=50', 'type': 'artist'}, 'album': {'id': 6118511, 'title': 'Trance Essentials 2012 Volume 1', 'cover': 'https://api.deezer.com/album/6118511/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/f9c04c90fbcb4bdf465f3427b44774a2/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/f9c04c90fbcb4bdf465f3427b44774a2/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/f9c04c90fbcb4bdf465f3427b44774a2/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/f9c04c90fbcb4bdf465f3427b44774a2/1000x1000-000000-80-0-0.jpg', 'md5_image': 'f9c04c90fbcb4bdf465f3427b44774a2', 'tracklist': 'https://api.deezer.com/album/6118511/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 60945145, 'readable': True, 'title': 'Attack Again (Original Mix)', 'title_short': 'Attack Again', 'title_version': '(Original Mix)', 'link': 'https://www.deezer.com/track/60945145', 'duration': 343, 'rank': 168458, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-5398f21913f4410d4f282691af42b6da-1.mp3', 'md5_image': 'df1d902e9f1d3fb0026ddad320482458', 'time_add': 1642993143, 'artist': {'id': 204234, 'name': 'Noisecontrollers', 'link': 'https://www.deezer.com/artist/204234', 'picture': 'https://api.deezer.com/artist/204234/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/204234/top?limit=50', 'type': 'artist'}, 'album': {'id': 5965558, 'title': 'Yellow Minute', 'cover': 'https://api.deezer.com/album/5965558/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/df1d902e9f1d3fb0026ddad320482458/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/df1d902e9f1d3fb0026ddad320482458/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/df1d902e9f1d3fb0026ddad320482458/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/df1d902e9f1d3fb0026ddad320482458/1000x1000-000000-80-0-0.jpg', 'md5_image': 'df1d902e9f1d3fb0026ddad320482458', 'tracklist': 'https://api.deezer.com/album/5965558/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 378362341, 'readable': True, 'title': 'Champagne Showers', 'title_short': 'Champagne Showers', 'title_version': '', 'link': 'https://www.deezer.com/track/378362341', 'duration': 223, 'rank': 144350, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-3.dzcdn.net/stream/c-3cd6dd554a80f7cef5953902f21fa348-3.mp3', 'md5_image': 'bdf3e55481705da60b1240c29c2b94cf', 'time_add': 1642993143, 'artist': {'id': 1590906, 'name': 'Skip The Foreplay', 'link': 'https://www.deezer.com/artist/1590906', 'picture': 'https://api.deezer.com/artist/1590906/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/bdf3e55481705da60b1240c29c2b94cf/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/bdf3e55481705da60b1240c29c2b94cf/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/bdf3e55481705da60b1240c29c2b94cf/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/bdf3e55481705da60b1240c29c2b94cf/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1590906/top?limit=50', 'type': 'artist'}, 'album': {'id': 43862641, 'title': 'Nightlife', 'cover': 'https://api.deezer.com/album/43862641/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/bdf3e55481705da60b1240c29c2b94cf/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/bdf3e55481705da60b1240c29c2b94cf/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/bdf3e55481705da60b1240c29c2b94cf/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/bdf3e55481705da60b1240c29c2b94cf/1000x1000-000000-80-0-0.jpg', 'md5_image': 'bdf3e55481705da60b1240c29c2b94cf', 'tracklist': 'https://api.deezer.com/album/43862641/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 450114522, 'readable': True, 'title': 'Lullaby', 'title_short': 'Lullaby', 'title_version': '', 'link': 'https://www.deezer.com/track/450114522', 'duration': 160, 'rank': 531186, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-208928bc9a6f966c3d5d91a8ff3383d8-5.mp3', 'md5_image': '4b3196eba54c8ff1565738e56a71cb0a', 'time_add': 1642993143, 'artist': {'id': 1353625, 'name': 'R3HAB', 'link': 'https://www.deezer.com/artist/1353625', 'picture': 'https://api.deezer.com/artist/1353625/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0678664595f23ac0e989b9af2a5c66b0/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0678664595f23ac0e989b9af2a5c66b0/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0678664595f23ac0e989b9af2a5c66b0/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0678664595f23ac0e989b9af2a5c66b0/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1353625/top?limit=50', 'type': 'artist'}, 'album': {'id': 55033882, 'title': 'Lullaby', 'cover': 'https://api.deezer.com/album/55033882/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/4b3196eba54c8ff1565738e56a71cb0a/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/4b3196eba54c8ff1565738e56a71cb0a/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/4b3196eba54c8ff1565738e56a71cb0a/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/4b3196eba54c8ff1565738e56a71cb0a/1000x1000-000000-80-0-0.jpg', 'md5_image': '4b3196eba54c8ff1565738e56a71cb0a', 'tracklist': 'https://api.deezer.com/album/55033882/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 389066141, 'readable': True, 'title': 'My Grave Is Mine To Dig', 'title_short': 'My Grave Is Mine To Dig', 'title_version': '', 'link': 'https://www.deezer.com/track/389066141', 'duration': 206, 'rank': 182756, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-619899994f561b1302f214255f326afa-6.mp3', 'md5_image': '4504475fdf0282504c8279fdee371a6c', 'time_add': 1642993143, 'artist': {'id': 8182062, 'name': 'Wage War', 'link': 'https://www.deezer.com/artist/8182062', 'picture': 'https://api.deezer.com/artist/8182062/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/b1e5d63109c8789dfe9e321985783748/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/b1e5d63109c8789dfe9e321985783748/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/b1e5d63109c8789dfe9e321985783748/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/b1e5d63109c8789dfe9e321985783748/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/8182062/top?limit=50', 'type': 'artist'}, 'album': {'id': 45445881, 'title': 'Deadweight', 'cover': 'https://api.deezer.com/album/45445881/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/4504475fdf0282504c8279fdee371a6c/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/4504475fdf0282504c8279fdee371a6c/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/4504475fdf0282504c8279fdee371a6c/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/4504475fdf0282504c8279fdee371a6c/1000x1000-000000-80-0-0.jpg', 'md5_image': '4504475fdf0282504c8279fdee371a6c', 'tracklist': 'https://api.deezer.com/album/45445881/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 50457731, 'readable': True, 'title': 'Take a Chance', 'title_short': 'Take a Chance', 'title_version': '', 'link': 'https://www.deezer.com/track/50457731', 'duration': 87, 'rank': 53306, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-61c3379cdb1ff95d29319ec7ee1df36d-4.mp3', 'md5_image': 'be72f39b295b8cfeb8cb1b33d3a04e6f', 'time_add': 1642993143, 'artist': {'id': 292081, 'name': 'Tydi', 'link': 'https://www.deezer.com/artist/292081', 'picture': 'https://api.deezer.com/artist/292081/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/292081/top?limit=50', 'type': 'artist'}, 'album': {'id': 4865681, 'title': 'Shooting Stars', 'cover': 'https://api.deezer.com/album/4865681/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/be72f39b295b8cfeb8cb1b33d3a04e6f/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/be72f39b295b8cfeb8cb1b33d3a04e6f/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/be72f39b295b8cfeb8cb1b33d3a04e6f/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/be72f39b295b8cfeb8cb1b33d3a04e6f/1000x1000-000000-80-0-0.jpg', 'md5_image': 'be72f39b295b8cfeb8cb1b33d3a04e6f', 'tracklist': 'https://api.deezer.com/album/4865681/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 641639902, 'readable': False, 'title': 'Tonight', 'title_short': 'Tonight', 'title_version': '', 'link': 'https://www.deezer.com/track/641639902', 'duration': 232, 'rank': 9025, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': '', 'md5_image': '441813044bdb50b504774ec2feee11d8', 'time_add': 1642993143, 'artist': {'id': 10177088, 'name': 'Main-De-Gloire', 'link': 'https://www.deezer.com/artist/10177088', 'picture': 'https://api.deezer.com/artist/10177088/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0ec70696983c5a7c2a644ffbb1abad97/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0ec70696983c5a7c2a644ffbb1abad97/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0ec70696983c5a7c2a644ffbb1abad97/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0ec70696983c5a7c2a644ffbb1abad97/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/10177088/top?limit=50', 'type': 'artist'}, 'album': {'id': 88983992, 'title': 'Tonight', 'cover': 'https://api.deezer.com/album/88983992/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/441813044bdb50b504774ec2feee11d8/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/441813044bdb50b504774ec2feee11d8/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/441813044bdb50b504774ec2feee11d8/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/441813044bdb50b504774ec2feee11d8/1000x1000-000000-80-0-0.jpg', 'md5_image': '441813044bdb50b504774ec2feee11d8', 'tracklist': 'https://api.deezer.com/album/88983992/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 86420479, 'readable': False, 'title': 'Drones', 'title_short': 'Drones', 'title_version': '', 'link': 'https://www.deezer.com/track/86420479', 'duration': 181, 'rank': 20277, 'explicit_lyrics': False, 'explicit_content_lyrics': 6, 'explicit_content_cover': 6, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-6b561a6cfd66bc88497f1f07ca64d703-1.mp3', 'md5_image': 'e529bc046e29f754c465236dd579a6f7', 'time_add': 1642993143, 'artist': {'id': 3566, 'name': 'Rise Against', 'link': 'https://www.deezer.com/artist/3566', 'picture': 'https://api.deezer.com/artist/3566/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/887513905463fa2355a6247e13d1ba02/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/887513905463fa2355a6247e13d1ba02/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/887513905463fa2355a6247e13d1ba02/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/887513905463fa2355a6247e13d1ba02/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/3566/top?limit=50', 'type': 'artist'}, 'album': {'id': 8719171, 'title': 'The Sufferer & The Witness', 'cover': 'https://api.deezer.com/album/8719171/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/e529bc046e29f754c465236dd579a6f7/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/e529bc046e29f754c465236dd579a6f7/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/e529bc046e29f754c465236dd579a6f7/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/e529bc046e29f754c465236dd579a6f7/1000x1000-000000-80-0-0.jpg', 'md5_image': 'e529bc046e29f754c465236dd579a6f7', 'tracklist': 'https://api.deezer.com/album/8719171/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1074555392, 'readable': True, 'title': 'Invisibility (feat. Erekhron)', 'title_short': 'Invisibility (feat. Erekhron)', 'title_version': '', 'link': 'https://www.deezer.com/track/1074555392', 'duration': 232, 'rank': 26782, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-a.dzcdn.net/stream/c-a9d27e3eefc524085140e6affda111be-2.mp3', 'md5_image': 'f1ec106d326b1e808d7d760d6bf5740f', 'time_add': 1642993143, 'artist': {'id': 68880192, 'name': 'Sudoverse', 'link': 'https://www.deezer.com/artist/68880192', 'picture': 'https://api.deezer.com/artist/68880192/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/3ea873f8cc9445cce683104a5707b813/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/3ea873f8cc9445cce683104a5707b813/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/3ea873f8cc9445cce683104a5707b813/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/3ea873f8cc9445cce683104a5707b813/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/68880192/top?limit=50', 'type': 'artist'}, 'album': {'id': 172060182, 'title': 'Invisibility (feat. Erekhron)', 'cover': 'https://api.deezer.com/album/172060182/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/f1ec106d326b1e808d7d760d6bf5740f/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/f1ec106d326b1e808d7d760d6bf5740f/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/f1ec106d326b1e808d7d760d6bf5740f/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/f1ec106d326b1e808d7d760d6bf5740f/1000x1000-000000-80-0-0.jpg', 'md5_image': 'f1ec106d326b1e808d7d760d6bf5740f', 'tracklist': 'https://api.deezer.com/album/172060182/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 723584632, 'readable': True, 'title': 'Mystique', 'title_short': 'Mystique', 'title_version': '', 'link': 'https://www.deezer.com/track/723584632', 'duration': 181, 'rank': 634110, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-8.dzcdn.net/stream/c-8f3421f2bfc40ab8ee828cfc46d42c17-5.mp3', 'md5_image': 'd5014524d1a556f22804291fb159e673', 'time_add': 1642993143, 'artist': {'id': 50796752, 'name': 'Tevvez', 'link': 'https://www.deezer.com/artist/50796752', 'picture': 'https://api.deezer.com/artist/50796752/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/5f8c32ecbad769fed3da00f5f646689b/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/5f8c32ecbad769fed3da00f5f646689b/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/5f8c32ecbad769fed3da00f5f646689b/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/5f8c32ecbad769fed3da00f5f646689b/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/50796752/top?limit=50', 'type': 'artist'}, 'album': {'id': 105855662, 'title': 'Divinity', 'cover': 'https://api.deezer.com/album/105855662/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/d5014524d1a556f22804291fb159e673/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/d5014524d1a556f22804291fb159e673/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/d5014524d1a556f22804291fb159e673/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/d5014524d1a556f22804291fb159e673/1000x1000-000000-80-0-0.jpg', 'md5_image': 'd5014524d1a556f22804291fb159e673', 'tracklist': 'https://api.deezer.com/album/105855662/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 33897711, 'readable': True, 'title': 'Scrap Attack (Defqon.1 2009 anthem) (Original Mix)', 'title_short': 'Scrap Attack (Defqon.1 2009 anthem)', 'title_version': '(Original Mix)', 'link': 'https://www.deezer.com/track/33897711', 'duration': 437, 'rank': 65768, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-d.dzcdn.net/stream/c-da7453be43e4b5ceb766f7415fb8ec7d-2.mp3', 'md5_image': '6acbe985081cb3a544a3dfc0d1c83445', 'time_add': 1642993143, 'artist': {'id': 194172, 'name': 'Headhunterz', 'link': 'https://www.deezer.com/artist/194172', 'picture': 'https://api.deezer.com/artist/194172/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/c6a56f10698927589e84fb346424d9f7/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/c6a56f10698927589e84fb346424d9f7/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/c6a56f10698927589e84fb346424d9f7/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/c6a56f10698927589e84fb346424d9f7/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/194172/top?limit=50', 'type': 'artist'}, 'album': {'id': 3279001, 'title': 'Biggest Hardstyle Anthems Ever', 'cover': 'https://api.deezer.com/album/3279001/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/6acbe985081cb3a544a3dfc0d1c83445/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/6acbe985081cb3a544a3dfc0d1c83445/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/6acbe985081cb3a544a3dfc0d1c83445/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/6acbe985081cb3a544a3dfc0d1c83445/1000x1000-000000-80-0-0.jpg', 'md5_image': '6acbe985081cb3a544a3dfc0d1c83445', 'tracklist': 'https://api.deezer.com/album/3279001/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 652169252, 'readable': True, 'title': 'Fallen', 'title_short': 'Fallen', 'title_version': '', 'link': 'https://www.deezer.com/track/652169252', 'duration': 216, 'rank': 75889, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-e.dzcdn.net/stream/c-eae11b44ba8a2173b27215e0b77e037f-2.mp3', 'md5_image': '3974c656ea060a5d5a93794a3d122111', 'time_add': 1642993144, 'artist': {'id': 1650720, 'name': 'Deetox', 'link': 'https://www.deezer.com/artist/1650720', 'picture': 'https://api.deezer.com/artist/1650720/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1650720/top?limit=50', 'type': 'artist'}, 'album': {'id': 91046532, 'title': 'Hardstyle Hits', 'cover': 'https://api.deezer.com/album/91046532/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/3974c656ea060a5d5a93794a3d122111/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/3974c656ea060a5d5a93794a3d122111/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/3974c656ea060a5d5a93794a3d122111/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/3974c656ea060a5d5a93794a3d122111/1000x1000-000000-80-0-0.jpg', 'md5_image': '3974c656ea060a5d5a93794a3d122111', 'tracklist': 'https://api.deezer.com/album/91046532/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 937234292, 'readable': True, 'title': 'My Beautiful Fantasy (Radio Edit)', 'title_short': 'My Beautiful Fantasy', 'title_version': '(Radio Edit)', 'link': 'https://www.deezer.com/track/937234292', 'duration': 192, 'rank': 269704, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-62928e5a726c44044a57a4f3119c6aea-3.mp3', 'md5_image': 'd56a0b07488e860eab490e1f84a1331d', 'time_add': 1642993144, 'artist': {'id': 1394082, 'name': 'Phuture Noize', 'link': 'https://www.deezer.com/artist/1394082', 'picture': 'https://api.deezer.com/artist/1394082/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/60d42a3fa2558a09fef3a220cd6d4c02/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/60d42a3fa2558a09fef3a220cd6d4c02/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/60d42a3fa2558a09fef3a220cd6d4c02/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/60d42a3fa2558a09fef3a220cd6d4c02/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1394082/top?limit=50', 'type': 'artist'}, 'album': {'id': 143380342, 'title': 'Techno Top Tracks - The Best of Hard- & Jumpstyle', 'cover': 'https://api.deezer.com/album/143380342/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/d56a0b07488e860eab490e1f84a1331d/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/d56a0b07488e860eab490e1f84a1331d/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/d56a0b07488e860eab490e1f84a1331d/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/d56a0b07488e860eab490e1f84a1331d/1000x1000-000000-80-0-0.jpg', 'md5_image': 'd56a0b07488e860eab490e1f84a1331d', 'tracklist': 'https://api.deezer.com/album/143380342/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1491926212, 'readable': True, 'title': 'Tren', 'title_short': 'Tren', 'title_version': '', 'link': 'https://www.deezer.com/track/1491926212', 'duration': 158, 'rank': 405393, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-2da9a4ba4be979598ba5b71d3b4ee463-3.mp3', 'md5_image': 'de5974715cd87945bc6e8c1640a26cfb', 'time_add': 1642993144, 'artist': {'id': 92702692, 'name': 'Yosuf', 'link': 'https://www.deezer.com/artist/92702692', 'picture': 'https://api.deezer.com/artist/92702692/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/92702692/top?limit=50', 'type': 'artist'}, 'album': {'id': 258246582, 'title': 'Tren', 'cover': 'https://api.deezer.com/album/258246582/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/de5974715cd87945bc6e8c1640a26cfb/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/de5974715cd87945bc6e8c1640a26cfb/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/de5974715cd87945bc6e8c1640a26cfb/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/de5974715cd87945bc6e8c1640a26cfb/1000x1000-000000-80-0-0.jpg', 'md5_image': 'de5974715cd87945bc6e8c1640a26cfb', 'tracklist': 'https://api.deezer.com/album/258246582/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 925749312, 'readable': True, 'title': 'Going Under', 'title_short': 'Going Under', 'title_version': '', 'link': 'https://www.deezer.com/track/925749312', 'duration': 265, 'rank': 254388, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-4.dzcdn.net/stream/c-49e2ce3f6452ab34daf013ddaa204315-5.mp3', 'md5_image': 'af7c6b6896a9ba6fb0d94c1f5aff7634', 'time_add': 1642993144, 'artist': {'id': 1650720, 'name': 'Deetox', 'link': 'https://www.deezer.com/artist/1650720', 'picture': 'https://api.deezer.com/artist/1650720/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1650720/top?limit=50', 'type': 'artist'}, 'album': {'id': 140814852, 'title': 'Going Under', 'cover': 'https://api.deezer.com/album/140814852/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/af7c6b6896a9ba6fb0d94c1f5aff7634/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/af7c6b6896a9ba6fb0d94c1f5aff7634/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/af7c6b6896a9ba6fb0d94c1f5aff7634/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/af7c6b6896a9ba6fb0d94c1f5aff7634/1000x1000-000000-80-0-0.jpg', 'md5_image': 'af7c6b6896a9ba6fb0d94c1f5aff7634', 'tracklist': 'https://api.deezer.com/album/140814852/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1460735692, 'readable': True, 'title': 'Fight As One', 'title_short': 'Fight As One', 'title_version': '', 'link': 'https://www.deezer.com/track/1460735692', 'duration': 263, 'rank': 451460, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-0.dzcdn.net/stream/c-09ef3d6e08e15f5d72bffe5572953e7e-3.mp3', 'md5_image': 'c003a1e882b311db2bf87b4d6adced1b', 'time_add': 1642993144, 'artist': {'id': 5555104, 'name': 'Sub Zero Project', 'link': 'https://www.deezer.com/artist/5555104', 'picture': 'https://api.deezer.com/artist/5555104/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/3768f8e864c119e47312f1ba8aaeb375/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/3768f8e864c119e47312f1ba8aaeb375/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/3768f8e864c119e47312f1ba8aaeb375/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/3768f8e864c119e47312f1ba8aaeb375/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/5555104/top?limit=50', 'type': 'artist'}, 'album': {'id': 250859652, 'title': 'Fight As One', 'cover': 'https://api.deezer.com/album/250859652/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/c003a1e882b311db2bf87b4d6adced1b/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/c003a1e882b311db2bf87b4d6adced1b/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/c003a1e882b311db2bf87b4d6adced1b/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/c003a1e882b311db2bf87b4d6adced1b/1000x1000-000000-80-0-0.jpg', 'md5_image': 'c003a1e882b311db2bf87b4d6adced1b', 'tracklist': 'https://api.deezer.com/album/250859652/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1521761682, 'readable': True, 'title': 'Side By Side', 'title_short': 'Side By Side', 'title_version': '', 'link': 'https://www.deezer.com/track/1521761682', 'duration': 176, 'rank': 121570, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-a.dzcdn.net/stream/c-aa4c96aad64c88484fa14d76bd429bd0-2.mp3', 'md5_image': '3ac4c29a18ca59d1b3ccbc1b5e9e05db', 'time_add': 1642993144, 'artist': {'id': 68132322, 'name': 'Radianze', 'link': 'https://www.deezer.com/artist/68132322', 'picture': 'https://api.deezer.com/artist/68132322/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/5e050aa0eece137bacb920d420860460/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/5e050aa0eece137bacb920d420860460/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/5e050aa0eece137bacb920d420860460/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/5e050aa0eece137bacb920d420860460/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/68132322/top?limit=50', 'type': 'artist'}, 'album': {'id': 265546832, 'title': 'Side By Side', 'cover': 'https://api.deezer.com/album/265546832/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/3ac4c29a18ca59d1b3ccbc1b5e9e05db/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/3ac4c29a18ca59d1b3ccbc1b5e9e05db/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/3ac4c29a18ca59d1b3ccbc1b5e9e05db/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/3ac4c29a18ca59d1b3ccbc1b5e9e05db/1000x1000-000000-80-0-0.jpg', 'md5_image': '3ac4c29a18ca59d1b3ccbc1b5e9e05db', 'tracklist': 'https://api.deezer.com/album/265546832/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1358765882, 'readable': True, 'title': 'Edge Of Darkness', 'title_short': 'Edge Of Darkness', 'title_version': '', 'link': 'https://www.deezer.com/track/1358765882', 'duration': 210, 'rank': 293492, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-62171dba9c31566d458ae7e349cdded0-3.mp3', 'md5_image': 'b935c213a748b737d87559fe86cc326b', 'time_add': 1642993144, 'artist': {'id': 271938, 'name': 'Wildstylez', 'link': 'https://www.deezer.com/artist/271938', 'picture': 'https://api.deezer.com/artist/271938/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0790f8860561b5d41efb00a8a80f8c62/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0790f8860561b5d41efb00a8a80f8c62/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0790f8860561b5d41efb00a8a80f8c62/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0790f8860561b5d41efb00a8a80f8c62/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/271938/top?limit=50', 'type': 'artist'}, 'album': {'id': 226693942, 'title': 'Edge Of Darkness', 'cover': 'https://api.deezer.com/album/226693942/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/b935c213a748b737d87559fe86cc326b/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/b935c213a748b737d87559fe86cc326b/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/b935c213a748b737d87559fe86cc326b/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/b935c213a748b737d87559fe86cc326b/1000x1000-000000-80-0-0.jpg', 'md5_image': 'b935c213a748b737d87559fe86cc326b', 'tracklist': 'https://api.deezer.com/album/226693942/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1529180382, 'readable': True, 'title': 'The Gods', 'title_short': 'The Gods', 'title_version': '', 'link': 'https://www.deezer.com/track/1529180382', 'duration': 164, 'rank': 189732, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-d.dzcdn.net/stream/c-d7e3a3847913ab801517a5e43c7ada96-2.mp3', 'md5_image': 'eb08d78ada32bd221ab4129408dd3998', 'time_add': 1642993144, 'artist': {'id': 12174892, 'name': 'Level One', 'link': 'https://www.deezer.com/artist/12174892', 'picture': 'https://api.deezer.com/artist/12174892/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/dd999827f551859ef129081d21a1bd17/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/dd999827f551859ef129081d21a1bd17/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/dd999827f551859ef129081d21a1bd17/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/dd999827f551859ef129081d21a1bd17/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/12174892/top?limit=50', 'type': 'artist'}, 'album': {'id': 267305942, 'title': 'The Gods', 'cover': 'https://api.deezer.com/album/267305942/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/eb08d78ada32bd221ab4129408dd3998/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/eb08d78ada32bd221ab4129408dd3998/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/eb08d78ada32bd221ab4129408dd3998/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/eb08d78ada32bd221ab4129408dd3998/1000x1000-000000-80-0-0.jpg', 'md5_image': 'eb08d78ada32bd221ab4129408dd3998', 'tracklist': 'https://api.deezer.com/album/267305942/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 910925982, 'readable': True, 'title': 'Fight Another Day', 'title_short': 'Fight Another Day', 'title_version': '', 'link': 'https://www.deezer.com/track/910925982', 'duration': 172, 'rank': 112168, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-3.dzcdn.net/stream/c-378ab4fb31fe800d175762bed972b45f-4.mp3', 'md5_image': '1fdd886dbf794737d9aa2e26e4214691', 'time_add': 1642993144, 'artist': {'id': 6442828, 'name': 'Luminite', 'link': 'https://www.deezer.com/artist/6442828', 'picture': 'https://api.deezer.com/artist/6442828/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0c7ced5928dd292c55130a6cfc04966d/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0c7ced5928dd292c55130a6cfc04966d/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0c7ced5928dd292c55130a6cfc04966d/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0c7ced5928dd292c55130a6cfc04966d/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/6442828/top?limit=50', 'type': 'artist'}, 'album': {'id': 137697722, 'title': 'Qapital 2020', 'cover': 'https://api.deezer.com/album/137697722/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/1fdd886dbf794737d9aa2e26e4214691/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/1fdd886dbf794737d9aa2e26e4214691/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/1fdd886dbf794737d9aa2e26e4214691/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/1fdd886dbf794737d9aa2e26e4214691/1000x1000-000000-80-0-0.jpg', 'md5_image': '1fdd886dbf794737d9aa2e26e4214691', 'tracklist': 'https://api.deezer.com/album/137697722/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1521897192, 'readable': True, 'title': 'the ancients', 'title_short': 'the ancients', 'title_version': '', 'link': 'https://www.deezer.com/track/1521897192', 'duration': 269, 'rank': 371789, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-0.dzcdn.net/stream/c-0cfa190a89f447682e41ed3570456bb3-3.mp3', 'md5_image': '0add54036a9520562cb7e93236d91211', 'time_add': 1642993145, 'artist': {'id': 271933, 'name': 'Atmozfears', 'link': 'https://www.deezer.com/artist/271933', 'picture': 'https://api.deezer.com/artist/271933/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/d53175f55b65fe76e448e5cb03ef9580/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/d53175f55b65fe76e448e5cb03ef9580/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/d53175f55b65fe76e448e5cb03ef9580/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/d53175f55b65fe76e448e5cb03ef9580/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/271933/top?limit=50', 'type': 'artist'}, 'album': {'id': 265574972, 'title': 'the ancients', 'cover': 'https://api.deezer.com/album/265574972/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/0add54036a9520562cb7e93236d91211/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/0add54036a9520562cb7e93236d91211/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/0add54036a9520562cb7e93236d91211/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/0add54036a9520562cb7e93236d91211/1000x1000-000000-80-0-0.jpg', 'md5_image': '0add54036a9520562cb7e93236d91211', 'tracklist': 'https://api.deezer.com/album/265574972/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1512829272, 'readable': True, 'title': 'Wanna Stay', 'title_short': 'Wanna Stay', 'title_version': '', 'link': 'https://www.deezer.com/track/1512829272', 'duration': 193, 'rank': 473432, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-220f00a5f049ae3ff33f4f66b3b21779-3.mp3', 'md5_image': '39d76924202cc09000a66f83dcfaa2d6', 'time_add': 1642993145, 'artist': {'id': 4345973, 'name': 'D-Sturb', 'link': 'https://www.deezer.com/artist/4345973', 'picture': 'https://api.deezer.com/artist/4345973/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/c6fde4bc63a99e1a9ff9398fec8fd514/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/c6fde4bc63a99e1a9ff9398fec8fd514/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/c6fde4bc63a99e1a9ff9398fec8fd514/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/c6fde4bc63a99e1a9ff9398fec8fd514/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4345973/top?limit=50', 'type': 'artist'}, 'album': {'id': 263475372, 'title': 'Wanna Stay', 'cover': 'https://api.deezer.com/album/263475372/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/39d76924202cc09000a66f83dcfaa2d6/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/39d76924202cc09000a66f83dcfaa2d6/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/39d76924202cc09000a66f83dcfaa2d6/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/39d76924202cc09000a66f83dcfaa2d6/1000x1000-000000-80-0-0.jpg', 'md5_image': '39d76924202cc09000a66f83dcfaa2d6', 'tracklist': 'https://api.deezer.com/album/263475372/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1334190672, 'readable': True, 'title': 'Devil In The Eyes - (Diabolus)', 'title_short': 'Devil In The Eyes - (Diabolus)', 'title_version': '', 'link': 'https://www.deezer.com/track/1334190672', 'duration': 250, 'rank': 167667, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-562b1e1fa805baaeb3819ef20e166186-3.mp3', 'md5_image': '907ff053a9ec14e5e0fdbc097f6d38f9', 'time_add': 1642993145, 'artist': {'id': 4771433, 'name': 'Sephyx', 'link': 'https://www.deezer.com/artist/4771433', 'picture': 'https://api.deezer.com/artist/4771433/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4771433/top?limit=50', 'type': 'artist'}, 'album': {'id': 221660262, 'title': 'Devil In The Eyes - (Diabolus)', 'cover': 'https://api.deezer.com/album/221660262/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/907ff053a9ec14e5e0fdbc097f6d38f9/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/907ff053a9ec14e5e0fdbc097f6d38f9/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/907ff053a9ec14e5e0fdbc097f6d38f9/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/907ff053a9ec14e5e0fdbc097f6d38f9/1000x1000-000000-80-0-0.jpg', 'md5_image': '907ff053a9ec14e5e0fdbc097f6d38f9', 'tracklist': 'https://api.deezer.com/album/221660262/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1508664582, 'readable': True, 'title': 'The Reawakening (Qlimax 2021 Anthem)', 'title_short': 'The Reawakening (Qlimax 2021 Anthem)', 'title_version': '', 'link': 'https://www.deezer.com/track/1508664582', 'duration': 333, 'rank': 394203, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-0.dzcdn.net/stream/c-0fe0ee4f7dd37aa921db2c0072307a81-3.mp3', 'md5_image': 'c4976b1aee85ff424c6e019afb95e195', 'time_add': 1642993145, 'artist': {'id': 535490, 'name': 'Ran-D', 'link': 'https://www.deezer.com/artist/535490', 'picture': 'https://api.deezer.com/artist/535490/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/485eca9ee956fb1e9f84566613b34a30/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/485eca9ee956fb1e9f84566613b34a30/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/485eca9ee956fb1e9f84566613b34a30/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/485eca9ee956fb1e9f84566613b34a30/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/535490/top?limit=50', 'type': 'artist'}, 'album': {'id': 262380492, 'title': 'The Reawakening (Qlimax 2021 Anthem)', 'cover': 'https://api.deezer.com/album/262380492/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/c4976b1aee85ff424c6e019afb95e195/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/c4976b1aee85ff424c6e019afb95e195/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/c4976b1aee85ff424c6e019afb95e195/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/c4976b1aee85ff424c6e019afb95e195/1000x1000-000000-80-0-0.jpg', 'md5_image': 'c4976b1aee85ff424c6e019afb95e195', 'tracklist': 'https://api.deezer.com/album/262380492/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 667135362, 'readable': True, 'title': 'Breathe Hardstyle [Mixed]', 'title_short': 'Breathe Hardstyle [Mixed]', 'title_version': '', 'link': 'https://www.deezer.com/track/667135362', 'duration': 262, 'rank': 57411, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-542403e7681c0aa9dc49bf53bc216523-4.mp3', 'md5_image': 'bdbe6825b400045158464e1d1277589f', 'time_add': 1642993145, 'artist': {'id': 4771433, 'name': 'Sephyx', 'link': 'https://www.deezer.com/artist/4771433', 'picture': 'https://api.deezer.com/artist/4771433/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4771433/top?limit=50', 'type': 'artist'}, 'album': {'id': 94002032, 'title': 'Hardstyle The Ultimate Collection Volume 1 2019 (Mix 2 By Outsiders)', 'cover': 'https://api.deezer.com/album/94002032/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/bdbe6825b400045158464e1d1277589f/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/bdbe6825b400045158464e1d1277589f/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/bdbe6825b400045158464e1d1277589f/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/bdbe6825b400045158464e1d1277589f/1000x1000-000000-80-0-0.jpg', 'md5_image': 'bdbe6825b400045158464e1d1277589f', 'tracklist': 'https://api.deezer.com/album/94002032/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 763070482, 'readable': True, 'title': 'Around the World (La la La)', 'title_short': 'Around the World (La la La)', 'title_version': '', 'link': 'https://www.deezer.com/track/763070482', 'duration': 153, 'rank': 452135, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-267580357bad1ed5dd51a3981ea85d59-3.mp3', 'md5_image': 'f34e5edb91049f31db50ac5d58868751', 'time_add': 1642993145, 'artist': {'id': 4179957, 'name': 'Refuzion', 'link': 'https://www.deezer.com/artist/4179957', 'picture': 'https://api.deezer.com/artist/4179957/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4179957/top?limit=50', 'type': 'artist'}, 'album': {'id': 112615872, 'title': 'Around the World (La la La)', 'cover': 'https://api.deezer.com/album/112615872/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/f34e5edb91049f31db50ac5d58868751/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/f34e5edb91049f31db50ac5d58868751/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/f34e5edb91049f31db50ac5d58868751/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/f34e5edb91049f31db50ac5d58868751/1000x1000-000000-80-0-0.jpg', 'md5_image': 'f34e5edb91049f31db50ac5d58868751', 'tracklist': 'https://api.deezer.com/album/112615872/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 905221412, 'readable': True, 'title': 'Fine Day', 'title_short': 'Fine Day', 'title_version': '', 'link': 'https://www.deezer.com/track/905221412', 'duration': 236, 'rank': 409232, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-6656feb79ff1c4501b80860c41224cae-6.mp3', 'md5_image': 'e6e358495d88d72d5429b2e9e860bc7f', 'time_add': 1642993145, 'artist': {'id': 199130, 'name': 'Coone', 'link': 'https://www.deezer.com/artist/199130', 'picture': 'https://api.deezer.com/artist/199130/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/a8261fac50087476ee1b61bb6c146838/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/a8261fac50087476ee1b61bb6c146838/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/a8261fac50087476ee1b61bb6c146838/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/a8261fac50087476ee1b61bb6c146838/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/199130/top?limit=50', 'type': 'artist'}, 'album': {'id': 136757322, 'title': 'Fine Day', 'cover': 'https://api.deezer.com/album/136757322/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/e6e358495d88d72d5429b2e9e860bc7f/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/e6e358495d88d72d5429b2e9e860bc7f/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/e6e358495d88d72d5429b2e9e860bc7f/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/e6e358495d88d72d5429b2e9e860bc7f/1000x1000-000000-80-0-0.jpg', 'md5_image': 'e6e358495d88d72d5429b2e9e860bc7f', 'tracklist': 'https://api.deezer.com/album/136757322/tracks', 'type': 'album'}, 'type': 'track'}], 'track_total': 58}
{'id': 9943969962, 'title': 'EDM Cool', 'description': '', 'duration': 14442, 'public': True, 'is_loved_track': False, 'collaborative': False, 'nb_tracks': 58, 'fans': 0, 'link': 'https://www.deezer.com/playlist/9943969962', 'share': 'https://www.deezer.com/playlist/9943969962?utm_source=deezer&utm_content=playlist-9943969962&utm_term=0_1643047421&utm_medium=web', 'picture': 'https://api.deezer.com/playlist/9943969962/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5-a17c7d5ca8fabb5d2909fa386936c5b3-ce15c1901572658030d382603c14857f-cdce6f39d35d54972772e4262ccc50cc/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5-a17c7d5ca8fabb5d2909fa386936c5b3-ce15c1901572658030d382603c14857f-cdce6f39d35d54972772e4262ccc50cc/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5-a17c7d5ca8fabb5d2909fa386936c5b3-ce15c1901572658030d382603c14857f-cdce6f39d35d54972772e4262ccc50cc/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5-a17c7d5ca8fabb5d2909fa386936c5b3-ce15c1901572658030d382603c14857f-cdce6f39d35d54972772e4262ccc50cc/1000x1000-000000-80-0-0.jpg', 'checksum': '447ecb1bcfc95898e304ed1c8c5f8f55', 'tracklist': 'https://api.deezer.com/playlist/9943969962/tracks', 'creation_date': '2022-01-21 18:13:03', 'md5_image': 'e49ebc144178cf843d39f7e329e2c0d5-a17c7d5ca8fabb5d2909fa386936c5b3-ce15c1901572658030d382603c14857f-cdce6f39d35d54972772e4262ccc50cc', 'picture_type': 'cover', 'creator': {'id': 4804647982, 'name': 'spacehop', 'tracklist': 'https://api.deezer.com/user/4804647982/flow', 'type': 'user'}, 'type': 'playlist', 'tracks': [{'id': 77725039, 'readable': True, 'title': 'Keep It Close', 'title_short': 'Keep It Close', 'title_version': '', 'link': 'https://www.deezer.com/track/77725039', 'duration': 312, 'rank': 277801, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-54ff7c2a60768e810258b856cd248d3d-4.mp3', 'md5_image': 'e49ebc144178cf843d39f7e329e2c0d5', 'time_add': 1642993139, 'artist': {'id': 3859631, 'name': 'Seven Lions', 'link': 'https://www.deezer.com/artist/3859631', 'picture': 'https://api.deezer.com/artist/3859631/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/3859631/top?limit=50', 'type': 'artist'}, 'album': {'id': 7723498, 'title': 'Worlds Apart', 'cover': 'https://api.deezer.com/album/7723498/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5/1000x1000-000000-80-0-0.jpg', 'md5_image': 'e49ebc144178cf843d39f7e329e2c0d5', 'tracklist': 'https://api.deezer.com/album/7723498/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 457286422, 'readable': True, 'title': 'Calling You Home (feat. RUNN)', 'title_short': 'Calling You Home (feat. RUNN)', 'title_version': '', 'link': 'https://www.deezer.com/track/457286422', 'duration': 284, 'rank': 241375, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-c.dzcdn.net/stream/c-c5e51d1efd19b6f6a85cd53ff6286b5e-3.mp3', 'md5_image': 'a17c7d5ca8fabb5d2909fa386936c5b3', 'time_add': 1642993139, 'artist': {'id': 3859631, 'name': 'Seven Lions', 'link': 'https://www.deezer.com/artist/3859631', 'picture': 'https://api.deezer.com/artist/3859631/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/3859631/top?limit=50', 'type': 'artist'}, 'album': {'id': 56250322, 'title': 'Calling You Home (feat. RUNN)', 'cover': 'https://api.deezer.com/album/56250322/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/a17c7d5ca8fabb5d2909fa386936c5b3/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/a17c7d5ca8fabb5d2909fa386936c5b3/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/a17c7d5ca8fabb5d2909fa386936c5b3/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/a17c7d5ca8fabb5d2909fa386936c5b3/1000x1000-000000-80-0-0.jpg', 'md5_image': 'a17c7d5ca8fabb5d2909fa386936c5b3', 'tracklist': 'https://api.deezer.com/album/56250322/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 14718170, 'readable': True, 'title': 'Skyfire', 'title_short': 'Skyfire', 'title_version': '', 'link': 'https://www.deezer.com/track/14718170', 'duration': 250, 'rank': 359949, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-a.dzcdn.net/stream/c-a2a7cd0088212802763cd7d1a791c9f2-2.mp3', 'md5_image': 'ce15c1901572658030d382603c14857f', 'time_add': 1642993139, 'artist': {'id': 305885, 'name': 'Shogun', 'link': 'https://www.deezer.com/artist/305885', 'picture': 'https://api.deezer.com/artist/305885/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/305885/top?limit=50', 'type': 'artist'}, 'album': {'id': 1355827, 'title': '40 Winter Trance Hits 2012', 'cover': 'https://api.deezer.com/album/1355827/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/ce15c1901572658030d382603c14857f/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/ce15c1901572658030d382603c14857f/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/ce15c1901572658030d382603c14857f/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/ce15c1901572658030d382603c14857f/1000x1000-000000-80-0-0.jpg', 'md5_image': 'ce15c1901572658030d382603c14857f', 'tracklist': 'https://api.deezer.com/album/1355827/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1105358652, 'readable': True, 'title': 'Kings & Queens', 'title_short': 'Kings & Queens', 'title_version': '', 'link': 'https://www.deezer.com/track/1105358652', 'duration': 155, 'rank': 332523, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-2e9d7c3067b6ea983d058971a0c35656-5.mp3', 'md5_image': 'cdce6f39d35d54972772e4262ccc50cc', 'time_add': 1642993139, 'artist': {'id': 2292961, 'name': 'Robbe', 'link': 'https://www.deezer.com/artist/2292961', 'picture': 'https://api.deezer.com/artist/2292961/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/2292961/top?limit=50', 'type': 'artist'}, 'album': {'id': 178781762, 'title': 'Kings & Queens', 'cover': 'https://api.deezer.com/album/178781762/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/cdce6f39d35d54972772e4262ccc50cc/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/cdce6f39d35d54972772e4262ccc50cc/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/cdce6f39d35d54972772e4262ccc50cc/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/cdce6f39d35d54972772e4262ccc50cc/1000x1000-000000-80-0-0.jpg', 'md5_image': 'cdce6f39d35d54972772e4262ccc50cc', 'tracklist': 'https://api.deezer.com/album/178781762/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 106456108, 'readable': True, 'title': 'Stateless', 'title_short': 'Stateless', 'title_version': '', 'link': 'https://www.deezer.com/track/106456108', 'duration': 228, 'rank': 20673, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-d.dzcdn.net/stream/c-d1dd60c81c30e377fb8af40036acab21-1.mp3', 'md5_image': '00df6ebfff76d0d2031ff5851115e4a7', 'time_add': 1642993139, 'artist': {'id': 4979347, 'name': 'Faux Tales', 'link': 'https://www.deezer.com/artist/4979347', 'picture': 'https://api.deezer.com/artist/4979347/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/1e54045ee49da0bc023c78f108551c4d/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/1e54045ee49da0bc023c78f108551c4d/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/1e54045ee49da0bc023c78f108551c4d/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/1e54045ee49da0bc023c78f108551c4d/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4979347/top?limit=50', 'type': 'artist'}, 'album': {'id': 11101490, 'title': 'Kairos', 'cover': 'https://api.deezer.com/album/11101490/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/00df6ebfff76d0d2031ff5851115e4a7/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/00df6ebfff76d0d2031ff5851115e4a7/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/00df6ebfff76d0d2031ff5851115e4a7/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/00df6ebfff76d0d2031ff5851115e4a7/1000x1000-000000-80-0-0.jpg', 'md5_image': '00df6ebfff76d0d2031ff5851115e4a7', 'tracklist': 'https://api.deezer.com/album/11101490/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 653782712, 'readable': True, 'title': 'Out Of The Dark', 'title_short': 'Out Of The Dark', 'title_version': '', 'link': 'https://www.deezer.com/track/653782712', 'duration': 204, 'rank': 108336, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-a.dzcdn.net/stream/c-a725591b1abd477ccce95b4e33207cdb-4.mp3', 'md5_image': 'd8e942fad960dafd283592901cf15c72', 'time_add': 1642993139, 'artist': {'id': 9492250, 'name': 'RBYN', 'link': 'https://www.deezer.com/artist/9492250', 'picture': 'https://api.deezer.com/artist/9492250/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/d8e942fad960dafd283592901cf15c72/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/d8e942fad960dafd283592901cf15c72/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/d8e942fad960dafd283592901cf15c72/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/d8e942fad960dafd283592901cf15c72/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/9492250/top?limit=50', 'type': 'artist'}, 'album': {'id': 91337602, 'title': 'Out Of The Dark', 'cover': 'https://api.deezer.com/album/91337602/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/d8e942fad960dafd283592901cf15c72/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/d8e942fad960dafd283592901cf15c72/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/d8e942fad960dafd283592901cf15c72/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/d8e942fad960dafd283592901cf15c72/1000x1000-000000-80-0-0.jpg', 'md5_image': 'd8e942fad960dafd283592901cf15c72', 'tracklist': 'https://api.deezer.com/album/91337602/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 619156222, 'readable': True, 'title': 'Quantum Immortality (AWAY Remix)', 'title_short': 'Quantum Immortality (AWAY Remix)', 'title_version': '', 'link': 'https://www.deezer.com/track/619156222', 'duration': 265, 'rank': 101976, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-689a8a763a406ce30d2acf759795e28a-4.mp3', 'md5_image': '9c95817c7bb31cd1a344ebe7e47c5251', 'time_add': 1642993139, 'artist': {'id': 4570037, 'name': 'Crywolf', 'link': 'https://www.deezer.com/artist/4570037', 'picture': 'https://api.deezer.com/artist/4570037/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/e0d3d1b160a686d6998f296516b7b2f0/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/e0d3d1b160a686d6998f296516b7b2f0/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/e0d3d1b160a686d6998f296516b7b2f0/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/e0d3d1b160a686d6998f296516b7b2f0/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4570037/top?limit=50', 'type': 'artist'}, 'album': {'id': 84702332, 'title': 'Quantum Immortality (AWAY Remix)', 'cover': 'https://api.deezer.com/album/84702332/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/9c95817c7bb31cd1a344ebe7e47c5251/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/9c95817c7bb31cd1a344ebe7e47c5251/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/9c95817c7bb31cd1a344ebe7e47c5251/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/9c95817c7bb31cd1a344ebe7e47c5251/1000x1000-000000-80-0-0.jpg', 'md5_image': '9c95817c7bb31cd1a344ebe7e47c5251', 'tracklist': 'https://api.deezer.com/album/84702332/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 630835372, 'readable': True, 'title': 'Here With Me', 'title_short': 'Here With Me', 'title_version': '', 'link': 'https://www.deezer.com/track/630835372', 'duration': 214, 'rank': 158359, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-b.dzcdn.net/stream/c-b5085c046ec6e46e8c5cf3b5a5ef2dce-6.mp3', 'md5_image': 'd856c356e344014296232e678b78a5ad', 'time_add': 1642993140, 'artist': {'id': 1019634, 'name': 'Delta Heavy', 'link': 'https://www.deezer.com/artist/1019634', 'picture': 'https://api.deezer.com/artist/1019634/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/4c1f8780a9b7af451c654f48f904328d/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/4c1f8780a9b7af451c654f48f904328d/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/4c1f8780a9b7af451c654f48f904328d/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/4c1f8780a9b7af451c654f48f904328d/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1019634/top?limit=50', 'type': 'artist'}, 'album': {'id': 86994792, 'title': 'Here With Me', 'cover': 'https://api.deezer.com/album/86994792/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/d856c356e344014296232e678b78a5ad/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/d856c356e344014296232e678b78a5ad/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/d856c356e344014296232e678b78a5ad/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/d856c356e344014296232e678b78a5ad/1000x1000-000000-80-0-0.jpg', 'md5_image': 'd856c356e344014296232e678b78a5ad', 'tracklist': 'https://api.deezer.com/album/86994792/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 73025891, 'readable': True, 'title': 'Running To The Sea (Seven Lions Remix)', 'title_short': 'Running To The Sea', 'title_version': '(Seven Lions Remix)', 'link': 'https://www.deezer.com/track/73025891', 'duration': 342, 'rank': 181632, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-7.dzcdn.net/stream/c-7b587d3c19a097d594bf9f753290dfc7-4.mp3', 'md5_image': '33f8ec4431fe95bb9516b44467a0f9ef', 'time_add': 1642993140, 'artist': {'id': 480, 'name': 'Röyksopp', 'link': 'https://www.deezer.com/artist/480', 'picture': 'https://api.deezer.com/artist/480/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/480/top?limit=50', 'type': 'artist'}, 'album': {'id': 7185054, 'title': 'Running To The Sea (Remixes)', 'cover': 'https://api.deezer.com/album/7185054/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/33f8ec4431fe95bb9516b44467a0f9ef/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/33f8ec4431fe95bb9516b44467a0f9ef/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/33f8ec4431fe95bb9516b44467a0f9ef/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/33f8ec4431fe95bb9516b44467a0f9ef/1000x1000-000000-80-0-0.jpg', 'md5_image': '33f8ec4431fe95bb9516b44467a0f9ef', 'tracklist': 'https://api.deezer.com/album/7185054/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 353284391, 'readable': True, 'title': 'Emergence (Psy Fi Remix)', 'title_short': 'Emergence', 'title_version': '(Psy Fi Remix)', 'link': 'https://www.deezer.com/track/353284391', 'duration': 253, 'rank': 52606, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-e.dzcdn.net/stream/c-ef15c6a7abc2aa81b8e878ecd8b88dca-4.mp3', 'md5_image': '0b7636548903288f968427536f4c93f5', 'time_add': 1642993140, 'artist': {'id': 1599703, 'name': 'Au5', 'link': 'https://www.deezer.com/artist/1599703', 'picture': 'https://api.deezer.com/artist/1599703/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1599703/top?limit=50', 'type': 'artist'}, 'album': {'id': 40472201, 'title': 'Freefall Remixed', 'cover': 'https://api.deezer.com/album/40472201/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/0b7636548903288f968427536f4c93f5/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/0b7636548903288f968427536f4c93f5/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/0b7636548903288f968427536f4c93f5/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/0b7636548903288f968427536f4c93f5/1000x1000-000000-80-0-0.jpg', 'md5_image': '0b7636548903288f968427536f4c93f5', 'tracklist': 'https://api.deezer.com/album/40472201/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 583453742, 'readable': True, 'title': 'Incomplete', 'title_short': 'Incomplete', 'title_version': '', 'link': 'https://www.deezer.com/track/583453742', 'duration': 185, 'rank': 131513, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-2d1921808f733298c28b988b568a6a55-3.mp3', 'md5_image': '82f6b64e5e88c4e52ba486f26ff16e5a', 'time_add': 1642993140, 'artist': {'id': 1067086, 'name': 'Walston', 'link': 'https://www.deezer.com/artist/1067086', 'picture': 'https://api.deezer.com/artist/1067086/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/e3a911e0e5f7e8cb76f8acbe37349133/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/e3a911e0e5f7e8cb76f8acbe37349133/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/e3a911e0e5f7e8cb76f8acbe37349133/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/e3a911e0e5f7e8cb76f8acbe37349133/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1067086/top?limit=50', 'type': 'artist'}, 'album': {'id': 78255282, 'title': 'Incomplete', 'cover': 'https://api.deezer.com/album/78255282/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/82f6b64e5e88c4e52ba486f26ff16e5a/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/82f6b64e5e88c4e52ba486f26ff16e5a/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/82f6b64e5e88c4e52ba486f26ff16e5a/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/82f6b64e5e88c4e52ba486f26ff16e5a/1000x1000-000000-80-0-0.jpg', 'md5_image': '82f6b64e5e88c4e52ba486f26ff16e5a', 'tracklist': 'https://api.deezer.com/album/78255282/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 762221162, 'readable': True, 'title': 'Bigger Than Me (feat. Au5)', 'title_short': 'Bigger Than Me (feat. Au5)', 'title_version': '', 'link': 'https://www.deezer.com/track/762221162', 'duration': 284, 'rank': 68653, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-8.dzcdn.net/stream/c-891ec7dd673d8b5b0360e2145482b06c-4.mp3', 'md5_image': '66e70bc118733cc102c17fa1af7d4c2c', 'time_add': 1642993140, 'artist': {'id': 1573375, 'name': 'Tasha Baxter', 'link': 'https://www.deezer.com/artist/1573375', 'picture': 'https://api.deezer.com/artist/1573375/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/d9f3b01a857473ca5b404367b04d84ca/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/d9f3b01a857473ca5b404367b04d84ca/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/d9f3b01a857473ca5b404367b04d84ca/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/d9f3b01a857473ca5b404367b04d84ca/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1573375/top?limit=50', 'type': 'artist'}, 'album': {'id': 112431662, 'title': 'Bigger Than Me (feat. Au5)', 'cover': 'https://api.deezer.com/album/112431662/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/66e70bc118733cc102c17fa1af7d4c2c/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/66e70bc118733cc102c17fa1af7d4c2c/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/66e70bc118733cc102c17fa1af7d4c2c/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/66e70bc118733cc102c17fa1af7d4c2c/1000x1000-000000-80-0-0.jpg', 'md5_image': '66e70bc118733cc102c17fa1af7d4c2c', 'tracklist': 'https://api.deezer.com/album/112431662/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 437400912, 'readable': True, 'title': 'Rush Over Me', 'title_short': 'Rush Over Me', 'title_version': '', 'link': 'https://www.deezer.com/track/437400912', 'duration': 259, 'rank': 398804, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-5ae7abacbce0bbf04314e8df95a2004e-4.mp3', 'md5_image': '5fca65ffc8e9fb911365ef857250f08b', 'time_add': 1642993140, 'artist': {'id': 3859631, 'name': 'Seven Lions', 'link': 'https://www.deezer.com/artist/3859631', 'picture': 'https://api.deezer.com/artist/3859631/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0ce60e1b80c0d80da436cc55268bc22b/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/3859631/top?limit=50', 'type': 'artist'}, 'album': {'id': 52900302, 'title': 'Rush Over Me', 'cover': 'https://api.deezer.com/album/52900302/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/5fca65ffc8e9fb911365ef857250f08b/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/5fca65ffc8e9fb911365ef857250f08b/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/5fca65ffc8e9fb911365ef857250f08b/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/5fca65ffc8e9fb911365ef857250f08b/1000x1000-000000-80-0-0.jpg', 'md5_image': '5fca65ffc8e9fb911365ef857250f08b', 'tracklist': 'https://api.deezer.com/album/52900302/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 422683142, 'readable': True, 'title': 'Spitfire', 'title_short': 'Spitfire', 'title_version': '', 'link': 'https://www.deezer.com/track/422683142', 'duration': 434, 'rank': 338277, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-7.dzcdn.net/stream/c-7354c251d854ea551b568937985de520-4.mp3', 'md5_image': '03726db32db954bd0a833a083167c1df', 'time_add': 1642993140, 'artist': {'id': 1956, 'name': 'Infected Mushroom', 'link': 'https://www.deezer.com/artist/1956', 'picture': 'https://api.deezer.com/artist/1956/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/b54a55bee5d01296495bf48103e83504/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/b54a55bee5d01296495bf48103e83504/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/b54a55bee5d01296495bf48103e83504/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/b54a55bee5d01296495bf48103e83504/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1956/top?limit=50', 'type': 'artist'}, 'album': {'id': 50687872, 'title': 'Spitfire', 'cover': 'https://api.deezer.com/album/50687872/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/03726db32db954bd0a833a083167c1df/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/03726db32db954bd0a833a083167c1df/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/03726db32db954bd0a833a083167c1df/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/03726db32db954bd0a833a083167c1df/1000x1000-000000-80-0-0.jpg', 'md5_image': '03726db32db954bd0a833a083167c1df', 'tracklist': 'https://api.deezer.com/album/50687872/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 525979492, 'readable': True, 'title': 'Fight (Walston Remix)', 'title_short': 'Fight', 'title_version': '(Walston Remix)', 'link': 'https://www.deezer.com/track/525979492', 'duration': 197, 'rank': 7932, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-7.dzcdn.net/stream/c-7b3dd2b034f00bc1baef8886c8b958e4-2.mp3', 'md5_image': 'b98f1244311dc2b248fb7e62fd756a5c', 'time_add': 1642993140, 'artist': {'id': 9348312, 'name': 'yesyes', 'link': 'https://www.deezer.com/artist/9348312', 'picture': 'https://api.deezer.com/artist/9348312/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/e66cd9595be8296d81fb51998c0876f4/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/e66cd9595be8296d81fb51998c0876f4/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/e66cd9595be8296d81fb51998c0876f4/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/e66cd9595be8296d81fb51998c0876f4/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/9348312/top?limit=50', 'type': 'artist'}, 'album': {'id': 67953502, 'title': 'Fight (Remix)', 'cover': 'https://api.deezer.com/album/67953502/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/b98f1244311dc2b248fb7e62fd756a5c/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/b98f1244311dc2b248fb7e62fd756a5c/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/b98f1244311dc2b248fb7e62fd756a5c/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/b98f1244311dc2b248fb7e62fd756a5c/1000x1000-000000-80-0-0.jpg', 'md5_image': 'b98f1244311dc2b248fb7e62fd756a5c', 'tracklist': 'https://api.deezer.com/album/67953502/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 107851622, 'readable': True, 'title': 'Collide (feat. Danyka Nadeau)', 'title_short': 'Collide (feat. Danyka Nadeau)', 'title_version': '', 'link': 'https://www.deezer.com/track/107851622', 'duration': 265, 'rank': 25189, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-d.dzcdn.net/stream/c-da3e2278d909a6c65b8f468940d5ef6e-6.mp3', 'md5_image': 'f657d55ebdc7812a116fa839334396dd', 'time_add': 1642993141, 'artist': {'id': 98991, 'name': 'Fractal', 'link': 'https://www.deezer.com/artist/98991', 'picture': 'https://api.deezer.com/artist/98991/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/412749c91a3a102de14013ab97988c58/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/412749c91a3a102de14013ab97988c58/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/412749c91a3a102de14013ab97988c58/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/412749c91a3a102de14013ab97988c58/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/98991/top?limit=50', 'type': 'artist'}, 'album': {'id': 11246860, 'title': 'Gaia', 'cover': 'https://api.deezer.com/album/11246860/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/f657d55ebdc7812a116fa839334396dd/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/f657d55ebdc7812a116fa839334396dd/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/f657d55ebdc7812a116fa839334396dd/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/f657d55ebdc7812a116fa839334396dd/1000x1000-000000-80-0-0.jpg', 'md5_image': 'f657d55ebdc7812a116fa839334396dd', 'tracklist': 'https://api.deezer.com/album/11246860/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 438418632, 'readable': True, 'title': 'You & Me', 'title_short': 'You & Me', 'title_version': '', 'link': 'https://www.deezer.com/track/438418632', 'duration': 229, 'rank': 102533, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-c.dzcdn.net/stream/c-c7eb49e898993dd65c9189b4f17fde6e-7.mp3', 'md5_image': '991268a10a753b5eb5ab035511e1a656', 'time_add': 1642993141, 'artist': {'id': 4976135, 'name': 'Diamond Eyes', 'link': 'https://www.deezer.com/artist/4976135', 'picture': 'https://api.deezer.com/artist/4976135/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0b281988be9f5b7ee12af873fafca5ab/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0b281988be9f5b7ee12af873fafca5ab/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0b281988be9f5b7ee12af873fafca5ab/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0b281988be9f5b7ee12af873fafca5ab/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4976135/top?limit=50', 'type': 'artist'}, 'album': {'id': 53062142, 'title': 'You & Me EP', 'cover': 'https://api.deezer.com/album/53062142/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/991268a10a753b5eb5ab035511e1a656/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/991268a10a753b5eb5ab035511e1a656/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/991268a10a753b5eb5ab035511e1a656/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/991268a10a753b5eb5ab035511e1a656/1000x1000-000000-80-0-0.jpg', 'md5_image': '991268a10a753b5eb5ab035511e1a656', 'tracklist': 'https://api.deezer.com/album/53062142/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 438397742, 'readable': True, 'title': "We're Not Alone (Original Mix)", 'title_short': "We're Not Alone", 'title_version': '(Original Mix)', 'link': 'https://www.deezer.com/track/438397742', 'duration': 293, 'rank': 152681, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-8.dzcdn.net/stream/c-838bd6e11ff990ff8c131c7baa868f50-5.mp3', 'md5_image': '23156a902d93ab97ce9c467bccb8017a', 'time_add': 1642993141, 'artist': {'id': 2263591, 'name': 'Virtual Riot', 'link': 'https://www.deezer.com/artist/2263591', 'picture': 'https://api.deezer.com/artist/2263591/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/2263591/top?limit=50', 'type': 'artist'}, 'album': {'id': 53058112, 'title': "We're Not Alone EP", 'cover': 'https://api.deezer.com/album/53058112/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/23156a902d93ab97ce9c467bccb8017a/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/23156a902d93ab97ce9c467bccb8017a/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/23156a902d93ab97ce9c467bccb8017a/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/23156a902d93ab97ce9c467bccb8017a/1000x1000-000000-80-0-0.jpg', 'md5_image': '23156a902d93ab97ce9c467bccb8017a', 'tracklist': 'https://api.deezer.com/album/53058112/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 93501002, 'readable': True, 'title': 'Lucid Dreaming (Original Mix)', 'title_short': 'Lucid Dreaming', 'title_version': '(Original Mix)', 'link': 'https://www.deezer.com/track/93501002', 'duration': 415, 'rank': 72571, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-e.dzcdn.net/stream/c-eb358266d4a151741851627179b275e8-3.mp3', 'md5_image': 'eac1465720ae63093c245acac941bb7c', 'time_add': 1642993141, 'artist': {'id': 6940269, 'name': 'Soulfy', 'link': 'https://www.deezer.com/artist/6940269', 'picture': 'https://api.deezer.com/artist/6940269/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/eac1465720ae63093c245acac941bb7c/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/eac1465720ae63093c245acac941bb7c/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/eac1465720ae63093c245acac941bb7c/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/eac1465720ae63093c245acac941bb7c/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/6940269/top?limit=50', 'type': 'artist'}, 'album': {'id': 9497922, 'title': 'When The Sun Sets', 'cover': 'https://api.deezer.com/album/9497922/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/eac1465720ae63093c245acac941bb7c/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/eac1465720ae63093c245acac941bb7c/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/eac1465720ae63093c245acac941bb7c/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/eac1465720ae63093c245acac941bb7c/1000x1000-000000-80-0-0.jpg', 'md5_image': 'eac1465720ae63093c245acac941bb7c', 'tracklist': 'https://api.deezer.com/album/9497922/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 449521882, 'readable': True, 'title': 'Without You (Ryan Exley Remix)', 'title_short': 'Without You', 'title_version': '(Ryan Exley Remix)', 'link': 'https://www.deezer.com/track/449521882', 'duration': 380, 'rank': 298217, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-7.dzcdn.net/stream/c-7f062d6b5d5a9cb81c40b9b489f90584-5.mp3', 'md5_image': 'e8171512ae9e8b56d938051044c82cd4', 'time_add': 1642993141, 'artist': {'id': 4740968, 'name': 'Illenium', 'link': 'https://www.deezer.com/artist/4740968', 'picture': 'https://api.deezer.com/artist/4740968/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/5545685132ee26ea1a268841b5b04f10/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/5545685132ee26ea1a268841b5b04f10/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/5545685132ee26ea1a268841b5b04f10/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/5545685132ee26ea1a268841b5b04f10/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4740968/top?limit=50', 'type': 'artist'}, 'album': {'id': 54905122, 'title': 'Ashes (Remixes)', 'cover': 'https://api.deezer.com/album/54905122/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/e8171512ae9e8b56d938051044c82cd4/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/e8171512ae9e8b56d938051044c82cd4/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/e8171512ae9e8b56d938051044c82cd4/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/e8171512ae9e8b56d938051044c82cd4/1000x1000-000000-80-0-0.jpg', 'md5_image': 'e8171512ae9e8b56d938051044c82cd4', 'tracklist': 'https://api.deezer.com/album/54905122/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 12707115, 'readable': False, 'title': "I Can't Wait", 'title_short': "I Can't Wait", 'title_version': '', 'link': 'https://www.deezer.com/track/12707115', 'duration': 324, 'rank': 0, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': '', 'md5_image': 'c72221e4631f5d0b9ad6243302b69e00', 'time_add': 1642993141, 'artist': {'id': 2428, 'name': 'Celldweller', 'link': 'https://www.deezer.com/artist/2428', 'picture': 'https://api.deezer.com/artist/2428/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/af8fe63f1c24a6426dde602e10a6925f/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/af8fe63f1c24a6426dde602e10a6925f/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/af8fe63f1c24a6426dde602e10a6925f/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/af8fe63f1c24a6426dde602e10a6925f/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/2428/top?limit=50', 'type': 'artist'}, 'album': {'id': 1166189, 'title': 'Wish Upon A Blackstar Chapter 04 of 05', 'cover': 'https://api.deezer.com/album/1166189/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/c72221e4631f5d0b9ad6243302b69e00/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/c72221e4631f5d0b9ad6243302b69e00/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/c72221e4631f5d0b9ad6243302b69e00/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/c72221e4631f5d0b9ad6243302b69e00/1000x1000-000000-80-0-0.jpg', 'md5_image': 'c72221e4631f5d0b9ad6243302b69e00', 'tracklist': 'https://api.deezer.com/album/1166189/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 3167843, 'readable': True, 'title': 'Around the World / Harder, Better, Faster, Stronger', 'title_short': 'Around the World / Harder, Better, Faster, Stronger', 'title_version': '', 'link': 'https://www.deezer.com/track/3167843', 'duration': 342, 'rank': 635944, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-5e48e87a17753a6d2c604a2912862e5a-3.mp3', 'md5_image': 'ad3dda2e1b770ad143d5dbfeb667fa39', 'time_add': 1642993141, 'artist': {'id': 27, 'name': 'Daft Punk', 'link': 'https://www.deezer.com/artist/27', 'picture': 'https://api.deezer.com/artist/27/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/f2bc007e9133c946ac3c3907ddc5d2ea/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/f2bc007e9133c946ac3c3907ddc5d2ea/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/f2bc007e9133c946ac3c3907ddc5d2ea/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/f2bc007e9133c946ac3c3907ddc5d2ea/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/27/top?limit=50', 'type': 'artist'}, 'album': {'id': 304193, 'title': 'Alive 2007', 'cover': 'https://api.deezer.com/album/304193/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/ad3dda2e1b770ad143d5dbfeb667fa39/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/ad3dda2e1b770ad143d5dbfeb667fa39/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/ad3dda2e1b770ad143d5dbfeb667fa39/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/ad3dda2e1b770ad143d5dbfeb667fa39/1000x1000-000000-80-0-0.jpg', 'md5_image': 'ad3dda2e1b770ad143d5dbfeb667fa39', 'tracklist': 'https://api.deezer.com/album/304193/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 68239917, 'readable': True, 'title': 'Find Me (Radio Edit)', 'title_short': 'Find Me', 'title_version': '(Radio Edit)', 'link': 'https://www.deezer.com/track/68239917', 'duration': 250, 'rank': 106865, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-1.dzcdn.net/stream/c-167e7bf65fe3f13220344b4fdebf188b-2.mp3', 'md5_image': 'bbced3ff89bdc8810ac26ec68a180dbb', 'time_add': 1642993141, 'artist': {'id': 4885171, 'name': 'Shogun feat. Tania Zygar', 'link': 'https://www.deezer.com/artist/4885171', 'picture': 'https://api.deezer.com/artist/4885171/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/bbced3ff89bdc8810ac26ec68a180dbb/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/bbced3ff89bdc8810ac26ec68a180dbb/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/bbced3ff89bdc8810ac26ec68a180dbb/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/bbced3ff89bdc8810ac26ec68a180dbb/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4885171/top?limit=50', 'type': 'artist'}, 'album': {'id': 6683464, 'title': 'Find Me', 'cover': 'https://api.deezer.com/album/6683464/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/bbced3ff89bdc8810ac26ec68a180dbb/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/bbced3ff89bdc8810ac26ec68a180dbb/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/bbced3ff89bdc8810ac26ec68a180dbb/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/bbced3ff89bdc8810ac26ec68a180dbb/1000x1000-000000-80-0-0.jpg', 'md5_image': 'bbced3ff89bdc8810ac26ec68a180dbb', 'tracklist': 'https://api.deezer.com/album/6683464/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1100518612, 'readable': True, 'title': 'Highway', 'title_short': 'Highway', 'title_version': '', 'link': 'https://www.deezer.com/track/1100518612', 'duration': 290, 'rank': 351446, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-8.dzcdn.net/stream/c-8376893e6668057c250869b59dc4e4a6-4.mp3', 'md5_image': 'b544a686916a00be370db7ca52d87e97', 'time_add': 1642993142, 'artist': {'id': 796800, 'name': 'F.O.O.L', 'link': 'https://www.deezer.com/artist/796800', 'picture': 'https://api.deezer.com/artist/796800/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/796800/top?limit=50', 'type': 'artist'}, 'album': {'id': 177817232, 'title': 'Highway EP', 'cover': 'https://api.deezer.com/album/177817232/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/b544a686916a00be370db7ca52d87e97/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/b544a686916a00be370db7ca52d87e97/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/b544a686916a00be370db7ca52d87e97/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/b544a686916a00be370db7ca52d87e97/1000x1000-000000-80-0-0.jpg', 'md5_image': 'b544a686916a00be370db7ca52d87e97', 'tracklist': 'https://api.deezer.com/album/177817232/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1110475412, 'readable': True, 'title': 'Mercenary', 'title_short': 'Mercenary', 'title_version': '', 'link': 'https://www.deezer.com/track/1110475412', 'duration': 219, 'rank': 320263, 'explicit_lyrics': True, 'explicit_content_lyrics': 1, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-e.dzcdn.net/stream/c-e24d5b309f1f457723d2fbe4f0314ebc-3.mp3', 'md5_image': '70abe9a86b41bee2dfe293acf6af1493', 'time_add': 1642993142, 'artist': {'id': 796800, 'name': 'F.O.O.L', 'link': 'https://www.deezer.com/artist/796800', 'picture': 'https://api.deezer.com/artist/796800/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/8d73e46efbababc0f5d1231bd1130f83/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/796800/top?limit=50', 'type': 'artist'}, 'album': {'id': 179858402, 'title': 'Mercenary', 'cover': 'https://api.deezer.com/album/179858402/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/70abe9a86b41bee2dfe293acf6af1493/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/70abe9a86b41bee2dfe293acf6af1493/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/70abe9a86b41bee2dfe293acf6af1493/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/70abe9a86b41bee2dfe293acf6af1493/1000x1000-000000-80-0-0.jpg', 'md5_image': '70abe9a86b41bee2dfe293acf6af1493', 'tracklist': 'https://api.deezer.com/album/179858402/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 79127633, 'readable': True, 'title': 'Architects of Life (feat. Celica Soldream)', 'title_short': 'Architects of Life (feat. Celica Soldream)', 'title_version': '', 'link': 'https://www.deezer.com/track/79127633', 'duration': 298, 'rank': 288789, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-204f4b8b367df22dd04c3f21f98a7762-1.mp3', 'md5_image': 'ff1251e37932345e66b5aae01c9be6a0', 'time_add': 1642993142, 'artist': {'id': 3540461, 'name': 'Ivan Torrent', 'link': 'https://www.deezer.com/artist/3540461', 'picture': 'https://api.deezer.com/artist/3540461/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/2df79726d6c4e0e05ebf164e00eac0cf/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/2df79726d6c4e0e05ebf164e00eac0cf/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/2df79726d6c4e0e05ebf164e00eac0cf/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/2df79726d6c4e0e05ebf164e00eac0cf/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/3540461/top?limit=50', 'type': 'artist'}, 'album': {'id': 7867589, 'title': 'Architects of Life (feat. Celica Soldream)', 'cover': 'https://api.deezer.com/album/7867589/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/ff1251e37932345e66b5aae01c9be6a0/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/ff1251e37932345e66b5aae01c9be6a0/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/ff1251e37932345e66b5aae01c9be6a0/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/ff1251e37932345e66b5aae01c9be6a0/1000x1000-000000-80-0-0.jpg', 'md5_image': 'ff1251e37932345e66b5aae01c9be6a0', 'tracklist': 'https://api.deezer.com/album/7867589/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 414520152, 'readable': True, 'title': 'So Alone (feat. BC Jean)', 'title_short': 'So Alone (feat. BC Jean)', 'title_version': '', 'link': 'https://www.deezer.com/track/414520152', 'duration': 245, 'rank': 69843, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-f.dzcdn.net/stream/c-fa36294b330a3b6a5fd49272dbc07a48-3.mp3', 'md5_image': 'a48b534c7aecba283517fd70a69d487d', 'time_add': 1642993142, 'artist': {'id': 292081, 'name': 'Tydi', 'link': 'https://www.deezer.com/artist/292081', 'picture': 'https://api.deezer.com/artist/292081/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/292081/top?limit=50', 'type': 'artist'}, 'album': {'id': 49412982, 'title': 'Redefined', 'cover': 'https://api.deezer.com/album/49412982/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/a48b534c7aecba283517fd70a69d487d/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/a48b534c7aecba283517fd70a69d487d/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/a48b534c7aecba283517fd70a69d487d/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/a48b534c7aecba283517fd70a69d487d/1000x1000-000000-80-0-0.jpg', 'md5_image': 'a48b534c7aecba283517fd70a69d487d', 'tracklist': 'https://api.deezer.com/album/49412982/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 80409692, 'readable': True, 'title': 'Spirit Walk', 'title_short': 'Spirit Walk', 'title_version': '', 'link': 'https://www.deezer.com/track/80409692', 'duration': 358, 'rank': 65382, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-574705f5073696788f198f6d6971e028-2.mp3', 'md5_image': '402a6a4c29ac136cf41f2bfa5f540179', 'time_add': 1642993142, 'artist': {'id': 616950, 'name': 'Rameses B', 'link': 'https://www.deezer.com/artist/616950', 'picture': 'https://api.deezer.com/artist/616950/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/14757837797d9b827de29a3046e8af80/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/14757837797d9b827de29a3046e8af80/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/14757837797d9b827de29a3046e8af80/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/14757837797d9b827de29a3046e8af80/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/616950/top?limit=50', 'type': 'artist'}, 'album': {'id': 8030220, 'title': 'Reborn', 'cover': 'https://api.deezer.com/album/8030220/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/402a6a4c29ac136cf41f2bfa5f540179/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/402a6a4c29ac136cf41f2bfa5f540179/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/402a6a4c29ac136cf41f2bfa5f540179/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/402a6a4c29ac136cf41f2bfa5f540179/1000x1000-000000-80-0-0.jpg', 'md5_image': '402a6a4c29ac136cf41f2bfa5f540179', 'tracklist': 'https://api.deezer.com/album/8030220/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 870166482, 'readable': True, 'title': 'How Could I', 'title_short': 'How Could I', 'title_version': '', 'link': 'https://www.deezer.com/track/870166482', 'duration': 206, 'rank': 83714, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-7.dzcdn.net/stream/c-753fcc8154057b24a7bfa47d149f3f64-3.mp3', 'md5_image': 'd156c56ee9973eafdfb128f2cfa2bcda', 'time_add': 1642993142, 'artist': {'id': 7515158, 'name': 'Rad Cat', 'link': 'https://www.deezer.com/artist/7515158', 'picture': 'https://api.deezer.com/artist/7515158/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/43a6809ab52130d14224194bc66db101/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/43a6809ab52130d14224194bc66db101/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/43a6809ab52130d14224194bc66db101/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/43a6809ab52130d14224194bc66db101/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/7515158/top?limit=50', 'type': 'artist'}, 'album': {'id': 130395022, 'title': 'Love & Illusions', 'cover': 'https://api.deezer.com/album/130395022/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/d156c56ee9973eafdfb128f2cfa2bcda/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/d156c56ee9973eafdfb128f2cfa2bcda/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/d156c56ee9973eafdfb128f2cfa2bcda/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/d156c56ee9973eafdfb128f2cfa2bcda/1000x1000-000000-80-0-0.jpg', 'md5_image': 'd156c56ee9973eafdfb128f2cfa2bcda', 'tracklist': 'https://api.deezer.com/album/130395022/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 144538562, 'readable': True, 'title': 'Thrones (Last Heroes Remix)', 'title_short': 'Thrones (Last Heroes Remix)', 'title_version': '', 'link': 'https://www.deezer.com/track/144538562', 'duration': 264, 'rank': 191641, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-c.dzcdn.net/stream/c-c504838de86f340d741652ce011a6df3-3.mp3', 'md5_image': 'a660d7a97919ec99dde2f6847abe14c6', 'time_add': 1642993142, 'artist': {'id': 5824163, 'name': 'Satellite Empire', 'link': 'https://www.deezer.com/artist/5824163', 'picture': 'https://api.deezer.com/artist/5824163/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/a660d7a97919ec99dde2f6847abe14c6/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/a660d7a97919ec99dde2f6847abe14c6/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/a660d7a97919ec99dde2f6847abe14c6/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/a660d7a97919ec99dde2f6847abe14c6/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/5824163/top?limit=50', 'type': 'artist'}, 'album': {'id': 15680564, 'title': 'Thrones (The Second Canon)', 'cover': 'https://api.deezer.com/album/15680564/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/a660d7a97919ec99dde2f6847abe14c6/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/a660d7a97919ec99dde2f6847abe14c6/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/a660d7a97919ec99dde2f6847abe14c6/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/a660d7a97919ec99dde2f6847abe14c6/1000x1000-000000-80-0-0.jpg', 'md5_image': 'a660d7a97919ec99dde2f6847abe14c6', 'tracklist': 'https://api.deezer.com/album/15680564/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 443908402, 'readable': True, 'title': 'Take Us Down (Feeding Our Hunger)', 'title_short': 'Take Us Down (Feeding Our Hunger)', 'link': 'https://www.deezer.com/track/443908402', 'duration': 257, 'rank': 164992, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-0.dzcdn.net/stream/c-0635b9409ad87a3ef09ebcf8c1aad2cf-5.mp3', 'md5_image': '1145812bdc7d99fa93d1a5b408fe604d', 'time_add': 1642993142, 'artist': {'id': 306898, 'name': 'Hardwell', 'link': 'https://www.deezer.com/artist/306898', 'picture': 'https://api.deezer.com/artist/306898/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/243a0ede39075f2251c3d18c4765bfed/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/243a0ede39075f2251c3d18c4765bfed/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/243a0ede39075f2251c3d18c4765bfed/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/243a0ede39075f2251c3d18c4765bfed/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/306898/top?limit=50', 'type': 'artist'}, 'album': {'id': 53916582, 'title': 'Take Us Down (Feeding Our Hunger)', 'cover': 'https://api.deezer.com/album/53916582/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/1145812bdc7d99fa93d1a5b408fe604d/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/1145812bdc7d99fa93d1a5b408fe604d/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/1145812bdc7d99fa93d1a5b408fe604d/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/1145812bdc7d99fa93d1a5b408fe604d/1000x1000-000000-80-0-0.jpg', 'md5_image': '1145812bdc7d99fa93d1a5b408fe604d', 'tracklist': 'https://api.deezer.com/album/53916582/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 62351853, 'readable': False, 'title': 'Sinéad (Myon & Shane 54 Triplet Monster Mix)', 'title_short': 'Sinéad', 'title_version': '(Myon & Shane 54 Triplet Monster Mix)', 'link': 'https://www.deezer.com/track/62351853', 'duration': 147, 'rank': 0, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': '', 'md5_image': 'f9c04c90fbcb4bdf465f3427b44774a2', 'time_add': 1642993142, 'artist': {'id': 1073, 'name': 'Within Temptation', 'link': 'https://www.deezer.com/artist/1073', 'picture': 'https://api.deezer.com/artist/1073/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/774bd6174b62f63a05d166ed81edbf9b/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/774bd6174b62f63a05d166ed81edbf9b/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/774bd6174b62f63a05d166ed81edbf9b/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/774bd6174b62f63a05d166ed81edbf9b/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1073/top?limit=50', 'type': 'artist'}, 'album': {'id': 6118511, 'title': 'Trance Essentials 2012 Volume 1', 'cover': 'https://api.deezer.com/album/6118511/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/f9c04c90fbcb4bdf465f3427b44774a2/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/f9c04c90fbcb4bdf465f3427b44774a2/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/f9c04c90fbcb4bdf465f3427b44774a2/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/f9c04c90fbcb4bdf465f3427b44774a2/1000x1000-000000-80-0-0.jpg', 'md5_image': 'f9c04c90fbcb4bdf465f3427b44774a2', 'tracklist': 'https://api.deezer.com/album/6118511/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 60945145, 'readable': True, 'title': 'Attack Again (Original Mix)', 'title_short': 'Attack Again', 'title_version': '(Original Mix)', 'link': 'https://www.deezer.com/track/60945145', 'duration': 343, 'rank': 168458, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-5398f21913f4410d4f282691af42b6da-1.mp3', 'md5_image': 'df1d902e9f1d3fb0026ddad320482458', 'time_add': 1642993143, 'artist': {'id': 204234, 'name': 'Noisecontrollers', 'link': 'https://www.deezer.com/artist/204234', 'picture': 'https://api.deezer.com/artist/204234/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/204234/top?limit=50', 'type': 'artist'}, 'album': {'id': 5965558, 'title': 'Yellow Minute', 'cover': 'https://api.deezer.com/album/5965558/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/df1d902e9f1d3fb0026ddad320482458/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/df1d902e9f1d3fb0026ddad320482458/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/df1d902e9f1d3fb0026ddad320482458/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/df1d902e9f1d3fb0026ddad320482458/1000x1000-000000-80-0-0.jpg', 'md5_image': 'df1d902e9f1d3fb0026ddad320482458', 'tracklist': 'https://api.deezer.com/album/5965558/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 378362341, 'readable': True, 'title': 'Champagne Showers', 'title_short': 'Champagne Showers', 'title_version': '', 'link': 'https://www.deezer.com/track/378362341', 'duration': 223, 'rank': 144350, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-3.dzcdn.net/stream/c-3cd6dd554a80f7cef5953902f21fa348-3.mp3', 'md5_image': 'bdf3e55481705da60b1240c29c2b94cf', 'time_add': 1642993143, 'artist': {'id': 1590906, 'name': 'Skip The Foreplay', 'link': 'https://www.deezer.com/artist/1590906', 'picture': 'https://api.deezer.com/artist/1590906/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/bdf3e55481705da60b1240c29c2b94cf/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/bdf3e55481705da60b1240c29c2b94cf/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/bdf3e55481705da60b1240c29c2b94cf/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/bdf3e55481705da60b1240c29c2b94cf/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1590906/top?limit=50', 'type': 'artist'}, 'album': {'id': 43862641, 'title': 'Nightlife', 'cover': 'https://api.deezer.com/album/43862641/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/bdf3e55481705da60b1240c29c2b94cf/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/bdf3e55481705da60b1240c29c2b94cf/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/bdf3e55481705da60b1240c29c2b94cf/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/bdf3e55481705da60b1240c29c2b94cf/1000x1000-000000-80-0-0.jpg', 'md5_image': 'bdf3e55481705da60b1240c29c2b94cf', 'tracklist': 'https://api.deezer.com/album/43862641/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 450114522, 'readable': True, 'title': 'Lullaby', 'title_short': 'Lullaby', 'title_version': '', 'link': 'https://www.deezer.com/track/450114522', 'duration': 160, 'rank': 531186, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-208928bc9a6f966c3d5d91a8ff3383d8-5.mp3', 'md5_image': '4b3196eba54c8ff1565738e56a71cb0a', 'time_add': 1642993143, 'artist': {'id': 1353625, 'name': 'R3HAB', 'link': 'https://www.deezer.com/artist/1353625', 'picture': 'https://api.deezer.com/artist/1353625/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0678664595f23ac0e989b9af2a5c66b0/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0678664595f23ac0e989b9af2a5c66b0/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0678664595f23ac0e989b9af2a5c66b0/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0678664595f23ac0e989b9af2a5c66b0/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1353625/top?limit=50', 'type': 'artist'}, 'album': {'id': 55033882, 'title': 'Lullaby', 'cover': 'https://api.deezer.com/album/55033882/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/4b3196eba54c8ff1565738e56a71cb0a/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/4b3196eba54c8ff1565738e56a71cb0a/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/4b3196eba54c8ff1565738e56a71cb0a/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/4b3196eba54c8ff1565738e56a71cb0a/1000x1000-000000-80-0-0.jpg', 'md5_image': '4b3196eba54c8ff1565738e56a71cb0a', 'tracklist': 'https://api.deezer.com/album/55033882/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 389066141, 'readable': True, 'title': 'My Grave Is Mine To Dig', 'title_short': 'My Grave Is Mine To Dig', 'title_version': '', 'link': 'https://www.deezer.com/track/389066141', 'duration': 206, 'rank': 182756, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 0, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-619899994f561b1302f214255f326afa-6.mp3', 'md5_image': '4504475fdf0282504c8279fdee371a6c', 'time_add': 1642993143, 'artist': {'id': 8182062, 'name': 'Wage War', 'link': 'https://www.deezer.com/artist/8182062', 'picture': 'https://api.deezer.com/artist/8182062/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/b1e5d63109c8789dfe9e321985783748/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/b1e5d63109c8789dfe9e321985783748/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/b1e5d63109c8789dfe9e321985783748/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/b1e5d63109c8789dfe9e321985783748/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/8182062/top?limit=50', 'type': 'artist'}, 'album': {'id': 45445881, 'title': 'Deadweight', 'cover': 'https://api.deezer.com/album/45445881/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/4504475fdf0282504c8279fdee371a6c/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/4504475fdf0282504c8279fdee371a6c/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/4504475fdf0282504c8279fdee371a6c/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/4504475fdf0282504c8279fdee371a6c/1000x1000-000000-80-0-0.jpg', 'md5_image': '4504475fdf0282504c8279fdee371a6c', 'tracklist': 'https://api.deezer.com/album/45445881/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 50457731, 'readable': True, 'title': 'Take a Chance', 'title_short': 'Take a Chance', 'title_version': '', 'link': 'https://www.deezer.com/track/50457731', 'duration': 87, 'rank': 53306, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-61c3379cdb1ff95d29319ec7ee1df36d-4.mp3', 'md5_image': 'be72f39b295b8cfeb8cb1b33d3a04e6f', 'time_add': 1642993143, 'artist': {'id': 292081, 'name': 'Tydi', 'link': 'https://www.deezer.com/artist/292081', 'picture': 'https://api.deezer.com/artist/292081/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/fb56152c247ea84e1bef102a760b13c4/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/292081/top?limit=50', 'type': 'artist'}, 'album': {'id': 4865681, 'title': 'Shooting Stars', 'cover': 'https://api.deezer.com/album/4865681/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/be72f39b295b8cfeb8cb1b33d3a04e6f/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/be72f39b295b8cfeb8cb1b33d3a04e6f/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/be72f39b295b8cfeb8cb1b33d3a04e6f/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/be72f39b295b8cfeb8cb1b33d3a04e6f/1000x1000-000000-80-0-0.jpg', 'md5_image': 'be72f39b295b8cfeb8cb1b33d3a04e6f', 'tracklist': 'https://api.deezer.com/album/4865681/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 641639902, 'readable': False, 'title': 'Tonight', 'title_short': 'Tonight', 'title_version': '', 'link': 'https://www.deezer.com/track/641639902', 'duration': 232, 'rank': 9025, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': '', 'md5_image': '441813044bdb50b504774ec2feee11d8', 'time_add': 1642993143, 'artist': {'id': 10177088, 'name': 'Main-De-Gloire', 'link': 'https://www.deezer.com/artist/10177088', 'picture': 'https://api.deezer.com/artist/10177088/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0ec70696983c5a7c2a644ffbb1abad97/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0ec70696983c5a7c2a644ffbb1abad97/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0ec70696983c5a7c2a644ffbb1abad97/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0ec70696983c5a7c2a644ffbb1abad97/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/10177088/top?limit=50', 'type': 'artist'}, 'album': {'id': 88983992, 'title': 'Tonight', 'cover': 'https://api.deezer.com/album/88983992/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/441813044bdb50b504774ec2feee11d8/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/441813044bdb50b504774ec2feee11d8/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/441813044bdb50b504774ec2feee11d8/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/441813044bdb50b504774ec2feee11d8/1000x1000-000000-80-0-0.jpg', 'md5_image': '441813044bdb50b504774ec2feee11d8', 'tracklist': 'https://api.deezer.com/album/88983992/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 86420479, 'readable': False, 'title': 'Drones', 'title_short': 'Drones', 'title_version': '', 'link': 'https://www.deezer.com/track/86420479', 'duration': 181, 'rank': 20277, 'explicit_lyrics': False, 'explicit_content_lyrics': 6, 'explicit_content_cover': 6, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-6b561a6cfd66bc88497f1f07ca64d703-1.mp3', 'md5_image': 'e529bc046e29f754c465236dd579a6f7', 'time_add': 1642993143, 'artist': {'id': 3566, 'name': 'Rise Against', 'link': 'https://www.deezer.com/artist/3566', 'picture': 'https://api.deezer.com/artist/3566/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/887513905463fa2355a6247e13d1ba02/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/887513905463fa2355a6247e13d1ba02/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/887513905463fa2355a6247e13d1ba02/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/887513905463fa2355a6247e13d1ba02/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/3566/top?limit=50', 'type': 'artist'}, 'album': {'id': 8719171, 'title': 'The Sufferer & The Witness', 'cover': 'https://api.deezer.com/album/8719171/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/e529bc046e29f754c465236dd579a6f7/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/e529bc046e29f754c465236dd579a6f7/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/e529bc046e29f754c465236dd579a6f7/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/e529bc046e29f754c465236dd579a6f7/1000x1000-000000-80-0-0.jpg', 'md5_image': 'e529bc046e29f754c465236dd579a6f7', 'tracklist': 'https://api.deezer.com/album/8719171/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1074555392, 'readable': True, 'title': 'Invisibility (feat. Erekhron)', 'title_short': 'Invisibility (feat. Erekhron)', 'title_version': '', 'link': 'https://www.deezer.com/track/1074555392', 'duration': 232, 'rank': 26782, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-a.dzcdn.net/stream/c-a9d27e3eefc524085140e6affda111be-2.mp3', 'md5_image': 'f1ec106d326b1e808d7d760d6bf5740f', 'time_add': 1642993143, 'artist': {'id': 68880192, 'name': 'Sudoverse', 'link': 'https://www.deezer.com/artist/68880192', 'picture': 'https://api.deezer.com/artist/68880192/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/3ea873f8cc9445cce683104a5707b813/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/3ea873f8cc9445cce683104a5707b813/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/3ea873f8cc9445cce683104a5707b813/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/3ea873f8cc9445cce683104a5707b813/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/68880192/top?limit=50', 'type': 'artist'}, 'album': {'id': 172060182, 'title': 'Invisibility (feat. Erekhron)', 'cover': 'https://api.deezer.com/album/172060182/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/f1ec106d326b1e808d7d760d6bf5740f/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/f1ec106d326b1e808d7d760d6bf5740f/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/f1ec106d326b1e808d7d760d6bf5740f/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/f1ec106d326b1e808d7d760d6bf5740f/1000x1000-000000-80-0-0.jpg', 'md5_image': 'f1ec106d326b1e808d7d760d6bf5740f', 'tracklist': 'https://api.deezer.com/album/172060182/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 723584632, 'readable': True, 'title': 'Mystique', 'title_short': 'Mystique', 'title_version': '', 'link': 'https://www.deezer.com/track/723584632', 'duration': 181, 'rank': 634110, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-8.dzcdn.net/stream/c-8f3421f2bfc40ab8ee828cfc46d42c17-5.mp3', 'md5_image': 'd5014524d1a556f22804291fb159e673', 'time_add': 1642993143, 'artist': {'id': 50796752, 'name': 'Tevvez', 'link': 'https://www.deezer.com/artist/50796752', 'picture': 'https://api.deezer.com/artist/50796752/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/5f8c32ecbad769fed3da00f5f646689b/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/5f8c32ecbad769fed3da00f5f646689b/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/5f8c32ecbad769fed3da00f5f646689b/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/5f8c32ecbad769fed3da00f5f646689b/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/50796752/top?limit=50', 'type': 'artist'}, 'album': {'id': 105855662, 'title': 'Divinity', 'cover': 'https://api.deezer.com/album/105855662/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/d5014524d1a556f22804291fb159e673/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/d5014524d1a556f22804291fb159e673/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/d5014524d1a556f22804291fb159e673/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/d5014524d1a556f22804291fb159e673/1000x1000-000000-80-0-0.jpg', 'md5_image': 'd5014524d1a556f22804291fb159e673', 'tracklist': 'https://api.deezer.com/album/105855662/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 33897711, 'readable': True, 'title': 'Scrap Attack (Defqon.1 2009 anthem) (Original Mix)', 'title_short': 'Scrap Attack (Defqon.1 2009 anthem)', 'title_version': '(Original Mix)', 'link': 'https://www.deezer.com/track/33897711', 'duration': 437, 'rank': 65768, 'explicit_lyrics': False, 'explicit_content_lyrics': 2, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-d.dzcdn.net/stream/c-da7453be43e4b5ceb766f7415fb8ec7d-2.mp3', 'md5_image': '6acbe985081cb3a544a3dfc0d1c83445', 'time_add': 1642993143, 'artist': {'id': 194172, 'name': 'Headhunterz', 'link': 'https://www.deezer.com/artist/194172', 'picture': 'https://api.deezer.com/artist/194172/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/c6a56f10698927589e84fb346424d9f7/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/c6a56f10698927589e84fb346424d9f7/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/c6a56f10698927589e84fb346424d9f7/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/c6a56f10698927589e84fb346424d9f7/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/194172/top?limit=50', 'type': 'artist'}, 'album': {'id': 3279001, 'title': 'Biggest Hardstyle Anthems Ever', 'cover': 'https://api.deezer.com/album/3279001/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/6acbe985081cb3a544a3dfc0d1c83445/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/6acbe985081cb3a544a3dfc0d1c83445/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/6acbe985081cb3a544a3dfc0d1c83445/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/6acbe985081cb3a544a3dfc0d1c83445/1000x1000-000000-80-0-0.jpg', 'md5_image': '6acbe985081cb3a544a3dfc0d1c83445', 'tracklist': 'https://api.deezer.com/album/3279001/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 652169252, 'readable': True, 'title': 'Fallen', 'title_short': 'Fallen', 'title_version': '', 'link': 'https://www.deezer.com/track/652169252', 'duration': 216, 'rank': 75889, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-e.dzcdn.net/stream/c-eae11b44ba8a2173b27215e0b77e037f-2.mp3', 'md5_image': '3974c656ea060a5d5a93794a3d122111', 'time_add': 1642993144, 'artist': {'id': 1650720, 'name': 'Deetox', 'link': 'https://www.deezer.com/artist/1650720', 'picture': 'https://api.deezer.com/artist/1650720/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1650720/top?limit=50', 'type': 'artist'}, 'album': {'id': 91046532, 'title': 'Hardstyle Hits', 'cover': 'https://api.deezer.com/album/91046532/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/3974c656ea060a5d5a93794a3d122111/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/3974c656ea060a5d5a93794a3d122111/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/3974c656ea060a5d5a93794a3d122111/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/3974c656ea060a5d5a93794a3d122111/1000x1000-000000-80-0-0.jpg', 'md5_image': '3974c656ea060a5d5a93794a3d122111', 'tracklist': 'https://api.deezer.com/album/91046532/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 937234292, 'readable': True, 'title': 'My Beautiful Fantasy (Radio Edit)', 'title_short': 'My Beautiful Fantasy', 'title_version': '(Radio Edit)', 'link': 'https://www.deezer.com/track/937234292', 'duration': 192, 'rank': 269704, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-62928e5a726c44044a57a4f3119c6aea-3.mp3', 'md5_image': 'd56a0b07488e860eab490e1f84a1331d', 'time_add': 1642993144, 'artist': {'id': 1394082, 'name': 'Phuture Noize', 'link': 'https://www.deezer.com/artist/1394082', 'picture': 'https://api.deezer.com/artist/1394082/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/60d42a3fa2558a09fef3a220cd6d4c02/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/60d42a3fa2558a09fef3a220cd6d4c02/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/60d42a3fa2558a09fef3a220cd6d4c02/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/60d42a3fa2558a09fef3a220cd6d4c02/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1394082/top?limit=50', 'type': 'artist'}, 'album': {'id': 143380342, 'title': 'Techno Top Tracks - The Best of Hard- & Jumpstyle', 'cover': 'https://api.deezer.com/album/143380342/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/d56a0b07488e860eab490e1f84a1331d/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/d56a0b07488e860eab490e1f84a1331d/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/d56a0b07488e860eab490e1f84a1331d/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/d56a0b07488e860eab490e1f84a1331d/1000x1000-000000-80-0-0.jpg', 'md5_image': 'd56a0b07488e860eab490e1f84a1331d', 'tracklist': 'https://api.deezer.com/album/143380342/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1491926212, 'readable': True, 'title': 'Tren', 'title_short': 'Tren', 'title_version': '', 'link': 'https://www.deezer.com/track/1491926212', 'duration': 158, 'rank': 405393, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-2da9a4ba4be979598ba5b71d3b4ee463-3.mp3', 'md5_image': 'de5974715cd87945bc6e8c1640a26cfb', 'time_add': 1642993144, 'artist': {'id': 92702692, 'name': 'Yosuf', 'link': 'https://www.deezer.com/artist/92702692', 'picture': 'https://api.deezer.com/artist/92702692/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/92702692/top?limit=50', 'type': 'artist'}, 'album': {'id': 258246582, 'title': 'Tren', 'cover': 'https://api.deezer.com/album/258246582/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/de5974715cd87945bc6e8c1640a26cfb/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/de5974715cd87945bc6e8c1640a26cfb/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/de5974715cd87945bc6e8c1640a26cfb/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/de5974715cd87945bc6e8c1640a26cfb/1000x1000-000000-80-0-0.jpg', 'md5_image': 'de5974715cd87945bc6e8c1640a26cfb', 'tracklist': 'https://api.deezer.com/album/258246582/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 925749312, 'readable': True, 'title': 'Going Under', 'title_short': 'Going Under', 'title_version': '', 'link': 'https://www.deezer.com/track/925749312', 'duration': 265, 'rank': 254388, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-4.dzcdn.net/stream/c-49e2ce3f6452ab34daf013ddaa204315-5.mp3', 'md5_image': 'af7c6b6896a9ba6fb0d94c1f5aff7634', 'time_add': 1642993144, 'artist': {'id': 1650720, 'name': 'Deetox', 'link': 'https://www.deezer.com/artist/1650720', 'picture': 'https://api.deezer.com/artist/1650720/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/1650720/top?limit=50', 'type': 'artist'}, 'album': {'id': 140814852, 'title': 'Going Under', 'cover': 'https://api.deezer.com/album/140814852/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/af7c6b6896a9ba6fb0d94c1f5aff7634/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/af7c6b6896a9ba6fb0d94c1f5aff7634/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/af7c6b6896a9ba6fb0d94c1f5aff7634/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/af7c6b6896a9ba6fb0d94c1f5aff7634/1000x1000-000000-80-0-0.jpg', 'md5_image': 'af7c6b6896a9ba6fb0d94c1f5aff7634', 'tracklist': 'https://api.deezer.com/album/140814852/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1460735692, 'readable': True, 'title': 'Fight As One', 'title_short': 'Fight As One', 'title_version': '', 'link': 'https://www.deezer.com/track/1460735692', 'duration': 263, 'rank': 451460, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-0.dzcdn.net/stream/c-09ef3d6e08e15f5d72bffe5572953e7e-3.mp3', 'md5_image': 'c003a1e882b311db2bf87b4d6adced1b', 'time_add': 1642993144, 'artist': {'id': 5555104, 'name': 'Sub Zero Project', 'link': 'https://www.deezer.com/artist/5555104', 'picture': 'https://api.deezer.com/artist/5555104/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/3768f8e864c119e47312f1ba8aaeb375/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/3768f8e864c119e47312f1ba8aaeb375/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/3768f8e864c119e47312f1ba8aaeb375/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/3768f8e864c119e47312f1ba8aaeb375/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/5555104/top?limit=50', 'type': 'artist'}, 'album': {'id': 250859652, 'title': 'Fight As One', 'cover': 'https://api.deezer.com/album/250859652/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/c003a1e882b311db2bf87b4d6adced1b/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/c003a1e882b311db2bf87b4d6adced1b/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/c003a1e882b311db2bf87b4d6adced1b/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/c003a1e882b311db2bf87b4d6adced1b/1000x1000-000000-80-0-0.jpg', 'md5_image': 'c003a1e882b311db2bf87b4d6adced1b', 'tracklist': 'https://api.deezer.com/album/250859652/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1521761682, 'readable': True, 'title': 'Side By Side', 'title_short': 'Side By Side', 'title_version': '', 'link': 'https://www.deezer.com/track/1521761682', 'duration': 176, 'rank': 121570, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-a.dzcdn.net/stream/c-aa4c96aad64c88484fa14d76bd429bd0-2.mp3', 'md5_image': '3ac4c29a18ca59d1b3ccbc1b5e9e05db', 'time_add': 1642993144, 'artist': {'id': 68132322, 'name': 'Radianze', 'link': 'https://www.deezer.com/artist/68132322', 'picture': 'https://api.deezer.com/artist/68132322/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/5e050aa0eece137bacb920d420860460/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/5e050aa0eece137bacb920d420860460/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/5e050aa0eece137bacb920d420860460/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/5e050aa0eece137bacb920d420860460/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/68132322/top?limit=50', 'type': 'artist'}, 'album': {'id': 265546832, 'title': 'Side By Side', 'cover': 'https://api.deezer.com/album/265546832/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/3ac4c29a18ca59d1b3ccbc1b5e9e05db/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/3ac4c29a18ca59d1b3ccbc1b5e9e05db/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/3ac4c29a18ca59d1b3ccbc1b5e9e05db/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/3ac4c29a18ca59d1b3ccbc1b5e9e05db/1000x1000-000000-80-0-0.jpg', 'md5_image': '3ac4c29a18ca59d1b3ccbc1b5e9e05db', 'tracklist': 'https://api.deezer.com/album/265546832/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1358765882, 'readable': True, 'title': 'Edge Of Darkness', 'title_short': 'Edge Of Darkness', 'title_version': '', 'link': 'https://www.deezer.com/track/1358765882', 'duration': 210, 'rank': 293492, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-62171dba9c31566d458ae7e349cdded0-3.mp3', 'md5_image': 'b935c213a748b737d87559fe86cc326b', 'time_add': 1642993144, 'artist': {'id': 271938, 'name': 'Wildstylez', 'link': 'https://www.deezer.com/artist/271938', 'picture': 'https://api.deezer.com/artist/271938/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0790f8860561b5d41efb00a8a80f8c62/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0790f8860561b5d41efb00a8a80f8c62/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0790f8860561b5d41efb00a8a80f8c62/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0790f8860561b5d41efb00a8a80f8c62/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/271938/top?limit=50', 'type': 'artist'}, 'album': {'id': 226693942, 'title': 'Edge Of Darkness', 'cover': 'https://api.deezer.com/album/226693942/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/b935c213a748b737d87559fe86cc326b/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/b935c213a748b737d87559fe86cc326b/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/b935c213a748b737d87559fe86cc326b/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/b935c213a748b737d87559fe86cc326b/1000x1000-000000-80-0-0.jpg', 'md5_image': 'b935c213a748b737d87559fe86cc326b', 'tracklist': 'https://api.deezer.com/album/226693942/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1529180382, 'readable': True, 'title': 'The Gods', 'title_short': 'The Gods', 'title_version': '', 'link': 'https://www.deezer.com/track/1529180382', 'duration': 164, 'rank': 189732, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-d.dzcdn.net/stream/c-d7e3a3847913ab801517a5e43c7ada96-2.mp3', 'md5_image': 'eb08d78ada32bd221ab4129408dd3998', 'time_add': 1642993144, 'artist': {'id': 12174892, 'name': 'Level One', 'link': 'https://www.deezer.com/artist/12174892', 'picture': 'https://api.deezer.com/artist/12174892/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/dd999827f551859ef129081d21a1bd17/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/dd999827f551859ef129081d21a1bd17/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/dd999827f551859ef129081d21a1bd17/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/dd999827f551859ef129081d21a1bd17/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/12174892/top?limit=50', 'type': 'artist'}, 'album': {'id': 267305942, 'title': 'The Gods', 'cover': 'https://api.deezer.com/album/267305942/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/eb08d78ada32bd221ab4129408dd3998/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/eb08d78ada32bd221ab4129408dd3998/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/eb08d78ada32bd221ab4129408dd3998/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/eb08d78ada32bd221ab4129408dd3998/1000x1000-000000-80-0-0.jpg', 'md5_image': 'eb08d78ada32bd221ab4129408dd3998', 'tracklist': 'https://api.deezer.com/album/267305942/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 910925982, 'readable': True, 'title': 'Fight Another Day', 'title_short': 'Fight Another Day', 'title_version': '', 'link': 'https://www.deezer.com/track/910925982', 'duration': 172, 'rank': 112168, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-3.dzcdn.net/stream/c-378ab4fb31fe800d175762bed972b45f-4.mp3', 'md5_image': '1fdd886dbf794737d9aa2e26e4214691', 'time_add': 1642993144, 'artist': {'id': 6442828, 'name': 'Luminite', 'link': 'https://www.deezer.com/artist/6442828', 'picture': 'https://api.deezer.com/artist/6442828/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/0c7ced5928dd292c55130a6cfc04966d/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/0c7ced5928dd292c55130a6cfc04966d/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/0c7ced5928dd292c55130a6cfc04966d/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/0c7ced5928dd292c55130a6cfc04966d/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/6442828/top?limit=50', 'type': 'artist'}, 'album': {'id': 137697722, 'title': 'Qapital 2020', 'cover': 'https://api.deezer.com/album/137697722/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/1fdd886dbf794737d9aa2e26e4214691/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/1fdd886dbf794737d9aa2e26e4214691/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/1fdd886dbf794737d9aa2e26e4214691/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/1fdd886dbf794737d9aa2e26e4214691/1000x1000-000000-80-0-0.jpg', 'md5_image': '1fdd886dbf794737d9aa2e26e4214691', 'tracklist': 'https://api.deezer.com/album/137697722/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1521897192, 'readable': True, 'title': 'the ancients', 'title_short': 'the ancients', 'title_version': '', 'link': 'https://www.deezer.com/track/1521897192', 'duration': 269, 'rank': 371789, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-0.dzcdn.net/stream/c-0cfa190a89f447682e41ed3570456bb3-3.mp3', 'md5_image': '0add54036a9520562cb7e93236d91211', 'time_add': 1642993145, 'artist': {'id': 271933, 'name': 'Atmozfears', 'link': 'https://www.deezer.com/artist/271933', 'picture': 'https://api.deezer.com/artist/271933/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/d53175f55b65fe76e448e5cb03ef9580/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/d53175f55b65fe76e448e5cb03ef9580/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/d53175f55b65fe76e448e5cb03ef9580/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/d53175f55b65fe76e448e5cb03ef9580/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/271933/top?limit=50', 'type': 'artist'}, 'album': {'id': 265574972, 'title': 'the ancients', 'cover': 'https://api.deezer.com/album/265574972/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/0add54036a9520562cb7e93236d91211/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/0add54036a9520562cb7e93236d91211/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/0add54036a9520562cb7e93236d91211/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/0add54036a9520562cb7e93236d91211/1000x1000-000000-80-0-0.jpg', 'md5_image': '0add54036a9520562cb7e93236d91211', 'tracklist': 'https://api.deezer.com/album/265574972/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1512829272, 'readable': True, 'title': 'Wanna Stay', 'title_short': 'Wanna Stay', 'title_version': '', 'link': 'https://www.deezer.com/track/1512829272', 'duration': 193, 'rank': 473432, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-220f00a5f049ae3ff33f4f66b3b21779-3.mp3', 'md5_image': '39d76924202cc09000a66f83dcfaa2d6', 'time_add': 1642993145, 'artist': {'id': 4345973, 'name': 'D-Sturb', 'link': 'https://www.deezer.com/artist/4345973', 'picture': 'https://api.deezer.com/artist/4345973/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/c6fde4bc63a99e1a9ff9398fec8fd514/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/c6fde4bc63a99e1a9ff9398fec8fd514/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/c6fde4bc63a99e1a9ff9398fec8fd514/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/c6fde4bc63a99e1a9ff9398fec8fd514/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4345973/top?limit=50', 'type': 'artist'}, 'album': {'id': 263475372, 'title': 'Wanna Stay', 'cover': 'https://api.deezer.com/album/263475372/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/39d76924202cc09000a66f83dcfaa2d6/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/39d76924202cc09000a66f83dcfaa2d6/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/39d76924202cc09000a66f83dcfaa2d6/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/39d76924202cc09000a66f83dcfaa2d6/1000x1000-000000-80-0-0.jpg', 'md5_image': '39d76924202cc09000a66f83dcfaa2d6', 'tracklist': 'https://api.deezer.com/album/263475372/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1334190672, 'readable': True, 'title': 'Devil In The Eyes - (Diabolus)', 'title_short': 'Devil In The Eyes - (Diabolus)', 'title_version': '', 'link': 'https://www.deezer.com/track/1334190672', 'duration': 250, 'rank': 167667, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-562b1e1fa805baaeb3819ef20e166186-3.mp3', 'md5_image': '907ff053a9ec14e5e0fdbc097f6d38f9', 'time_add': 1642993145, 'artist': {'id': 4771433, 'name': 'Sephyx', 'link': 'https://www.deezer.com/artist/4771433', 'picture': 'https://api.deezer.com/artist/4771433/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4771433/top?limit=50', 'type': 'artist'}, 'album': {'id': 221660262, 'title': 'Devil In The Eyes - (Diabolus)', 'cover': 'https://api.deezer.com/album/221660262/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/907ff053a9ec14e5e0fdbc097f6d38f9/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/907ff053a9ec14e5e0fdbc097f6d38f9/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/907ff053a9ec14e5e0fdbc097f6d38f9/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/907ff053a9ec14e5e0fdbc097f6d38f9/1000x1000-000000-80-0-0.jpg', 'md5_image': '907ff053a9ec14e5e0fdbc097f6d38f9', 'tracklist': 'https://api.deezer.com/album/221660262/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 1508664582, 'readable': True, 'title': 'The Reawakening (Qlimax 2021 Anthem)', 'title_short': 'The Reawakening (Qlimax 2021 Anthem)', 'title_version': '', 'link': 'https://www.deezer.com/track/1508664582', 'duration': 333, 'rank': 394203, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-0.dzcdn.net/stream/c-0fe0ee4f7dd37aa921db2c0072307a81-3.mp3', 'md5_image': 'c4976b1aee85ff424c6e019afb95e195', 'time_add': 1642993145, 'artist': {'id': 535490, 'name': 'Ran-D', 'link': 'https://www.deezer.com/artist/535490', 'picture': 'https://api.deezer.com/artist/535490/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/485eca9ee956fb1e9f84566613b34a30/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/485eca9ee956fb1e9f84566613b34a30/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/485eca9ee956fb1e9f84566613b34a30/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/485eca9ee956fb1e9f84566613b34a30/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/535490/top?limit=50', 'type': 'artist'}, 'album': {'id': 262380492, 'title': 'The Reawakening (Qlimax 2021 Anthem)', 'cover': 'https://api.deezer.com/album/262380492/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/c4976b1aee85ff424c6e019afb95e195/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/c4976b1aee85ff424c6e019afb95e195/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/c4976b1aee85ff424c6e019afb95e195/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/c4976b1aee85ff424c6e019afb95e195/1000x1000-000000-80-0-0.jpg', 'md5_image': 'c4976b1aee85ff424c6e019afb95e195', 'tracklist': 'https://api.deezer.com/album/262380492/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 667135362, 'readable': True, 'title': 'Breathe Hardstyle [Mixed]', 'title_short': 'Breathe Hardstyle [Mixed]', 'title_version': '', 'link': 'https://www.deezer.com/track/667135362', 'duration': 262, 'rank': 57411, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-5.dzcdn.net/stream/c-542403e7681c0aa9dc49bf53bc216523-4.mp3', 'md5_image': 'bdbe6825b400045158464e1d1277589f', 'time_add': 1642993145, 'artist': {'id': 4771433, 'name': 'Sephyx', 'link': 'https://www.deezer.com/artist/4771433', 'picture': 'https://api.deezer.com/artist/4771433/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4771433/top?limit=50', 'type': 'artist'}, 'album': {'id': 94002032, 'title': 'Hardstyle The Ultimate Collection Volume 1 2019 (Mix 2 By Outsiders)', 'cover': 'https://api.deezer.com/album/94002032/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/bdbe6825b400045158464e1d1277589f/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/bdbe6825b400045158464e1d1277589f/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/bdbe6825b400045158464e1d1277589f/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/bdbe6825b400045158464e1d1277589f/1000x1000-000000-80-0-0.jpg', 'md5_image': 'bdbe6825b400045158464e1d1277589f', 'tracklist': 'https://api.deezer.com/album/94002032/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 763070482, 'readable': True, 'title': 'Around the World (La la La)', 'title_short': 'Around the World (La la La)', 'title_version': '', 'link': 'https://www.deezer.com/track/763070482', 'duration': 153, 'rank': 452135, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-2.dzcdn.net/stream/c-267580357bad1ed5dd51a3981ea85d59-3.mp3', 'md5_image': 'f34e5edb91049f31db50ac5d58868751', 'time_add': 1642993145, 'artist': {'id': 4179957, 'name': 'Refuzion', 'link': 'https://www.deezer.com/artist/4179957', 'picture': 'https://api.deezer.com/artist/4179957/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist//56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist//250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist//500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist//1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/4179957/top?limit=50', 'type': 'artist'}, 'album': {'id': 112615872, 'title': 'Around the World (La la La)', 'cover': 'https://api.deezer.com/album/112615872/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/f34e5edb91049f31db50ac5d58868751/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/f34e5edb91049f31db50ac5d58868751/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/f34e5edb91049f31db50ac5d58868751/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/f34e5edb91049f31db50ac5d58868751/1000x1000-000000-80-0-0.jpg', 'md5_image': 'f34e5edb91049f31db50ac5d58868751', 'tracklist': 'https://api.deezer.com/album/112615872/tracks', 'type': 'album'}, 'type': 'track'}, {'id': 905221412, 'readable': True, 'title': 'Fine Day', 'title_short': 'Fine Day', 'title_version': '', 'link': 'https://www.deezer.com/track/905221412', 'duration': 236, 'rank': 409232, 'explicit_lyrics': False, 'explicit_content_lyrics': 0, 'explicit_content_cover': 2, 'preview': 'https://cdns-preview-6.dzcdn.net/stream/c-6656feb79ff1c4501b80860c41224cae-6.mp3', 'md5_image': 'e6e358495d88d72d5429b2e9e860bc7f', 'time_add': 1642993145, 'artist': {'id': 199130, 'name': 'Coone', 'link': 'https://www.deezer.com/artist/199130', 'picture': 'https://api.deezer.com/artist/199130/image', 'picture_small': 'https://e-cdns-images.dzcdn.net/images/artist/a8261fac50087476ee1b61bb6c146838/56x56-000000-80-0-0.jpg', 'picture_medium': 'https://e-cdns-images.dzcdn.net/images/artist/a8261fac50087476ee1b61bb6c146838/250x250-000000-80-0-0.jpg', 'picture_big': 'https://e-cdns-images.dzcdn.net/images/artist/a8261fac50087476ee1b61bb6c146838/500x500-000000-80-0-0.jpg', 'picture_xl': 'https://e-cdns-images.dzcdn.net/images/artist/a8261fac50087476ee1b61bb6c146838/1000x1000-000000-80-0-0.jpg', 'tracklist': 'https://api.deezer.com/artist/199130/top?limit=50', 'type': 'artist'}, 'album': {'id': 136757322, 'title': 'Fine Day', 'cover': 'https://api.deezer.com/album/136757322/image', 'cover_small': 'https://e-cdns-images.dzcdn.net/images/cover/e6e358495d88d72d5429b2e9e860bc7f/56x56-000000-80-0-0.jpg', 'cover_medium': 'https://e-cdns-images.dzcdn.net/images/cover/e6e358495d88d72d5429b2e9e860bc7f/250x250-000000-80-0-0.jpg', 'cover_big': 'https://e-cdns-images.dzcdn.net/images/cover/e6e358495d88d72d5429b2e9e860bc7f/500x500-000000-80-0-0.jpg', 'cover_xl': 'https://e-cdns-images.dzcdn.net/images/cover/e6e358495d88d72d5429b2e9e860bc7f/1000x1000-000000-80-0-0.jpg', 'md5_image': 'e6e358495d88d72d5429b2e9e860bc7f', 'tracklist': 'https://api.deezer.com/album/136757322/tracks', 'type': 'album'}, 'type': 'track'}], 'track_total': 58}
{'id': 77725039, 'meta': <TrackMetadata object 0x5e21b3b36ba61848>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/e49ebc144178cf843d39f7e329e2c0d5/500x500-000000-80-0-0.jpg
{'id': 457286422, 'meta': <TrackMetadata object 0xce72d0f2ece8ac3>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/a17c7d5ca8fabb5d2909fa386936c5b3/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/a17c7d5ca8fabb5d2909fa386936c5b3/500x500-000000-80-0-0.jpg
{'id': 14718170, 'meta': <TrackMetadata object -0x1d4a488f52274d31>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/ce15c1901572658030d382603c14857f/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/ce15c1901572658030d382603c14857f/500x500-000000-80-0-0.jpg
{'id': 1105358652, 'meta': <TrackMetadata object 0x191d9030e410f33c>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/cdce6f39d35d54972772e4262ccc50cc/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/cdce6f39d35d54972772e4262ccc50cc/500x500-000000-80-0-0.jpg
{'id': 106456108, 'meta': <TrackMetadata object 0x584a024c2cc51d7>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/00df6ebfff76d0d2031ff5851115e4a7/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/00df6ebfff76d0d2031ff5851115e4a7/500x500-000000-80-0-0.jpg
{'id': 653782712, 'meta': <TrackMetadata object 0xb1cbae5945787bd>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/d8e942fad960dafd283592901cf15c72/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/d8e942fad960dafd283592901cf15c72/500x500-000000-80-0-0.jpg
{'id': 619156222, 'meta': <TrackMetadata object -0x1018dd870f87beea>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/9c95817c7bb31cd1a344ebe7e47c5251/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/9c95817c7bb31cd1a344ebe7e47c5251/500x500-000000-80-0-0.jpg
{'id': 630835372, 'meta': <TrackMetadata object -0x555dc42873e6d08c>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/d856c356e344014296232e678b78a5ad/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/d856c356e344014296232e678b78a5ad/500x500-000000-80-0-0.jpg
{'id': 73025891, 'meta': <TrackMetadata object 0x4e2bbd27094767f1>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/33f8ec4431fe95bb9516b44467a0f9ef/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/33f8ec4431fe95bb9516b44467a0f9ef/500x500-000000-80-0-0.jpg
{'id': 353284391, 'meta': <TrackMetadata object 0x23ccfd8bf364696f>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/0b7636548903288f968427536f4c93f5/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/0b7636548903288f968427536f4c93f5/500x500-000000-80-0-0.jpg
{'id': 583453742, 'meta': <TrackMetadata object -0x4e8325f6b41b49fb>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/82f6b64e5e88c4e52ba486f26ff16e5a/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/82f6b64e5e88c4e52ba486f26ff16e5a/500x500-000000-80-0-0.jpg
{'id': 762221162, 'meta': <TrackMetadata object 0x14307aa19218fd5f>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/66e70bc118733cc102c17fa1af7d4c2c/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/66e70bc118733cc102c17fa1af7d4c2c/500x500-000000-80-0-0.jpg
{'id': 437400912, 'meta': <TrackMetadata object -0x161f69da5763fdbf>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/5fca65ffc8e9fb911365ef857250f08b/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/5fca65ffc8e9fb911365ef857250f08b/500x500-000000-80-0-0.jpg
{'id': 422683142, 'meta': <TrackMetadata object -0x439f1a22b5c14af5>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/03726db32db954bd0a833a083167c1df/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/03726db32db954bd0a833a083167c1df/500x500-000000-80-0-0.jpg
{'id': 525979492, 'meta': <TrackMetadata object -0x377f818be274d28>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/b98f1244311dc2b248fb7e62fd756a5c/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/b98f1244311dc2b248fb7e62fd756a5c/500x500-000000-80-0-0.jpg
{'id': 107851622, 'meta': <TrackMetadata object -0xa5ae4bcfb744cf0>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/f657d55ebdc7812a116fa839334396dd/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/f657d55ebdc7812a116fa839334396dd/500x500-000000-80-0-0.jpg
{'id': 438418632, 'meta': <TrackMetadata object 0x3b3ae91bbd272444>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/991268a10a753b5eb5ab035511e1a656/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/991268a10a753b5eb5ab035511e1a656/500x500-000000-80-0-0.jpg
{'id': 438397742, 'meta': <TrackMetadata object -0x35726ab694a46241>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/23156a902d93ab97ce9c467bccb8017a/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/23156a902d93ab97ce9c467bccb8017a/500x500-000000-80-0-0.jpg
{'id': 93501002, 'meta': <TrackMetadata object 0x1d256718fa6a83b3>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/eac1465720ae63093c245acac941bb7c/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/eac1465720ae63093c245acac941bb7c/500x500-000000-80-0-0.jpg
{'id': 449521882, 'meta': <TrackMetadata object 0x159e6f8099bd8d90>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/e8171512ae9e8b56d938051044c82cd4/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/e8171512ae9e8b56d938051044c82cd4/500x500-000000-80-0-0.jpg
{'id': 12707115, 'meta': <TrackMetadata object -0x65fdafbe8e875383>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/c72221e4631f5d0b9ad6243302b69e00/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/c72221e4631f5d0b9ad6243302b69e00/500x500-000000-80-0-0.jpg
{'id': 3167843, 'meta': <TrackMetadata object -0x25ea59593ac280b7>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/ad3dda2e1b770ad143d5dbfeb667fa39/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/ad3dda2e1b770ad143d5dbfeb667fa39/500x500-000000-80-0-0.jpg
{'id': 68239917, 'meta': <TrackMetadata object 0xd148ff36baabe37>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/bbced3ff89bdc8810ac26ec68a180dbb/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/bbced3ff89bdc8810ac26ec68a180dbb/500x500-000000-80-0-0.jpg
{'id': 1100518612, 'meta': <TrackMetadata object -0x5752672e5ada71d2>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/b544a686916a00be370db7ca52d87e97/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/b544a686916a00be370db7ca52d87e97/500x500-000000-80-0-0.jpg
{'id': 1110475412, 'meta': <TrackMetadata object -0x53222eaccc7d914a>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/70abe9a86b41bee2dfe293acf6af1493/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/70abe9a86b41bee2dfe293acf6af1493/500x500-000000-80-0-0.jpg
{'id': 79127633, 'meta': <TrackMetadata object -0x29a656e05acb39bc>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/ff1251e37932345e66b5aae01c9be6a0/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/ff1251e37932345e66b5aae01c9be6a0/500x500-000000-80-0-0.jpg
{'id': 414520152, 'meta': <TrackMetadata object -0x1c8e2792b6919189>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/a48b534c7aecba283517fd70a69d487d/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/a48b534c7aecba283517fd70a69d487d/500x500-000000-80-0-0.jpg
{'id': 80409692, 'meta': <TrackMetadata object 0x12344b33ddcbd393>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/402a6a4c29ac136cf41f2bfa5f540179/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/402a6a4c29ac136cf41f2bfa5f540179/500x500-000000-80-0-0.jpg
{'id': 870166482, 'meta': <TrackMetadata object -0x4b0ee8bdcd538198>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/d156c56ee9973eafdfb128f2cfa2bcda/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/d156c56ee9973eafdfb128f2cfa2bcda/500x500-000000-80-0-0.jpg
{'id': 144538562, 'meta': <TrackMetadata object -0xc13ef4aa42d6e3>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/a660d7a97919ec99dde2f6847abe14c6/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/a660d7a97919ec99dde2f6847abe14c6/500x500-000000-80-0-0.jpg
{'id': 443908402, 'meta': <TrackMetadata object 0xe87d591d55aeef8>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/1145812bdc7d99fa93d1a5b408fe604d/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/1145812bdc7d99fa93d1a5b408fe604d/500x500-000000-80-0-0.jpg
{'id': 62351853, 'meta': <TrackMetadata object 0x5e1d1816e8832f7e>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/f9c04c90fbcb4bdf465f3427b44774a2/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/f9c04c90fbcb4bdf465f3427b44774a2/500x500-000000-80-0-0.jpg
{'id': 60945145, 'meta': <TrackMetadata object -0x191712e97a13b10e>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/df1d902e9f1d3fb0026ddad320482458/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/df1d902e9f1d3fb0026ddad320482458/500x500-000000-80-0-0.jpg
{'id': 378362341, 'meta': <TrackMetadata object -0x1fde999ea3539231>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/bdf3e55481705da60b1240c29c2b94cf/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/bdf3e55481705da60b1240c29c2b94cf/500x500-000000-80-0-0.jpg
{'id': 450114522, 'meta': <TrackMetadata object -0xc31709a1262c95a>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/4b3196eba54c8ff1565738e56a71cb0a/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/4b3196eba54c8ff1565738e56a71cb0a/500x500-000000-80-0-0.jpg
{'id': 389066141, 'meta': <TrackMetadata object 0x10afefa988091ace>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/4504475fdf0282504c8279fdee371a6c/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/4504475fdf0282504c8279fdee371a6c/500x500-000000-80-0-0.jpg
{'id': 50457731, 'meta': <TrackMetadata object -0x686343c0bfcc6800>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/be72f39b295b8cfeb8cb1b33d3a04e6f/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/be72f39b295b8cfeb8cb1b33d3a04e6f/500x500-000000-80-0-0.jpg
{'id': 641639902, 'meta': <TrackMetadata object -0x6c92b8e9166d364e>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/441813044bdb50b504774ec2feee11d8/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/441813044bdb50b504774ec2feee11d8/500x500-000000-80-0-0.jpg
{'id': 86420479, 'meta': <TrackMetadata object 0x3974a71d1ee55904>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/e529bc046e29f754c465236dd579a6f7/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/e529bc046e29f754c465236dd579a6f7/500x500-000000-80-0-0.jpg
{'id': 1074555392, 'meta': <TrackMetadata object 0x113e4c296894c77a>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/f1ec106d326b1e808d7d760d6bf5740f/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/f1ec106d326b1e808d7d760d6bf5740f/500x500-000000-80-0-0.jpg
{'id': 723584632, 'meta': <TrackMetadata object -0x767c6a92af7f5d99>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/d5014524d1a556f22804291fb159e673/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/d5014524d1a556f22804291fb159e673/500x500-000000-80-0-0.jpg
{'id': 33897711, 'meta': <TrackMetadata object 0x1eb6673ea61e5de4>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/6acbe985081cb3a544a3dfc0d1c83445/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/6acbe985081cb3a544a3dfc0d1c83445/500x500-000000-80-0-0.jpg
{'id': 652169252, 'meta': <TrackMetadata object 0x129e6875225ddf57>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/3974c656ea060a5d5a93794a3d122111/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/3974c656ea060a5d5a93794a3d122111/500x500-000000-80-0-0.jpg
{'id': 937234292, 'meta': <TrackMetadata object 0x5439380a88e862e7>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/d56a0b07488e860eab490e1f84a1331d/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/d56a0b07488e860eab490e1f84a1331d/500x500-000000-80-0-0.jpg
{'id': 1491926212, 'meta': <TrackMetadata object 0x33dc182baa9b7a4b>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/de5974715cd87945bc6e8c1640a26cfb/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/de5974715cd87945bc6e8c1640a26cfb/500x500-000000-80-0-0.jpg
{'id': 925749312, 'meta': <TrackMetadata object 0xaae78ce54772e86>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/af7c6b6896a9ba6fb0d94c1f5aff7634/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/af7c6b6896a9ba6fb0d94c1f5aff7634/500x500-000000-80-0-0.jpg
{'id': 1460735692, 'meta': <TrackMetadata object 0x1e303a991105481e>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/c003a1e882b311db2bf87b4d6adced1b/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/c003a1e882b311db2bf87b4d6adced1b/500x500-000000-80-0-0.jpg
{'id': 1521761682, 'meta': <TrackMetadata object 0x6d864181034f8125>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/3ac4c29a18ca59d1b3ccbc1b5e9e05db/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/3ac4c29a18ca59d1b3ccbc1b5e9e05db/500x500-000000-80-0-0.jpg
{'id': 1358765882, 'meta': <TrackMetadata object -0x7bb6ebb9ae78021>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/b935c213a748b737d87559fe86cc326b/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/b935c213a748b737d87559fe86cc326b/500x500-000000-80-0-0.jpg
{'id': 1529180382, 'meta': <TrackMetadata object -0x51d358c34a50c40>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/eb08d78ada32bd221ab4129408dd3998/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/eb08d78ada32bd221ab4129408dd3998/500x500-000000-80-0-0.jpg
{'id': 910925982, 'meta': <TrackMetadata object -0x1f7343fbbaeec706>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/1fdd886dbf794737d9aa2e26e4214691/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/1fdd886dbf794737d9aa2e26e4214691/500x500-000000-80-0-0.jpg
{'id': 1521897192, 'meta': <TrackMetadata object 0x15f6c78cd61089dc>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/0add54036a9520562cb7e93236d91211/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/0add54036a9520562cb7e93236d91211/500x500-000000-80-0-0.jpg
{'id': 1512829272, 'meta': <TrackMetadata object -0x4fa148b9090f73b6>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/39d76924202cc09000a66f83dcfaa2d6/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/39d76924202cc09000a66f83dcfaa2d6/500x500-000000-80-0-0.jpg
{'id': 1334190672, 'meta': <TrackMetadata object -0x657365940232ca1>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/907ff053a9ec14e5e0fdbc097f6d38f9/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/907ff053a9ec14e5e0fdbc097f6d38f9/500x500-000000-80-0-0.jpg
{'id': 1508664582, 'meta': <TrackMetadata object -0xfc5f014dcd09a4a>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/c4976b1aee85ff424c6e019afb95e195/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/c4976b1aee85ff424c6e019afb95e195/500x500-000000-80-0-0.jpg
{'id': 667135362, 'meta': <TrackMetadata object 0x390d0d324c599cc3>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/bdbe6825b400045158464e1d1277589f/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/bdbe6825b400045158464e1d1277589f/500x500-000000-80-0-0.jpg
{'id': 763070482, 'meta': <TrackMetadata object 0x2a8906504a3935de>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/f34e5edb91049f31db50ac5d58868751/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/f34e5edb91049f31db50ac5d58868751/500x500-000000-80-0-0.jpg
{'id': 905221412, 'meta': <TrackMetadata object 0xc340495985493d7>, 'cover_url': 'https://e-cdns-images.dzcdn.net/images/cover/e6e358495d88d72d5429b2e9e860bc7f/500x500-000000-80-0-0.jpg', 'part_of_tracklist': True}
Cover url: https://e-cdns-images.dzcdn.net/images/cover/e6e358495d88d72d5429b2e9e860bc7f/500x500-000000-80-0-0.jpg
Loaded 58 tracks from playlist EDM Cool
Track meta formatter {'tracknumber': 1, 'artist': 'Seven Lions', 'albumartist': 'spacehop', 'composer': None, 'title': 'Keep It Close', 'albumcomposer': None, 'explicit': False}
Formatter keys: {tracknumber}. {artist} - {title}{explicit}
'tracknumber'

Config File

[downloads]
# Folder where tracks are downloaded to
folder = "/home/zibbp/StreamripDownloads"
# Put Qobuz albums in a 'Qobuz' folder, Tidal albums in 'Tidal' etc.
source_subdirectories = false

[downloads.concurrency]
# Download (and convert) tracks all at once, instead of sequentially.
# If you are converting the tracks, or have fast internet, this will
# substantially improve processing speed.
enabled = true
# The maximum number of tracks to download at once
# If you have very fast internet, you will benefit from a higher value,
# A value that is too high for your bandwidth may cause slowdowns
max_connections = 3

[qobuz]
# 1: 320kbps MP3, 2: 16/44.1, 3: 24/<=96, 4: 24/>=96
quality = 3
# This will download booklet pdfs that are included with some albums
download_booklets = true

email = ""
# This is an md5 hash of the plaintext password
password = ""
# Do not change
app_id = ""
# Do not change
secrets = []

[tidal]
# 0: 256kbps AAC, 1: 320kbps AAC, 2: 16/44.1 "HiFi" FLAC, 3: 24/44.1 "MQA" FLAC
quality = 3
# This will download videos included in Video Albums.
download_videos = true

# Do not change any of the fields below
user_id = ""
country_code = ""
access_token = ""
refresh_token = ""
# Tokens last 1 week after refresh. This is the Unix timestamp of the expiration
# time. If you haven't used streamrip in more than a week, you may have to log
# in again using `rip config --tidal`
token_expiry = ""

[deezer]
# 0, 1, or 2
# This only applies to paid Deezer subscriptions. Those using deezloader
# are automatically limited to quality = 1
quality = 2
# An authentication cookie that allows streamrip to use your Deezer account
# See https://github.com/nathom/streamrip/wiki/Finding-Your-Deezer-ARL-Cookie
# for instructions on how to find this
arl = "###"
# This allows for free 320kbps MP3 downloads from Deezer
# If an arl is provided, deezloader is never used
use_deezloader = true
# This warns you when the paid deezer account is not logged in and rip falls
# back to deezloader, which is unreliable
deezloader_warnings = true

[soundcloud]
# Only 0 is available for now
quality = 0
# This changes periodically, so it needs to be updated
client_id = ""
app_version = ""

[youtube]
# Only 0 is available for now
quality = 0
# Download the video along with the audio
download_videos = false
# The path to download the videos to
video_downloads_folder = ""

# This stores a list of item IDs so that repeats are not downloaded.

[database.downloads]
enabled = true
path = "/home/zibbp/.config/streamrip/downloads.db"

# If a download fails, the item ID is stored here. Then, `rip repair` can be
# called to retry the downloads

[database.failed_downloads]
enabled = true
path = "/home/zibbp/.config/streamrip/failed_downloads.db"

# Convert tracks to a codec after downloading them.

[conversion]
enabled = false
# FLAC, ALAC, OPUS, MP3, VORBIS, or AAC
codec = "ALAC"
# In Hz. Tracks are downsampled if their sampling rate is greater than this.
# Value of 48000 is recommended to maximize quality and minimize space
sampling_rate = 48000
# Only 16 and 24 are available. It is only applied when the bit depth is higher
# than this value.
bit_depth = 24
# Only applicable for lossy codecs
lossy_bitrate = 320

# Filter a Qobuz artist's discography. Set to 'true' to turn on a filter.

[filters]
# Remove Collectors Editions, live recordings, etc.
extras = false
# Picks the highest quality out of albums with identical titles.
repeats = false
# Remove EPs and Singles
non_albums = false
# Remove albums whose artist is not the one requested
features = false
# Skip non studio albums
non_studio_albums = false
# Only download remastered albums
non_remaster = false

[artwork]
# Write the image to the audio file
embed = true
# The size of the artwork to embed. Options: thumbnail, small, large, original.
# "original" images can be up to 30MB, and may fail embedding.
# Using "large" is recommended.
size = "large"
# Both of these options limit the size of the embedded artwork. If their values
# are larger than the actual dimensions of the image, they will be ignored.
# If either value is -1, the image is left untouched.
max_width = -1
max_height = -1
# Save the cover image at the highest quality as a seperate jpg file
keep_hires_cover = true

[metadata]
# Sets the value of the 'ALBUM' field in the metadata to the playlist's name.
# This is useful if your music library software organizes tracks based on album name.
set_playlist_to_album = true
# Replaces the original track's tracknumber with it's position in the playlist
new_playlist_tracknumbers = true
# The following metadata tags won't be applied
# See https://github.com/nathom/streamrip/wiki/Metadata-Tag-Names for more info
exclude = []

# Changes the folder and file names generated by streamrip.

[filepaths]
# Create folders for single tracks within the downloads directory using the folder_format
# template
add_singles_to_folder = false
# Available keys: "albumartist", "title", "year", "bit_depth", "sampling_rate",
# "container", "id", and "albumcomposer"
folder_format = "{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]"
# Available keys: "tracknumber", "artist", "albumartist", "composer", "title",
# and "albumcomposer"
track_format = "{tracknumber}. {artist} - {title}{explicit}"
# Only allow printable ASCII characters in filenames.
restrict_characters = false

# Last.fm playlists are downloaded by searching for the titles of the tracks

[lastfm]
# The source on which to search for the tracks.
source = "qobuz"
# If no results were found with the primary source, the item is searched for
# on this one.
fallback_source = "deezer"

[theme]
# Options: "dainty" or "plain"
progress_bar = "dainty"

[misc]
# Metadata to identify this config file. Do not change.
version = "1.9.2"

Operating System

Linux / PopOs (Debian)

streamrip version

1.9.3

Screenshots and recordings

No response

Additional context

No response

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.