mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1665 from omnivore-app/fix/youtube-handler
Set title for YouTube based on oembed data
This commit is contained in:
commit
97bcf26d63
1 changed files with 1 additions and 3 deletions
|
|
@ -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 }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue