This commit is contained in:
Flummi 2017-01-11 01:30:25 +01:00
parent d8913d407d
commit 73af845e48

View File

@ -81,7 +81,7 @@ module.exports = (lib) => {
//var dlformat = (m4a?'audioonly':'webm');
var dlformat;
if(m4a)
dlformat = { filter: '141' };
dlformat = { format: '171' };
else
dlformat = { filter: (format) => { return format.container === 'webm'; } };
@ -91,8 +91,8 @@ module.exports = (lib) => {
info = {
type: 'youtube',
title: title,
mime: (m4a?'audio/mp4':'video/webm'),
ext: (m4a?'m4a':'webm'),
mime: (m4a?'audio/mpeg':'video/webm'),
ext: (m4a?'mp3':'webm'),
thumb: iurl
};
}