Skip to content

Commit

Permalink
Big update to website
Browse files Browse the repository at this point in the history
  • Loading branch information
thomraider12 committed Sep 29, 2024
1 parent 151c9f2 commit cc6941a
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 210 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/testar-m3u.yml

This file was deleted.

125 changes: 39 additions & 86 deletions aleatorio.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,95 +31,48 @@
</nav>
</header></main>
<body>
<h1 class="nomecanal">TravelXP</h1>
<video
id="my-video"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="https://raw.githubusercontent.com/thomraider12/icones_tv/main/travelxp.png"
controls
data-setup="{}"
>
<source
src="https://c.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/RakutenTV-pt_TravelXP/playlist.m3u8"
type="application/x-mpegURL"
/>
</video>
<br><br><h1 class="nomecanal">5-Minute Crafts</h1>
<h2 class="nomecanal2">(apenas em inglês)</h2>
<video
id="my-video"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="https://raw.githubusercontent.com/thomraider12/icones_tv/main/5mincrafts.png"
controls
data-setup="{}"
>
<source
src="https://rakutenaa-soul-5mincraftenglish-rakuten-du9p7.amagi.tv/playlist/rakutenAA-soul-5mincraftenglish-rakuten/playlist.m3u8"
type="application/x-mpegURL"
/>
</video>
<br><br><h1 class="nomecanal">GameToon<sup>HD</sup></h1>
<h2 class="nomecanal2">(pode não dar durante algum tempo, de vez em quando)</h2>
<video
id="my-video"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="https://raw.githubusercontent.com/thomraider12/icones_tv/main/gametoon.png"
controls
data-setup="{}"
>
<source
src="http://iptv.prosto.tv:7000/ch256/video.m3u8"
type="application/x-mpegURL"
/>
</video>
<br><br><h1 class="nomecanal">FailArmy<sup>HD</sup></h1>
<h2 class="nomecanal2">(fails em inglês)</h2>
<video
id="my-video"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="https://raw.githubusercontent.com/thomraider12/icones_tv/main/failarmy.png"
controls
data-setup="{}"
>
<source
src="https://jukin-failarmy-international-1-eu.vidaa.wurl.tv/playlist.m3u8"
type="application/x-mpegURL"
/>
</video>
<br><br><h1 class="nomecanal">LoveNature<sup>4K</sup></h1>
<h2 class="nomecanal2">(tem legendas, em inglês)</h2>
<nav id="nav_escolha">
<a id="escolha_canal" href="#home" onclick="changeChannel('escolha_not/escolha.mp4', 'escolha_not/escolha.png'); return false;">Home</a>
<a id="escolha_canal" href="#travelxp" onclick="changeChannel('https://b3cc72d0160f4e168712e880c78c4dcc.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/RakutenTV-pt_TravelXP/playlist.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/travelxp.png'); return false;">TravelXP<sup>HD</sup></a>
<a id="escolha_canal" href="#5mincrafts" onclick="changeChannel('https://rakutenaa-soul-5mincraftenglish-rakuten-du9p7.amagi.tv/playlist/rakutenAA-soul-5mincraftenglish-rakuten/playlist.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/5mincrafts.png'); return false;">5 Minutes Crafts<sup>HD (ENG)</sup></a>
<a id="escolha_canal" href="#gametoon" onclick="changeChannel('http://iptv.prosto.tv:7000/ch256/video.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/gametoon.png'); return false;">Gametoon<sup>HD (ENG)</sup></a>
<a id="escolha_canal" href="#failarmy" onclick="changeChannel('https://jukin-failarmy-international-1-eu.vidaa.wurl.tv/playlist.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/failarmy.png'); return false;">FailArmy<sup>HD (ENG)</sup></a>
<a id="escolha_canal" href="#lovenature4k" onclick="changeChannel('https://d18dyiwu97wm6q.cloudfront.net/playlist.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/lovenature4k.png'); return false;">Love Nature<sup>4K (ENG)</sup></a>
<a id="escolha_canal" href="#fireplace4k" onclick="changeChannel('https://d22w22d3eu3t35.cloudfront.net/playlist.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/fireplace4k.png'); return false;">Fireplace <sup>4K</sup></a>
</nav>

<video
id="my-video"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="https://github.com/thomraider12/icones_tv/blob/main/lovenature4k.png?raw=true"
controls
data-setup="{}"
id="escolha_player"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="escolha_not/escolha.png"
data-setup="{}"
>
<source
src="https://lnc-love-nature.tubi.video/playlist.m3u8"
type="application/x-mpegURL"
/>
<source
id="video_source"
src="escolha_not/escolha.mp4"
type="video/mp4"
/>
</video>
<script src="https://vjs.zencdn.net/7.20.3/video.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
var player = videojs('escolha_player');

window.changeChannel = function(url, poster) {
player.poster(poster);
player.src({ src: url, type: url.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4' });

// Adiciona um atraso de 500ms antes de reproduzir o vídeo
setTimeout(function() {
player.play();
}, 500);
};
});
</script>
<br>
<br>
<footer>Feito por Tomás Afonso. 2024</footer>
Expand Down
58 changes: 31 additions & 27 deletions banda_d.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,46 @@
</nav>
</header></main>
<body>
<h1 class="nomecanal">Anime</h1>
<video
id="my-video"
<nav id="nav_escolha">
<a id="escolha_canal" href="#home" onclick="changeChannel('escolha_not/escolha.mp4', 'escolha_not/escolha.png'); return false;">Home</a>
<a id="escolha_canal" href="#anime" onclick="changeChannel('http://stitcher-ipv4.pluto.tv/v1/stitch/embed/hls/channel/5f12136385bccc00070142ed/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=%7bTARGETOPT%7d&deviceId=%7bPSID%7d&advertisingId=%7bPSID%7d&us_privacy=1YNY&samsung_app_domain=%7bAPP_DOMAIN%7d&samsung_app_name=%7bAPP_NAME%7d&profileLimit=&profileFloor=&embedPartner=samsung-tvplus', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/anime.png'); return false;">Anime<sup>HD</sup></a>
<a id="escolha_canal" href="#rakutenfamily" onclick="changeChannel('https://rakuten-family-14-pt.samsung.wurl.tv/playlist.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/rakuten.png'); return false;">Rakuten Family<sup>HD</sup></a>
</nav>

<video
id="escolha_player"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="https://raw.githubusercontent.com/thomraider12/icones_tv/main/anime.png"
controls
height="500"
poster="escolha_not/escolha.png"
data-setup="{}"
>
>
<source
src="https://stmv1.srvif.com/animetv/animetv/playlist.m3u8"
type="application/x-mpegURL"
id="video_source"
src="escolha_not/escolha.mp4"
type="video/mp4"
/>
</video>
<br><br><h1 class="nomecanal">Rakuten Family</h1>
<video
id="my-video"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="https://raw.githubusercontent.com/thomraider12/icones_tv/main/rakuten.png"
controls
data-setup="{}"
>
<source
src="https://rakuten-family-14-pt.samsung.wurl.tv/playlist.m3u8"
type="application/x-mpegURL"
/>
</video>
</video>
<br>
<br>
<script src="https://vjs.zencdn.net/7.20.3/video.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
var player = videojs('escolha_player');

window.changeChannel = function(url, poster) {
player.poster(poster);
player.src({ src: url, type: url.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4' });

// Adiciona um atraso de 500ms antes de reproduzir o vídeo
setTimeout(function() {
player.play();
}, 500);
};
});
</script>
<footer>Feito por Tomás Afonso. 2024</footer>
</body>
</html>
10 changes: 5 additions & 5 deletions channels-link.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ https://cnn-cnninternational-1-eu.rakuten.wurl.tv/playlist.m3u8
https://fox-foxnewsnow-samsungus.amagi.tv/playlist720p.m3u8
https://8c916ce141544c85a361e55898216cf0.mediatailor.us-east-1.amazonaws.com/v1/master/04fd913bb278d8775298c26fdca9d9841f37601f/RakutenTV-eu_Bloomberg-2/playlist.m3u8
https://d1kvlt93j1bc49.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-6vpx7bvwjm7ao/v1/amcnetworks_bbcnews_1/samsungheadend_us/latest/main/hls/playlist.m3u8
https://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/55b285cd2665de274553d66f/master.m3u8?advertisingId=&appName=web&appVersion=unknown&appStoreUrl=&architecture=&buildVersion=&clientTime=0&deviceDNT=0&deviceId=bf40d33e-6a33-11ef-bc77-ef2cc32646f4&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&sid=838a42f5-3912-47ff-859d-2c0f4cdecf65&userId=&serverSideAds=true
https://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/55b285cd2665de274553d66f/master.m3u8
https://7c8b579d.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/T05PX01vdG9yc3BvcnR0dl9ITFM/playlist.m3u8
https://f7ccf7fc.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLXB0X0ZJRkFQbHVzUG9ydHVndWVzZV9ITFM/playlist.m3u8
https://3ea22335.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWdiX1JlZEJ1bGxUVl9ITFM/playlist.m3u8
https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01074-fueltv-fueltvemeaes-lges/playlist.m3u8
https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg01329-otterainc-motorvisionnz-samsungnz/playlist.m3u8?checkedby:iptvcat.com
https://eb9a3a62.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/T05PX1NwZWVkdmlzaW9uX0hMUw/playlist.m3u8
https://appletree-mytime-samsungbrazil.amagi.tv/playlist.m3u8
https://production-fast-sic.content.okast.tv/fa2e8c4385712f9aa54bbe52b1bd9b6b/channels/d9070446-8448-455e-8075-773b1ba12562/fc831b20-f252-4e7d-8cc5-2d05f4d43c1c/media_.m3u8
https://production-fast-sic.content.okast.tv/fa2e8c4385712f9ae705b449477523ec/channels/d9070446-8448-455e-8075-773b1ba12562/f083c6ea-33af-458e-82c5-f27f6b42f9ec/media_.m3u8
https://rakuten-documentaries-14-pt.samsung.wurl.tv/playlist.m3u8
https://appletree-mytime-samsungbrazil.amagi.tv/playlist.m3u8
https://moviesphere-plex.amagi.tv/playlist.m3u8
https://bit.ly/3qY2y4m?profile=608181d420fc8500075f612a.m3u8
https://rakuten-family-14-pt.samsung.wurl.tv/playlist.m3u8
Expand All @@ -38,6 +40,4 @@ https://d22w22d3eu3t35.cloudfront.net/playlist.m3u8
https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg00398-zeasneuropebv-traceurban-zeasn/playlist.m3u8
https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01131-tracetv-tracebrazuca-xiaomi/playlist.m3u8
https://clubbingtv-rakuten.amagi.tv/playlist.m3u8
https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg00056-vevotv-vevopopau-samsungau/playlist.m3u8
https://production-fast-sic.content.okast.tv/fa2e8c4385712f9aa54bbe52b1bd9b6b/channels/d9070446-8448-455e-8075-773b1ba12562/fc831b20-f252-4e7d-8cc5-2d05f4d43c1c/media_.m3u8
https://production-fast-sic.content.okast.tv/fa2e8c4385712f9ae705b449477523ec/channels/d9070446-8448-455e-8075-773b1ba12562/f083c6ea-33af-458e-82c5-f27f6b42f9ec/media_.m3u8
https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg00056-vevotv-vevopopau-samsungau/playlist.m3u8
98 changes: 43 additions & 55 deletions fil_doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
<li><a href="desporto.html">Desporto</a></li>
<li><a href="noticias.html">Notícias</a></li>
<li><a href="secundarios.html">Secundários</a></li>
<li><a href="fil_doc.html">Filmes/
<br>Doc. (Atual)</a></li>
<li><a href="fil_doc.html">Filmes/<br>Doc. (Atual)</a></li>
<li><a href="banda_d.html">Desenhos<br>Anim.</a></li>
<li><a href="radios.html">Rádios</a></li>
<li><a href="aleatorio.html">Aleatório</a></li>
Expand All @@ -31,60 +30,49 @@
</nav>
</header></main>
<body>
<h1 class="nomecanal">NatGeo Wild</h1>
<iframe width="900" height="500" src="https://www.youtube.com/embed/BJ3Yv572V1A" title="NatGeo WILD" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<br><br><h1 class="nomecanal">MyTimeMovieNetwork</h1>
<video
id="my-video"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="https://raw.githubusercontent.com/thomraider12/icones_tv/main/mtmn.png"
controls
data-setup="{}"
>
<source
src="https://appletree-mytime-samsungbrazil.amagi.tv/playlist.m3u8"
type="application/x-mpegURL"
/>
</video>
<br><br><h1 class="nomecanal">Rakuten Documentaries</h1>
<video
id="my-video"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="https://raw.githubusercontent.com/thomraider12/icones_tv/main/rakuten.png"
controls
data-setup="{}"
>
<source
src="https://rakuten-documentaries-14-pt.samsung.wurl.tv/playlist.m3u8"
type="application/x-mpegURL"
/>
</video>
<br><br><h1 class="nomecanal">MovieSphere</h1>
<h2 class="nomecanal2">(apenas em inglês, com legendas em inglês)</h2>
<video
id="my-video"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="https://raw.githubusercontent.com/thomraider12/icones_tv/main/moviesphere.png"
controls
data-setup="{}"
<nav id="nav_escolha">
<a id="escolha_canal" href="#home" onclick="changeChannel('escolha_not/escolha.mp4', 'escolha_not/escolha.png'); return false;">Home</a>
<a id="escolha_canal" href="#sicnovelas" onclick="changeChannel('https://production-fast-sic.content.okast.tv/fa2e8c4385712f9ae705b449477523ec/channels/d9070446-8448-455e-8075-773b1ba12562/f083c6ea-33af-458e-82c5-f27f6b42f9ec/media_.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/SICNovelas.png'); return false;">SIC Novelas<sup>HD</sup></a>
<a id="escolha_canal" href="#sicaltad" onclick="changeChannel('https://production-fast-sic.content.okast.tv/fa2e8c4385712f9aa54bbe52b1bd9b6b/channels/d9070446-8448-455e-8075-773b1ba12562/fc831b20-f252-4e7d-8cc5-2d05f4d43c1c/media_.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/SICAltaDefinição.png'); return false;">SIC Alta Definição<sup>HD</sup></a>
<a id="escolha_canal" href="#rakutend" onclick="changeChannel('https://rakuten-documentaries-14-pt.samsung.wurl.tv/playlist.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/rakuten.png'); return false;">Rakuten Documentaries<sup>HD</sup></a>
<a id="escolha_canal" href="#mtmn" onclick="changeChannel('https://appletree-mytime-samsungbrazil.amagi.tv/playlist.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/mtmn.png'); return false;">MyTimeMovieNetwork<sup>HD</sup></a>
<a id="escolha_canal" href="#moviesphere" onclick="changeChannel('https://moviesphere-plex.amagi.tv/playlist.m3u8', 'https://raw.githubusercontent.com/thomraider12/icones_tv/main/moviesphere.png'); return false;">MovieSphere<sup>HD</sup></a>
</nav>

<video
id="escolha_player"
class="video-js"
controls
preload="auto"
width="900"
height="500"
poster="escolha_not/escolha.png"
data-setup="{}"
>
<source
src="https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,MovieSphere.m3u8"
type="application/x-mpegURL"
/>
</video>
<source
id="video_source"
src="escolha_not/escolha.mp4"
type="video/mp4"
/>
</video><br><br>
<h1 class="nomecanal">NatGeo Wild</h1>
<iframe width="900" height="500" src="https://www.youtube.com/embed/BJ3Yv572V1A" title="NatGeo WILD" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<script src="https://vjs.zencdn.net/7.20.3/video.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
var player = videojs('escolha_player');

window.changeChannel = function(url, poster) {
player.poster(poster);
player.src({ src: url, type: url.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4' });

// Adiciona um atraso de 500ms antes de reproduzir o vídeo
setTimeout(function() {
player.play();
}, 500);
};
});
</script>
<br>
<br>
<footer>Feito por Tomás Afonso. 2024</footer>
Expand Down
Loading

0 comments on commit cc6941a

Please sign in to comment.