Skip to content

Commit 451ccd5

Browse files
Merge branch 'master' into patch-1
2 parents 2f31c4d + 55219b8 commit 451ccd5

249 files changed

Lines changed: 4933 additions & 3684 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_modules
33
.secrets
44
.actrc
55
.DS_Store
6-
.gh-pages
7-
.api
6+
/.gh-pages/
7+
/.api/
88
.env
9-
/temp
9+
/temp/

.readme/template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ Same thing, but split up into separate files:
9393

9494
### Grouped by region
9595

96+
Playlists in which channels are grouped by the region for which they are broadcasted.
97+
9698
<details>
9799
<summary>Expand</summary>
98100
<br>
99101

100-
Playlists in which channels are grouped by the region for which they are broadcasted.
101-
102102
```
103103
https://iptv-org.github.io/iptv/index.region.m3u
104104
```

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ To run scripts use the `npm run <script-name>` command.
176176
- `playlist:validate`: сhecks ids and links in internal playlists for errors.
177177
- `playlist:lint`: сhecks internal playlists for syntax errors.
178178
- `playlist:test`: tests links in internal playlists.
179+
- `playlist:edit`: utility for quick streams mapping.
179180
- `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.
180181
- `readme:update`: updates the list of playlists in [README.md](README.md).
181182
- `report:create`: creates a report on current issues.

README.md

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)