From 430f129513d5c7a8e87ef20a5d5cc7c2e11e70d5 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 2 Aug 2021 06:06:40 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3933d33a43..c6c1e01e36 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -167,18 +167,14 @@ http://example.com/stream.m3u8 - ... - `unsorted.m3u`: playlist with channels not yet sorted. - `scripts/` - - `blacklist.json`: list of channels banned for addition to the repository. - - `categories.json`: list of supported categories. + - `helpers/`: helper scripts used in GitHub Actions. - `clean.js`: used in GitHub Action to check all links and remove broken ones. - - `db.js`: contains functions for retrieving and managing the channel list. + - `detect-resolution.js`: used in GitHub Action to detect resolution of the streams. - `filter.js`: used within GitHub Action to remove blacklisted channels from playlists. - `format.js`: used within GitHub Action to format channel descriptions and sort playlists. - `generate.js`: used within GitHub Action to generate all additional playlists. - - `parser.js`: contains functions for parsing playlists. - - `regions.json`: list of supported region codes. - `remove-duplicates.js`: used in GitHub Action to remove duplicates from the playlist. - `update-readme.js`: used within GitHub Action to update the `README.md` file. - - `utils.js`: contains functions that are used in other scripts. - `CONTRIBUTING.md`: file you are currently reading. - `index.m3u`: main playlist that contains links to all playlists in the `channels/` folder. - `README.md`: project description generated from the contents of the `.readme/` folder.