Mastodon Conversation API: Don't return own account in 'accounts'.
[akkoma] / test / fixtures / rich_media / ogp.html
1 <html prefix="og: http://ogp.me/ns#">
2 <head>
3 <title>The Rock (1996)</title>
4 <meta property="og:title" content="The Rock" />
5 <meta property="og:type" content="video.movie" />
6 <meta property="og:url" content="http://www.imdb.com/title/tt0117500/" />
7 <meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />
8 </head>
9 </html>