mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-18 08:16:10 +00:00
Linted
This commit is contained in:
parent
bf79f95fcb
commit
020d705744
1 changed files with 14 additions and 16 deletions
|
@ -28,23 +28,21 @@ class EpidemicSoundIE(InfoExtractor):
|
||||||
'thumbnail': 'https://cdn.epidemicsound.com/curation-assets/commercial-release-cover-images/default-sfx/3000x3000.jpg',
|
'thumbnail': 'https://cdn.epidemicsound.com/curation-assets/commercial-release-cover-images/default-sfx/3000x3000.jpg',
|
||||||
'timestamp': 1415320353,
|
'timestamp': 1415320353,
|
||||||
'upload_date': '20141107',
|
'upload_date': '20141107',
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
}, {
|
||||||
'url': 'https://www.epidemicsound.com/track/mj8GTTwsZd/',
|
'url': 'https://www.epidemicsound.com/track/mj8GTTwsZd/',
|
||||||
'md5': 'c82b745890f9baf18dc2f8d568ee3830',
|
'md5': 'c82b745890f9baf18dc2f8d568ee3830',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'mj8GTTwsZd',
|
'id': 'mj8GTTwsZd',
|
||||||
'ext': 'mp3',
|
'ext': 'mp3',
|
||||||
'tags': ["liquid drum n bass", "energetic"],
|
'tags': ['liquid drum n bass', 'energetic'],
|
||||||
'title': 'Noplace',
|
'title': 'Noplace',
|
||||||
'duration': 237,
|
'duration': 237,
|
||||||
'thumbnail': 'https://cdn.epidemicsound.com/curation-assets/commercial-release-cover-images/11138/3000x3000.jpg',
|
'thumbnail': 'https://cdn.epidemicsound.com/curation-assets/commercial-release-cover-images/11138/3000x3000.jpg',
|
||||||
'timestamp': 1694426482,
|
'timestamp': 1694426482,
|
||||||
'upload_date': '20230911',
|
'upload_date': '20230911',
|
||||||
}
|
|
||||||
},
|
},
|
||||||
]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
|
|
Loading…
Reference in a new issue