Skip to content

Commit

Permalink
ogg -> vorbis
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Aug 1, 2023
1 parent 8cc1c76 commit df90b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audioscrape/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def scrape(query, include, exclude, quiet, verbose, overwrite, limit):
"postprocessors": [
{
"key": "FFmpegExtractAudio",
"preferredcodec": "ogg",
"preferredcodec": "vorbis",
"preferredquality": "192",
}
],
Expand Down

0 comments on commit df90b37

Please sign in to comment.