diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-01-13 02:06:50 +0200 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-01-13 02:06:50 +0200 |
commit | b8a77c5d704a4a76f227854c1cab560eb98a7382 (patch) | |
tree | 8ada523f3a5f9d6e7537d8ef196ed5d747bc4013 /test/fixtures/rich_media | |
parent | 19b6a8239387869c69c6885044ee488d097b723f (diff) | |
download | pleroma-b8a77c5d704a4a76f227854c1cab560eb98a7382.tar.gz pleroma-b8a77c5d704a4a76f227854c1cab560eb98a7382.zip |
Add OEmbed parser
Diffstat (limited to 'test/fixtures/rich_media')
-rw-r--r-- | test/fixtures/rich_media/oembed.html | 3 | ||||
-rw-r--r-- | test/fixtures/rich_media/oembed.json | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/fixtures/rich_media/oembed.html b/test/fixtures/rich_media/oembed.html new file mode 100644 index 000000000..55f17004b --- /dev/null +++ b/test/fixtures/rich_media/oembed.html @@ -0,0 +1,3 @@ +<link rel="alternate" type="application/json+oembed" + href="http://example.com/oembed.json" + title="Bacon Lollys oEmbed Profile" /> diff --git a/test/fixtures/rich_media/oembed.json b/test/fixtures/rich_media/oembed.json new file mode 100644 index 000000000..2a5f7a771 --- /dev/null +++ b/test/fixtures/rich_media/oembed.json @@ -0,0 +1 @@ +{"type":"photo","flickr_type":"photo","title":"Bacon Lollys","author_name":"\u202e\u202d\u202cbees\u202c","author_url":"https:\/\/www.flickr.com\/photos\/bees\/","width":"1024","height":"768","url":"https:\/\/farm4.staticflickr.com\/3040\/2362225867_4a87ab8baf_b.jpg","web_page":"https:\/\/www.flickr.com\/photos\/bees\/2362225867\/","thumbnail_url":"https:\/\/farm4.staticflickr.com\/3040\/2362225867_4a87ab8baf_q.jpg","thumbnail_width":150,"thumbnail_height":150,"web_page_short_url":"https:\/\/flic.kr\/p\/4AK2sc","license":"All Rights Reserved","license_id":0,"html":"<a data-flickr-embed=\"true\" href=\"https:\/\/www.flickr.com\/photos\/bees\/2362225867\/\" title=\"Bacon Lollys by \u202e\u202d\u202cbees\u202c, on Flickr\"><img src=\"https:\/\/farm4.staticflickr.com\/3040\/2362225867_4a87ab8baf_b.jpg\" width=\"1024\" height=\"768\" alt=\"Bacon Lollys\"><\/a><script async src=\"https:\/\/embedr.flickr.com\/assets\/client-code.js\" charset=\"utf-8\"><\/script>","version":"1.0","cache_age":3600,"provider_name":"Flickr","provider_url":"https:\/\/www.flickr.com\/"} |