-.-
This commit is contained in:
parent
125efb0bf8
commit
201da0cd36
|
@ -81,7 +81,7 @@ module.exports = (lib) => {
|
|||
//var dlformat = (m4a?'audioonly':'webm');
|
||||
var dlformat;
|
||||
if(m4a)
|
||||
dlformat = 'audioonly';
|
||||
dlformat = { filter: 'audioonly' };
|
||||
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/mp4':'video/webm'),
|
||||
ext: (m4a?'m4a':'webm'),
|
||||
thumb: iurl
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user