Skip to content

Instantly share code, notes, and snippets.

View ejunds's full-sized avatar
😁

Kaitou E ejunds

😁
View GitHub Profile
@ejunds
ejunds / YtToM3u8.sh
Created June 1, 2024 01:08
convert yt to m3u8
#!/bin/bash
# Check if the input playlist ID and API key are provided
if [ -z "$1" ] || [ -z "$2" ]; then
echo "Usage: $0 <playlist_id> <api_key>"
exit 1
fi
playlist_id="$1"
api_key="$2"
@ejunds
ejunds / 8tv.html
Last active March 21, 2024 13:03
MIFN lm3u8 url link
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"><style></style><style type="text/css">* {user-select: auto !important; -webkit-user-select: auto !important;}</style><input type="hidden" id="inject_idm_text_selection"></head><body><video controls="" autoplay="" name="media"><source src="https://mifntechnology.github.io/siaranMy/channels/8tv/index.m3u8" type="application/vnd.apple.mpegurl"></video></body></html>