Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_modules
.secrets
.actrc
.DS_Store
.gh-pages
.api
/.gh-pages/
/.api/
.env
/temp
/temp/
4 changes: 2 additions & 2 deletions .readme/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ Same thing, but split up into separate files:

### Grouped by region

Playlists in which channels are grouped by the region for which they are broadcasted.

<details>
<summary>Expand</summary>
<br>

Playlists in which channels are grouped by the region for which they are broadcasted.

```
https://iptv-org.github.io/iptv/index.region.m3u
```
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ To run scripts use the `npm run <script-name>` command.
- `playlist:validate`: сhecks ids and links in internal playlists for errors.
- `playlist:lint`: сhecks internal playlists for syntax errors.
- `playlist:test`: tests links in internal playlists.
- `playlist:edit`: utility for quick streams mapping.
- `playlist:deploy`: allows to manually publish all generated via `playlist:generate` playlists. To run the script you must provide your [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) with write access to the repository.
- `readme:update`: updates the list of playlists in [README.md](README.md).
- `report:create`: creates a report on current issues.
Expand Down
Loading