From 50ddd0c20c4cc8f897813f8c35f15b2683740851 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:24:11 +0300 Subject: [PATCH] Update readme.md --- sites/tvtv.us/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sites/tvtv.us/readme.md b/sites/tvtv.us/readme.md index ceb3285b..f7b55613 100644 --- a/sites/tvtv.us/readme.md +++ b/sites/tvtv.us/readme.md @@ -5,9 +5,11 @@ https://www.tvtv.us/ ### Download the guide ```sh -npm run grab --- --site=tvtv.us +npm run grab --- --site=tvtv.us --delay=1500 ``` +**IMPORTANT:** Keep in mind that with a large number of requests the server may start responding with the error [429 Too Many Requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429). In this case, try increasing the `--delay` (1000 = 1 second) or create a [custom channel list](https://github.com/iptv-org/epg?tab=readme-ov-file#use-custom-channel-list) with only the channels you need. + ### Test ```sh