-.-
This commit is contained in:
parent
201da0cd36
commit
d8913d407d
@ -81,7 +81,7 @@ module.exports = (lib) => {
|
||||
//var dlformat = (m4a?'audioonly':'webm');
|
||||
var dlformat;
|
||||
if(m4a)
|
||||
dlformat = { filter: 'audioonly' };
|
||||
dlformat = { filter: '141' };
|
||||
else
|
||||
dlformat = { filter: (format) => { return format.container === 'webm'; } };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user