Merge pull request #1665 from omnivore-app/fix/youtube-handler

Set title for YouTube based on oembed data
This commit is contained in:
Jackson Harper
2023-01-16 20:29:04 +08:00
committed by GitHub

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 }
}
}