projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c8675
)
[YoutubeDL] mp3 is compatible with mp4
author
Sergey M․
<dstftw@gmail.com>
Mon, 20 Apr 2015 15:58:46 +0000
(21:58 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 20 Apr 2015 15:58:46 +0000
(21:58 +0600)
youtube_dl/YoutubeDL.py
patch
|
blob
|
history
diff --git
a/youtube_dl/YoutubeDL.py
b/youtube_dl/YoutubeDL.py
index b5fddb8e7ce357ef58d50dba761a233ec17cbcfc..5b2c3aa381941b94a69a3385351eec3404e161b2 100755
(executable)
--- a/
youtube_dl/YoutubeDL.py
+++ b/
youtube_dl/YoutubeDL.py
@@
-1380,7
+1380,7
@@
class YoutubeDL(object):
video_ext, audio_ext = audio.get('ext'), video.get('ext')
if video_ext and audio_ext:
COMPATIBLE_EXTS = (
- ('mp4', 'm4a', 'm4p', 'm4b', 'm4r', 'm4v'),
+ ('mp
3', 'mp
4', 'm4a', 'm4p', 'm4b', 'm4r', 'm4v'),
('webm')
)
for exts in COMPATIBLE_EXTS: