mirror of https://github.com/Free-TV/IPTV
Update README.md
parent
f62d9817b5
commit
189065182b
12
README.md
12
README.md
|
@ -38,9 +38,9 @@ Format
|
||||||
|
|
||||||
The m3u8 playlist is generated from the .md files by the .py script.
|
The m3u8 playlist is generated from the .md files by the .py script.
|
||||||
|
|
||||||
Each .md file represesnts a group. The <h1> line in used as the group title.
|
Each .md file represesnts a group. The `<h1>` line in used as the group title.
|
||||||
|
|
||||||
Only channels which URL column starts with [>] are included in the playlist.
|
Only channels which URL column starts with `[>]` are included in the playlist.
|
||||||
|
|
||||||
Issues
|
Issues
|
||||||
======
|
======
|
||||||
|
@ -62,9 +62,9 @@ To add a new channel, make a Pull Request.
|
||||||
|
|
||||||
- In your Pull Request you need to provide information to show that the channel is free.
|
- In your Pull Request you need to provide information to show that the channel is free.
|
||||||
- Use imgur.com to host the channel logo and point to it.
|
- Use imgur.com to host the channel logo and point to it.
|
||||||
- If you have a valid HD stream, add it and put [>] in front of it.
|
- If you have a valid HD stream, add it and put `[>]` in front of it.
|
||||||
- If you don't have an stream for the channel, add [x]() in the url column and place your channel in the Invalid category.
|
- If you don't have an stream for the channel, add `[x]()` in the url column and place your channel in the Invalid category.
|
||||||
- If you have a stream but it doesn't work well, put the channel in the Invalid category and put [x] in front of the url.
|
- If you have a stream but it doesn't work well, put the channel in the Invalid category and put `[x]` in front of the url.
|
||||||
|
|
||||||
**Removing a Channel**
|
**Removing a Channel**
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ In your Pull Request you need to provide information to show that the channel is
|
||||||
|
|
||||||
Note: Public taxes (whether national or regional, whether called TV License or not) do not constitute a private paid subscription.
|
Note: Public taxes (whether national or regional, whether called TV License or not) do not constitute a private paid subscription.
|
||||||
|
|
||||||
If a stream is broken, simply move the channel to the invalid category and replace [>] with [x] in the url column.
|
If a stream is broken, simply move the channel to the invalid category and replace `[>]` with `[x]` in the url column.
|
||||||
|
|
||||||
Supported Countries
|
Supported Countries
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Reference in New Issue