1
0
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:
snobu
2020-04-08 23:52:48 +03:00
parent 388ec0c9a3
commit adda6828a6
5 changed files with 441 additions and 46 deletions

View File

@@ -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({