Change line endings with CRLF

This commit is contained in:
freearhey
2025-10-23 04:53:39 +03:00
parent 46f6ae9535
commit 949286ed9f
5 changed files with 79 additions and 79 deletions

View File

@@ -1,21 +1,21 @@
# <DOMAIN>
https://<DOMAIN>
### Download the guide
```sh
npm run grab --- --site=<DOMAIN>
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/<DOMAIN>/<DOMAIN>.config.js --output=./sites/<DOMAIN>/<DOMAIN>.channels.xml
```
### Test
```sh
npm test --- <DOMAIN>
```
# <DOMAIN>
https://<DOMAIN>
### Download the guide
```sh
npm run grab --- --site=<DOMAIN>
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/<DOMAIN>/<DOMAIN>.config.js --output=./sites/<DOMAIN>/<DOMAIN>.channels.xml
```
### Test
```sh
npm test --- <DOMAIN>
```