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
commit 97bcf26d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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