Replace LF endings with CRLF

This commit is contained in:
freearhey
2025-08-11 09:28:27 +03:00
parent 9f407f3b8a
commit 77a4de1198
467 changed files with 143542 additions and 143542 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,35 +1,35 @@
# epg.iptvx.one
https://epg.iptvx.one/
### Download the guide
Windows (Command Prompt):
```sh
SET "NODE_OPTIONS=--max-old-space-size=5000" && npm run grab --- --site=epg.iptvx.one
```
Windows (PowerShell):
```sh
$env:NODE_OPTIONS="--max-old-space-size=5000"; npm run grab --- --site=epg.iptvx.one
```
Linux and macOS:
```sh
NODE_OPTIONS=--max-old-space-size=5000 npm run grab --- --site=epg.iptvx.one
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/epg.iptvx.one/epg.iptvx.one.config.js --output=./sites/epg.iptvx.one/epg.iptvx.one.channels.xml
```
### Test
```sh
npm test --- epg.iptvx.one
```
# epg.iptvx.one
https://epg.iptvx.one/
### Download the guide
Windows (Command Prompt):
```sh
SET "NODE_OPTIONS=--max-old-space-size=5000" && npm run grab --- --site=epg.iptvx.one
```
Windows (PowerShell):
```sh
$env:NODE_OPTIONS="--max-old-space-size=5000"; npm run grab --- --site=epg.iptvx.one
```
Linux and macOS:
```sh
NODE_OPTIONS=--max-old-space-size=5000 npm run grab --- --site=epg.iptvx.one
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/epg.iptvx.one/epg.iptvx.one.config.js --output=./sites/epg.iptvx.one/epg.iptvx.one.channels.xml
```
### Test
```sh
npm test --- epg.iptvx.one
```