mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-20 23:12:16 +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 {
|
||||
logger.verbose('TODO: manifest download');
|
||||
logger.error('TODO: manifest download');
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user