-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
|
||
import time | ||
|
||
__version__ = "2.5.0" | ||
__version__ = "2.0" | ||
StartTime = time.time() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,17 @@ | ||
<!-- (c) FFFF --> | ||
<!-- Code by fyaz05 --> | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta property="og:image" content="https://i.ibb.co/M8S0Zzj/live-streaming.png" itemprop="thumbnailUrl"> | ||
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/fyaz05/Resources@main/HydroStreamerBot/live.png" itemprop="thumbnailUrl"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>%s</title> | ||
<link rel="stylesheet" type='text/css' href="https://drive.google.com/uc?export=view&id=1pVLG4gZy7jdow3sO-wFS06aP_A9QX0O6"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Delius"> | ||
|
||
|
||
</head> | ||
|
||
<body class='cyber'> | ||
<header> | ||
<div class="toogle"></div> | ||
<div id="file-name" class="cyber"> | ||
<marquee direction = "left"> %s</marquee> | ||
</div> | ||
</header> | ||
|
||
<div class="container"> | ||
<a href=%s> | ||
<button class="cybr-btn"> | ||
Download | ||
<span aria-hidden>_</span> | ||
<span aria-hidden class="cybr-btn__glitch">_404 Error</span> | ||
<span aria-hidden class="cybr-btn__tag">_%s</span> | ||
</button> | ||
</a> | ||
|
||
</div> | ||
<script src="https://cdn.plyr.io/3.7.8/plyr.js"></script> | ||
<script> | ||
const controls = [ | ||
'play-large', | ||
'rewind', | ||
'play', | ||
'fast-forward', | ||
'progress', | ||
'current-time', | ||
'duration', | ||
'mute', | ||
'volume', | ||
'captions', | ||
'settings', | ||
'pip', | ||
'airplay', | ||
'download', | ||
'fullscreen' | ||
]; | ||
document.addEventListener('DOMContentLoaded', () => { | ||
const player = Plyr.setup('.player', { controls }); | ||
}); | ||
|
||
const body = document.querySelector('body'); | ||
const title = document.querySelector('#file-name'); | ||
const footer = document.querySelector('footer'); | ||
const toogle = document.querySelector('.toogle'); | ||
toogle.onclick = () => { | ||
body.classList.toggle('dark') | ||
footer.classList.toggle('dark') | ||
title.classList.toggle('dark') | ||
} | ||
</script> | ||
<body> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,7 @@ | |
"formation": { | ||
"web": { | ||
"quantity": 1, | ||
"size": "Standard" | ||
"size": "Standard-2X" | ||
} | ||
} | ||
} |