mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-12 09:39:42 +00:00
Switched to terminal-image for inlining thumbnails
This commit is contained in:
@@ -27,7 +27,7 @@ export async function getVideoMetadata(videoGuids: string[], session: Session):
|
||||
.map((item: { [x: string]: string }) => { return item["playbackUrl"]; })[0];
|
||||
|
||||
posterImage = response.data["posterImage"]["medium"]["url"];
|
||||
|
||||
|
||||
term.brightMagenta(`\n title = ${title}\n playbackUrl = ${playbackUrl}\n`);
|
||||
|
||||
metadata.push({
|
||||
|
||||
Reference in New Issue
Block a user