mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Implement --manual
This commit is contained in:
@@ -20,6 +20,9 @@ class YouTubeVideos(Sequence):
|
||||
self.videos = videos
|
||||
super().__init__()
|
||||
|
||||
def __repr__(self):
|
||||
return "YouTubeVideos({})".format(self.videos)
|
||||
|
||||
def __len__(self):
|
||||
return len(self.videos)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user