Skip to content

Commit

Permalink
Add vorbis audio option
Browse files Browse the repository at this point in the history
  • Loading branch information
MrS0m30n3 committed Jun 14, 2014
1 parent 659d7d7 commit a4d92c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl_gui/YoutubeDLGUI.py
Expand Up @@ -35,7 +35,7 @@
__descriptionfull__
)

AUDIO_FORMATS = ["mp3", "wav", "aac", "m4a"]
AUDIO_FORMATS = ["mp3", "wav", "aac", "m4a", "vorbis"]

VIDEO_FORMATS = [
"default",
Expand Down

0 comments on commit a4d92c6

Please sign in to comment.