The program allows you to convert serval YouTube lives into a M3U file that can play in serval IPTV apps.
With thanks to @victorlish for the original project.
Play YouTube live using IPTV app. That's it.
- Put YouTube live link into
YouTubeLink.txtwith the following format
Channel Name - Language
https://www.youtube.com/watch?v=idC4ZAleKtc
- Run the cron job in GitHub
- Put the link
https://raw.githubusercontent.com/<username>/YouTubeLinkGrabber/main/youtube.m3u8to your IPTV app.
You can also run the program locally by python YouTubeLinkGrabber.py > youtube.m3u8 or by chmod +x exec_grabber.sh && ./exec_grabber.sh.