Skip to content

Commit

Permalink
Update format selection
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWicklowWolf authored Oct 31, 2024
1 parent 4ebebad commit 7adb946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Syncify.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def download_song(self, song, playlist):
ydl_opts = {
"logger": self.logger,
"ffmpeg_location": "/usr/bin/ffmpeg",
"format": "251/bestaudio",
"format": "bestaudio[ext=m4a]/bestaudio",
"outtmpl": full_file_path,
"quiet": False,
"progress_hooks": [self.progress_callback],
Expand Down

0 comments on commit 7adb946

Please sign in to comment.