mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-09-24 19:17:14 +02:00
Move md files into a directory
This commit is contained in:
@@ -152,6 +152,7 @@ class Channel():
|
||||
if __name__ == "__main__":
|
||||
with open("playlist.m3u8", "w", encoding='utf-8') as playlist:
|
||||
print(f'#EXTM3U x-tvg-url="{",".join(EPG_LIST)}"', file=playlist)
|
||||
os.chdir("lists")
|
||||
for filename in sorted(os.listdir(".")):
|
||||
if filename == "README.md" or not filename.endswith(".md"):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user