Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into pre-4.3.1-bug-fixes

pull/873/head
Tzahi12345 2 years ago
commit e086bbc301

@ -248,7 +248,7 @@ async function collectInfo(download_uid) {
info = await exports.getVideoInfoByURL(url, args, download_uid);
}
const stripped_category = {name: category['name'], uid: category['uid']};
const stripped_category = category ? {name: category['name'], uid: category['uid']} : null;
// setup info required to calculate download progress

Loading…
Cancel
Save