Skip to content

Commit

Permalink
jpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Nov 28, 2023
1 parent a145eb3 commit f2f511c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions docs/feeds/bad-pretzel-missing-fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
{
"id": "a1",
"_open_stories": {
"mime_type": "image/jpg",
"url": "https://openstories.fyi/feeds/images/pretzel-1.jpg",
"mime_type": "image/jpeg",
"url": "https://openstories.fyi/feeds/images/pretzel-1.jpeg",
"alt": "A teddy pretzel left on the pavement with one claw raised."
}
},
{
"id": "a2",
"date_published": "2022-11-07T00:00:00+08:00",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-2.jpg alt=''>",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-2.jpeg alt=''>",
"_open_stories": {
"mime_type": "image/jpg",
"url": "https://openstories.fyi/feeds/images/pretzel-2.jpg"
"mime_type": "image/jpeg",
"url": "https://openstories.fyi/feeds/images/pretzel-2.jpeg"
}
}
]
Expand Down
18 changes: 9 additions & 9 deletions docs/feeds/good-pretzel-max.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"items": [
{
"id": "a2",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-2.jpg alt=''>",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-2.jepg alt=''>",
"date_published": "2022-11-14T00:00:00+08:00",
"_open_stories": {
"mime_type": "image/jpg",
"url": "https://openstories.fyi/feeds/images/pretzel-2.jpg",
"mime_type": "image/jpeg",
"url": "https://openstories.fyi/feeds/images/pretzel-2.jepg",
"alt": "A pretzel.",
"date_expired": "2222-12-31T00:00:00+08:00",
"duration_in_seconds": 5,
Expand All @@ -25,11 +25,11 @@
},
{
"id": "a1",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-1.jpg alt=''>",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-1.jepg alt=''>",
"date_published": "2022-11-07T00:00:00+08:00",
"_open_stories": {
"mime_type": "image/jpg",
"url": "https://openstories.fyi/feeds/images/pretzel-1.jpg",
"mime_type": "image/jpeg",
"url": "https://openstories.fyi/feeds/images/pretzel-1.jepg",
"alt": "A pretzel.",
"date_expired": "2222-12-31T00:00:00+08:00",
"duration_in_seconds": 1,
Expand All @@ -39,11 +39,11 @@
},
{
"id": "a3",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-3.jpg alt=''>",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-3.jepg alt=''>",
"date_published": "2022-11-27T00:00:00+08:00",
"_open_stories": {
"mime_type": "image/jpg",
"url": "https://openstories.fyi/feeds/images/pretzel-3.jpg",
"mime_type": "image/jpeg",
"url": "https://openstories.fyi/feeds/images/pretzel-3.jepg",
"alt": "EXPIRED.",
"date_expired": "2000-11-07T00:00:00+08:00",
"duration_in_seconds": 5,
Expand Down
12 changes: 6 additions & 6 deletions docs/feeds/good-pretzel-min.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"items": [
{
"id": "a1",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-1.jpg alt='A pretzel'>",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-1.jpeg alt='A pretzel'>",
"_open_stories": {
"mime_type": "image/jpg",
"url": "https://openstories.fyi/feeds/images/pretzel-1.jpg",
"mime_type": "image/jpeg",
"url": "https://openstories.fyi/feeds/images/pretzel-1.jpeg",
"alt": "A pretzel."
}
},
{
"id": "a2",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-2.jpg alt='A pretzel'>",
"content_html": "<img src=https://openstories.fyi/feeds/images/pretzel-2.jpeg alt='A pretzel'>",
"date_published": "2022-11-07T00:00:00+08:00",
"_open_stories": {
"mime_type": "image/jpg",
"url": "https://openstories.fyi/feeds/images/pretzel-2.jpg",
"mime_type": "image/jpeg",
"url": "https://openstories.fyi/feeds/images/pretzel-2.jpeg",
"alt": "A pretzel."
}
}
Expand Down

0 comments on commit f2f511c

Please sign in to comment.