[object Object]

← back to Beverlyhillsvideos

films: integrate completed restaurant film(s) [auto]

ef63e4036fdeafded33b5ffbd91ca7a1164fd05c · 2026-08-05 18:37:14 -0700 · Steve Abrams

Files touched

Diff

commit ef63e4036fdeafded33b5ffbd91ca7a1164fd05c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 5 18:37:14 2026 -0700

    films: integrate completed restaurant film(s) [auto]
---
 data/films.json               |   7 +++++++
 data/heygen-batch.jsonl       |   7 ++++---
 public/video/fogo-de-chao.jpg | Bin 0 -> 66718 bytes
 public/videos.html            |   6 ++++++
 4 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/data/films.json b/data/films.json
index fdbb2a8..20f0863 100644
--- a/data/films.json
+++ b/data/films.json
@@ -283,5 +283,12 @@
   "blurb": "On Santa Monica Boulevard, 88 Club is Beverly Hills' glamorous take on the Chinese supper club —…",
   "src": "/video/88-club.mp4",
   "poster": "/video/88-club.jpg"
+ },
+ {
+  "name": "Fogo de Chao",
+  "slug": "fogo-de-chao",
+  "blurb": "On Restaurant Row, Fogo de Chao brings Brazilian churrasco to Beverly Hills — endless fire-roasted…",
+  "src": "/video/fogo-de-chao.mp4",
+  "poster": "/video/fogo-de-chao.jpg"
  }
 ]
\ No newline at end of file
diff --git a/data/heygen-batch.jsonl b/data/heygen-batch.jsonl
index ba0e7c8..ed3acc6 100644
--- a/data/heygen-batch.jsonl
+++ b/data/heygen-batch.jsonl
@@ -39,6 +39,7 @@
 {"name":"Azur Beverly Hills","slug":"azur-beverly-hills","session_id":"a70c7eb05f3c4f329d65f87f5a9829e5","video_id":"3ed58a87200c43fd94106be9e39cb130","status":"completed","downloaded":true,"duration":18.2,"est_cost":0.61}
 {"name":"Bad Roman","slug":"bad-roman","session_id":"7b6b193e26a44dc2b882e23ce19829e8","video_id":"b71507c67fd24038858fb573a0fae12d","status":"completed","downloaded":true,"duration":23.6,"est_cost":0.8}
 {"name":"88 Club","slug":"88-club","session_id":"fde182af5ca0425e831488489d33f1c8","video_id":"95ec4aa8c8d34be084eccc4dcf61b165","status":"completed","downloaded":true,"duration":19.4,"est_cost":0.65}
-{"name":"The Rooftop by JG","slug":"the-rooftop-by-jg","session_id":"3f412d461fbb4f0eabd05d566054baf6","video_id":"e2e626910cb84e6c83508e494be316ef","status":"generating","downloaded":false}
-{"name":"The Hideaway","slug":"the-hideaway","session_id":"be3391a420c9464696998a63663fdc1a","video_id":"216b59c7a2a040c392a8d4d96ddce8b5","status":"generating","downloaded":false}
-{"name":"Fogo de Chao","slug":"fogo-de-chao","session_id":"14078e86031c4d08861588f9c9668657","video_id":"ad5cacd62ea54b12a4bd2a3b49c3424d","status":"generating","downloaded":false}
+{"name":"The Rooftop by JG","slug":"the-rooftop-by-jg","session_id":"3f412d461fbb4f0eabd05d566054baf6","video_id":"e2e626910cb84e6c83508e494be316ef","status":"pending","downloaded":false}
+{"name":"The Hideaway","slug":"the-hideaway","session_id":"be3391a420c9464696998a63663fdc1a","video_id":"216b59c7a2a040c392a8d4d96ddce8b5","status":"pending","downloaded":false}
+{"name":"Fogo de Chao","slug":"fogo-de-chao","session_id":"14078e86031c4d08861588f9c9668657","video_id":"ad5cacd62ea54b12a4bd2a3b49c3424d","status":"completed","downloaded":true,"duration":22.4,"est_cost":0.75}
+{"name":"The Terrace at The Maybourne","slug":"the-terrace-at-the-maybourne","session_id":"dc691ffc87844dbe933552142e4bdbff","video_id":"9725485f8ea847bda0d6578478e44455","status":"generating","downloaded":false}
diff --git a/public/video/fogo-de-chao.jpg b/public/video/fogo-de-chao.jpg
new file mode 100644
index 0000000..99f8555
Binary files /dev/null and b/public/video/fogo-de-chao.jpg differ
diff --git a/public/videos.html b/public/videos.html
index 3fa8ab9..04f016c 100644
--- a/public/videos.html
+++ b/public/videos.html
@@ -307,6 +307,12 @@
         </video>
         <figcaption><strong>88 Club</strong><span>On Santa Monica Boulevard, 88 Club is Beverly Hills' glamorous take on the Chinese supper club —…</span></figcaption>
       </figure>
+      <figure class="film">
+        <video controls preload="metadata" playsinline poster="/video/fogo-de-chao.jpg">
+          <source src="/video/fogo-de-chao.mp4" type="video/mp4">
+        </video>
+        <figcaption><strong>Fogo de Chao</strong><span>On Restaurant Row, Fogo de Chao brings Brazilian churrasco to Beverly Hills — endless fire-roasted…</span></figcaption>
+      </figure>
     </div>
   </div></section>
   <div class="wrap"><!-- ad: set ADSENSE_SLOT in build.mjs to enable in-content units (Auto Ads works without this) --></div>

← 4432850 films: integrate completed restaurant film(s) [auto]  ·  back to Beverlyhillsvideos  ·  films: integrate completed restaurant film(s) [auto] 16fc4cc →