Skip to content

Commit

Permalink
Update cctv.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyu8866 authored Jun 19, 2024
1 parent 50242fa commit 73034ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m3u8/cctv.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<script src="m3u8Player.js"></script>
<script>
let title = '', guid = '';
const host = ['myhwcdn.cn', 'kcdnvip.com', 'myalicdn.com'];
const host = [ 'myalicdn.com', 'myhwcdn.cn', 'kcdnvip.com'];
let index = 0;
const iframe = $('#iframe'), iframeSrc = 'download.html';
const myPlayer = new m3u8Player(document.getElementById('ckplays'), function (e) {
Expand Down Expand Up @@ -70,4 +70,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 73034ae

Please sign in to comment.