mirror of
https://github.com/glomatico/gamdl.git
synced 2025-01-22 11:18:39 +00:00
add rating info when listing artist mvs
This commit is contained in:
parent
3590d99063
commit
9f0b25e1d1
@ -222,6 +222,7 @@ class Downloader:
|
||||
self.millis_to_min_sec(
|
||||
music_video["attributes"]["durationInMillis"]
|
||||
),
|
||||
f'{music_video["attributes"].get("contentRating", "None").title():<8}',
|
||||
music_video["attributes"]["name"],
|
||||
],
|
||||
),
|
||||
@ -230,7 +231,7 @@ class Downloader:
|
||||
for music_video in music_videos
|
||||
]
|
||||
selected = inquirer.select(
|
||||
message=f"Select which music videos to download:",
|
||||
message="Select which music videos to download:",
|
||||
choices=choices,
|
||||
multiselect=True,
|
||||
).execute()
|
||||
|
Loading…
Reference in New Issue
Block a user