From 644c1dcaaeeb85cca6f3ba68cf09d7564f91622a Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 9 Nov 2025 10:19:33 +0300 Subject: [PATCH] Create readme.md --- sites/port.hu/readme.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sites/port.hu/readme.md diff --git a/sites/port.hu/readme.md b/sites/port.hu/readme.md new file mode 100644 index 00000000..79ba66ea --- /dev/null +++ b/sites/port.hu/readme.md @@ -0,0 +1,23 @@ +# port.hu + +https://port.hu/tv + +### Download the guide + +```sh +npm run grab --- --site=port.hu --delay=1000 +``` + +**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. + +### Update channel list + +```sh +npm run channels:parse --- --config=./sites/port.hu/port.hu.config.js --output=./sites/port.hu/port.hu.channels.xml +``` + +### Test + +```sh +npm test --- port.hu +```