mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set title for YouTube based on oembed data
This commit is contained in:
parent
d6042999c5
commit
6133d0865a
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