pull/379/head
sayori-q 2023-08-01 01:53:54 +00:00 committed by GitHub
parent c28dd40b2b
commit 0170124997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def main():
# head_playlist = f'#EXTM3U x-tvg-url="{processed_epg_list}"'
# print(f'#EXTM3U x-tvg-url="{processed_epg_list}"', file=playlist)
head_playlist = '#EXTM3U'
print('#EXTM3U')
print('#EXTM3U', file=playlist)
os.chdir("lists")
for filename in sorted(os.listdir(".")):
if filename == "README.md" or not filename.endswith(".md"):