Browse Source

[wrzuta] Add mp3 as a possible format (Closes #4126)

master
Naglis Jonaitis 10 years ago
parent
commit
29ed169cd6
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/wrzuta.py

2
youtube_dl/extractor/wrzuta.py

@ -49,7 +49,7 @@ class WrzutaIE(InfoExtractor):
quality = qualities(['SD', 'MQ', 'HQ', 'HD'])
audio_table = {'flv': 'mp3', 'webm': 'ogg'}
audio_table = {'flv': 'mp3', 'webm': 'ogg', 'mp3': 'mp3'}
embedpage = self._download_json('http://www.wrzuta.pl/npp/embed/%s/%s' % (uploader, video_id), video_id)

Loading…
Cancel
Save