Skip to content

Commit

Permalink
Flat: latest data (2023-07-14T00:26:27.368Z)
Browse files Browse the repository at this point in the history
{
  "date": "2023-07-14T00:26:27.368Z",
  "files": [
    {
      "name": "src/pages/en/big-hats-1151654.md",
      "deltaBytes": 1359,
      "source": "https://raw.githubusercontent.com/ThatGuySam/marvelorder/main/README.md"
    },
    {
      "name": "src/json/listings.json",
      "deltaBytes": 575,
      "source": "https://raw.githubusercontent.com/ThatGuySam/marvelorder/main/README.md"
    },
    {
      "name": "src/pages/en/marvels-avengers-59427.md",
      "deltaBytes": 0,
      "source": "https://raw.githubusercontent.com/ThatGuySam/marvelorder/main/README.md"
    }
  ]
}
  • Loading branch information
flat-data committed Jul 14, 2023
1 parent acc76f1 commit dbc001a
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 2 deletions.
24 changes: 23 additions & 1 deletion src/json/listings.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,28 @@
"company-420"
]
},
{
"adult": false,
"backdrop_path": "/pCSRKGtM6uqZWvRm59SyEo088sz.jpg",
"genre_ids": [
18,
99
],
"id": 1151654,
"original_language": "en",
"original_title": "Big Hats",
"overview": "A posh British man is looking for a new hat. He comes across a shop named 'Big Hats' and buys a hat, but seems to get angry with the person behind the counter.",
"poster_path": "/an10vEGoa9QVE1ya0iqdHhnkwLU.jpg",
"release_date": "",
"title": "Big Hats",
"video": false,
"vote_average": 0,
"slug": "big-hats",
"tags": [
"movie",
"company-7505"
]
},
{
"adult": false,
"backdrop_path": "/jqFC2WjYF07hx2X7cs0XmY9jBX6.jpg",
Expand Down Expand Up @@ -3589,7 +3611,7 @@
]
},
{
"backdrop_path": "/6ZqXMR9aLLdGjbxkIMo77EhZexy.jpg",
"backdrop_path": "/zRu0L0eB500AmBh2ZPFceMXbPml.jpg",
"first_air_date": "2013-05-26",
"genre_ids": [
10759,
Expand Down
54 changes: 54 additions & 0 deletions src/pages/en/big-hats-1151654.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Big Hats
slug: big-hats
description: >-
A posh British man is looking for a new hat. He comes across a shop named 'Big
Hats' and buys a hat, but seems to get angry with the person behind the
counter.
layout: ../../layouts/MainLayout.astro
adult: false
backdrop_path: /pCSRKGtM6uqZWvRm59SyEo088sz.jpg
genre_ids:
- 18
- 99
id: 1151654
original_language: en
original_title: Big Hats
overview: >-
A posh British man is looking for a new hat. He comes across a shop named 'Big
Hats' and buys a hat, but seems to get angry with the person behind the
counter.
poster_path: /an10vEGoa9QVE1ya0iqdHhnkwLU.jpg
release_date: ''
video: false
vote_average: 0
tags:
- movie
- company-7505
---
## TMDB Data
```json
{
"adult": false,
"backdrop_path": "/pCSRKGtM6uqZWvRm59SyEo088sz.jpg",
"genre_ids": [
18,
99
],
"id": 1151654,
"original_language": "en",
"original_title": "Big Hats",
"overview": "A posh British man is looking for a new hat. He comes across a shop named 'Big Hats' and buys a hat, but seems to get angry with the person behind the counter.",
"poster_path": "/an10vEGoa9QVE1ya0iqdHhnkwLU.jpg",
"release_date": "",
"title": "Big Hats",
"video": false,
"vote_average": 0,
"slug": "big-hats",
"tags": [
"movie",
"company-7505"
]
}

```
2 changes: 1 addition & 1 deletion src/pages/en/marvels-avengers-59427.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tags:
## TMDB Data
```json
{
"backdrop_path": "/6ZqXMR9aLLdGjbxkIMo77EhZexy.jpg",
"backdrop_path": "/zRu0L0eB500AmBh2ZPFceMXbPml.jpg",
"first_air_date": "2013-05-26",
"genre_ids": [
10759,
Expand Down

0 comments on commit dbc001a

Please sign in to comment.