mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-22 22:38:25 +00:00
fix error message for manifest download
This commit is contained in:
@@ -234,7 +234,7 @@ export async function downloadShareVideo(videoUrls: Array<VideoUrl>): Promise<vo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
logger.verbose('TODO: manifest download');
|
logger.error('TODO: manifest download');
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user