Merge pull request #1665 from omnivore-app/fix/youtube-handler
Set title for YouTube based on oembed data
This commit is contained in:
@ -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 }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user