Browse Source

Add vorbis audio option

doc-issue-template
MrS0m30n3 10 years ago
parent
commit
a4d92c6eef
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl_gui/YoutubeDLGUI.py

2
youtube_dl_gui/YoutubeDLGUI.py

@ -35,7 +35,7 @@ from .data import (
__descriptionfull__ __descriptionfull__
) )
AUDIO_FORMATS = ["mp3", "wav", "aac", "m4a"]
AUDIO_FORMATS = ["mp3", "wav", "aac", "m4a", "vorbis"]
VIDEO_FORMATS = [ VIDEO_FORMATS = [
"default", "default",

Loading…
Cancel
Save