M3U Channel List

LinuxGuy

Lurker
Member
Joined
Threads
1
Posts
10
How do users create the M3U channel list? Are there a tutorial? I have some python experience. Thanks in advance.
 
in a text editor you place it in this format:
“#EXTINF:-1, Channel name” followed by the URL.
and save it with the .m3u extension.
 
  • Thread Starter Thread Starter
  • #4
in a text editor you place it in this format:
“#EXTINF:-1, Channel name” followed by the URL.
and save it with the .m3u extension.
Thanks, but I am looking for a script that will pull the list directly from the service provider. I can create the script if I know how it is done.