VALID_AUDIO_FORMAT = ('mp3', 'wav', 'aac', 'm4a', 'vorbis', 'opus', 'flac', '') Expand All @@ -366,7 +367,7 @@ def _settings_are_valid(self, settings_dictionary): if key not in settings_dictionary: return False if type(self.options[key]) != type(settings_dictionary[key...
self.audioFormat = "mp3" self.keepVideo = False self.audioQuality = 5 self.proxy = "" self.savePath = "" self.autoUpdate = False self.videoFormat = "highest available" self.userAgent = "" self.referer = "" self.username = "" self.startTrack = "1" self.endTrack = "0" self.max...