From b8dbc614636c2e0eee0d7b64268c704a81bf7055 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 5 Sep 2026 07:29:45 +0300 Subject: [PATCH] Update scripts.md --- docs/scripts.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/scripts.md b/docs/scripts.md index 79edeebe72..896ca2a46c 100644 --- a/docs/scripts.md +++ b/docs/scripts.md @@ -10,6 +10,7 @@ For the scripts to work, you must have [Node.js](https://nodejs.org/en) installe - [act:validate_issue](#actvalidate_issue) - [act:validate_label](#actvalidate_label) - [api:load](#apiload) +- [issue:validate](#issuevalidate) - [playlist:format](#playlistformat) - [playlist:update](#playlistupdate) - [playlist:generate](#playlistgenerate) @@ -71,6 +72,14 @@ Downloads the latest channel and stream data from the [iptv-org/api](https://git npm run api:load ``` +## issue:validate + +Checks the request for errors and, if any are found, saves a list of them to the file `temp/logs/errors.txt` + +```sh +npm run issue:validate --body="### Stream URL..." --labels="streams:add" +``` + ## playlist:format Formats internal playlists. The process includes [URL normalization](https://en.wikipedia.org/wiki/URI_normalization), duplicate removal, removing invalid IDs, and sorting links by channel name, quality, and label.