Set title for YouTube based on oembed data

This commit is contained in:
Jackson Harper 2023-01-16 20:03:23 +08:00
parent d6042999c5
commit 6133d0865a

View file

@ -69,8 +69,6 @@ export class YoutubeHandler extends ContentHandler {
</body>
</html>`
console.log('got video id', videoId)
return { content, title: 'Youtube Content' }
return { content, title }
}
}