Skip to content

Commit

Permalink
House keeping; Added Three Sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDoy committed Oct 15, 2024
1 parent f0d4a5b commit 27f035e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 37 deletions.
5 changes: 0 additions & 5 deletions data/fullmovies.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"vidurl": "https://archive.org/embed/lion-king-laserdisc-capture",
"movietitle": "The Lion King"
},
{
"ytid": "bupOXE5nFDE",
"vidurl": "https://www.youtube.com/watch?v=bupOXE5nFDE",
"movietitle": "The Social Network"
},
{
"ytid": "CpBLtXduh_k",
"vidurl": "https://www.youtube.com/watch?v=ptciSRZwOis",
Expand Down
16 changes: 0 additions & 16 deletions data/games.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
[
{
"imgurl": "https://img.youtube.com/vi/PgZhMNS9PSI/mqdefault.jpg",
"vidurl": "https://www.retrogames.cc/embed/29209-sonic-knuckles-sonic-the-hedgehog-3-world.html",
"movietitle": "Sonic 3 & Knuckles"
},
{
"imgurl": "https://img.youtube.com/vi/1MOjNA7I98g/mqdefault.jpg",
"vidurl": "https://gba.js.org/player/#pokemonred",
"movietitle": "Pokemon Fire Red"
},
{
"imgurl": "https://img.youtube.com/vi/SwNWkoJToh8/mqdefault.jpg",
"vidurl": "https://gba.js.org/player/#zelda_minish",
"movietitle": "Zelda: Minish Cap"
},
{
"imgurl": "https://img.youtube.com/vi/uaIUpXZnqPU/mqdefault.jpg",
"vidurl": "https://www.retrogames.cc/embed/43266-metal-gear-solid-disc-1.html",
"movietitle": "Metal Gear Solid"
}

]
15 changes: 0 additions & 15 deletions data/live.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,9 @@
"movietitle": "NASA TV",
"heroimage": "https://i.ytimg.com/vi/21X5lGlDOfg/hq720.jpg"
},
{
"herolink": "https://www.youtube.com/watch?v=Fjp2TdlTTIU",
"movietitle": "Phineas & Ferb",
"heroimage": "https://i.ytimg.com/vi/Fjp2TdlTTIU/hq720.jpg"
},
{
"herolink": "https://www.youtube.com/watch?v=wWPIsnnIKmo",
"movietitle": "Ambient Swim [as]",
"heroimage": "https://i.ytimg.com/vi/wWPIsnnIKmo/hq720.jpg"
},
{
"herolink": "https://archillect.com/tv",
"movietitle": "Archillect TV",
"heroimage": "https://i.ytimg.com/vi/vq3d8TyeDoU/hq720.jpg"
},
{
"herolink": "https://www.youtube.com/watch?v=qiheRTcwkc4",
"movietitle": "Space Ghost Coast to Coast",
"heroimage": "https://i.ytimg.com/vi/qiheRTcwkc4/hq720.jpg"
}
]
18 changes: 18 additions & 0 deletions data/tv-html/tvshows.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,24 @@ <h3 class="text-white">Smosh Reads Reddit Stories</h3>
</a></div>


</div>
</div>
</div>
<!-- TV Show: Three Sheets -->
<div class="lity-hide" id="tv-3sheets">
<div class="container">
<div class="row">
<h3 class="text-white">Three Sheets</h3>
</div>
<div class="row">
<div class="col-6 col-md-4"><a
href="https://www.youtube.com/playlist?list=PLv2VGhzZeSgxSiqv1go53hY5QmCDnSZtX" target="_blank"><img
src="https://img.youtube.com/vi/MKRQHhC82jE/hq720.jpg"
class="img-fluid videoImg" alt="">
<p class="mt-2 text-white">All Episodes</p>
</a></div>


</div>
</div>
</div>
7 changes: 6 additions & 1 deletion data/tvshows.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"movietitle": "Kitchen Nightmares"
},
{
"imgurl": "https://img.youtube.com/vi/rWyWSjMibaI/hq720.jpg",
"imgurl": "https://img.youtube.com/vi/SKeIdJfzpM4/hq720.jpg",
"vidurl": "#tv-normlive",
"movietitle": "Norm Macdonald Live"
},
Expand Down Expand Up @@ -58,6 +58,11 @@
"imgurl": "https://is1-ssl.mzstatic.com/image/thumb/Podcasts122/v4/53/0c/1a/530c1ae5-50b9-d9b3-0ff5-0b033bb6e6b3/mza_16671228502293088837.jpg/1200x630wp.png",
"vidurl": "#tv-reddit",
"movietitle": "Smosh Reads Reddit Stories"
},
{
"imgurl": "https://img.youtube.com/vi/MKRQHhC82jE/hq720.jpg",
"vidurl": "#tv-3sheets",
"movietitle": "Three Sheets"
}


Expand Down

0 comments on commit 27f035e

Please sign in to comment.