Skip to content

Commit

Permalink
Move md files into a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
freetv332 committed Sep 2, 2022
1 parent 006f144 commit c5cba2a
Show file tree
Hide file tree
Showing 44 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This is a playlist for everybody.
Format
======

The m3u8 playlist is generated from the .md files by the .py script.
The m3u8 playlist is generated by `make_playlist.py`, using the `.md` files located in `lists`.

Each .md file represesnts a group. The `<h1>` line is used as the group title.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions make_playlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def to_m3u_line(self):
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
Expand Down
2 changes: 1 addition & 1 deletion playlist.m3u8
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=4
https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=6
#EXTINF:-1 tvg-name="NR SR" tvg-logo="https://i.imgur.com/sPDiS5q.png" group-title="Slovakia",NR SR
https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=5
#EXTINF:-1 tvg-name="JOJ" tvg-logo="https://i.imgur.com/5BAWD0z.png" tvg-id="JOJ.sk" group-title="Slovakia",JOJ
#EXTINF:-1 tvg-name="JOJ" tvg-logo="https://i.imgur.com/5BAWD0z.png" tvg-id="TVJOJ.sk" group-title="Slovakia",JOJ
https://st01-1.iptv.joj.sk/101-tv-pc.m3u8
#EXTINF:-1 tvg-name="JOJ Plus" tvg-logo="https://i.imgur.com/fKPliTj.png" tvg-id="JojPlus.sk" group-title="Slovakia",JOJ Plus
https://st01-1.iptv.joj.sk/102-tv-pc.m3u8
Expand Down

0 comments on commit c5cba2a

Please sign in to comment.