diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-06-03 00:17:06 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-06-03 00:17:06 +0000 |
| commit | 3a9263abd0a5b2b759a8f691f001ff71f5417748 (patch) | |
| tree | ce03a92b0399ce1669274b3144c0a9bf32d902a2 | |
| parent | 7133088e8a15007b514d105870ea8b3b9dc69e20 (diff) | |
fix: update Kilauea volcano cam YouTube stream IDs and links
V1cam and V2cam embed IDs updated to current live streams. Thumbnail
links now point to YouTube live pages instead of USGS static webcam pages.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | web/templates/conditions.html | 4 | ||||
| -rw-r--r-- | web/templates/partials/conditions-tab.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/web/templates/conditions.html b/web/templates/conditions.html index 66f87ce..6363b45 100644 --- a/web/templates/conditions.html +++ b/web/templates/conditions.html @@ -82,7 +82,7 @@ <!-- V1cam - Kilauea West Rim --> <div class="video-cell"> <iframe - src="https://www.youtube.com/embed/tk0tfYDxrUA?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" + src="https://www.youtube.com/embed/NDA9Bsvjwdk?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" allow="autoplay; encrypted-media; picture-in-picture" allowfullscreen> </iframe> @@ -92,7 +92,7 @@ <!-- V2cam - Kilauea East Rim --> <div class="video-cell"> <iframe - src="https://www.youtube.com/embed/fiyttmA7YkA?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" + src="https://www.youtube.com/embed/Tz5tPqRRv1Y?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" allow="autoplay; encrypted-media; picture-in-picture" allowfullscreen> </iframe> diff --git a/web/templates/partials/conditions-tab.html b/web/templates/partials/conditions-tab.html index 3ded125..adcaf54 100644 --- a/web/templates/partials/conditions-tab.html +++ b/web/templates/partials/conditions-tab.html @@ -13,7 +13,7 @@ <div class="grid grid-cols-1 md:grid-cols-3 gap-4"> <!-- V1cam - West Halemaʻumaʻu --> <div class="bg-black/40 backdrop-blur-sm rounded-lg overflow-hidden"> - <a href="https://www.usgs.gov/volcanoes/kilauea/v1cam-kilauea-volcano-hawaii-west-halemaumau-crater" target="_blank"> + <a href="https://www.youtube.com/live/NDA9Bsvjwdk" target="_blank"> <img id="v1cam" src="https://volcanoes.usgs.gov/observatories/hvo/cams/V1cam/images/M.jpg" alt="V1cam - West Rim" @@ -27,7 +27,7 @@ <!-- V2cam - East Halemaʻumaʻu --> <div class="bg-black/40 backdrop-blur-sm rounded-lg overflow-hidden"> - <a href="https://www.usgs.gov/media/webcams/v2cam-kilauea-volcano-hawaii-east-halemaumau-crater" target="_blank"> + <a href="https://www.youtube.com/live/Tz5tPqRRv1Y" target="_blank"> <img id="v2cam" src="https://volcanoes.usgs.gov/cams/V2cam/images/M.jpg" alt="V2cam - East Rim" |
