mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 06:27:21 +00:00
Apply suggestions from code review
This commit is contained in:
parent
c83bc24141
commit
e280e61923
|
@ -273,7 +273,6 @@ class BandcampAlbumIE(BandcampIE): # XXX: Do not subclass from concrete IE
|
||||||
'timestamp': 1311756226,
|
'timestamp': 1311756226,
|
||||||
'upload_date': '20110727',
|
'upload_date': '20110727',
|
||||||
'uploader': 'Blazo',
|
'uploader': 'Blazo',
|
||||||
|
|
||||||
'thumbnail': 'https://f4.bcbits.com/img/a1721150828_5.jpg',
|
'thumbnail': 'https://f4.bcbits.com/img/a1721150828_5.jpg',
|
||||||
'album_artists': ['Blazo'],
|
'album_artists': ['Blazo'],
|
||||||
'uploader_url': 'https://blazo.bandcamp.com',
|
'uploader_url': 'https://blazo.bandcamp.com',
|
||||||
|
@ -297,7 +296,6 @@ class BandcampAlbumIE(BandcampIE): # XXX: Do not subclass from concrete IE
|
||||||
'timestamp': 1311757238,
|
'timestamp': 1311757238,
|
||||||
'upload_date': '20110727',
|
'upload_date': '20110727',
|
||||||
'uploader': 'Blazo',
|
'uploader': 'Blazo',
|
||||||
|
|
||||||
'track': 'Kero One - Keep It Alive (Blazo remix)',
|
'track': 'Kero One - Keep It Alive (Blazo remix)',
|
||||||
'release_date': '20110727',
|
'release_date': '20110727',
|
||||||
'track_id': '38097443',
|
'track_id': '38097443',
|
||||||
|
@ -317,7 +315,6 @@ class BandcampAlbumIE(BandcampIE): # XXX: Do not subclass from concrete IE
|
||||||
'title': 'Jazz Format Mixtape vol.1',
|
'title': 'Jazz Format Mixtape vol.1',
|
||||||
'id': 'jazz-format-mixtape-vol-1',
|
'id': 'jazz-format-mixtape-vol-1',
|
||||||
'uploader_id': 'blazo',
|
'uploader_id': 'blazo',
|
||||||
|
|
||||||
'description': 'md5:38052a93217f3ffdc033cd5dbbce2989',
|
'description': 'md5:38052a93217f3ffdc033cd5dbbce2989',
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
|
|
Loading…
Reference in a new issue