Skip to content

Commit

Permalink
Update youtube.py
Browse files Browse the repository at this point in the history
  • Loading branch information
natumbri committed Dec 30, 2019
1 parent 88a945c commit 6a4296f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_youtube/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def audio_url(self):
def job():
try:
info = youtube_dl.YoutubeDL({
'format': 'm4a/vorbis/bestaudio/best',
'format': 'mp4/bestaudio/vorbis/m4a/best',
'proxy': self.proxy
}).extract_info(
url="https://www.youtube.com/watch?v=%s" % self.id,
Expand Down

0 comments on commit 6a4296f

Please sign in to comment.