add new guide_tnt site

This commit is contained in:
GreenSnakeLinux
2025-07-03 19:12:53 +02:00
parent a74baa3350
commit d92e90a93d
6 changed files with 1987 additions and 0 deletions

View File

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