mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 03:16:53 -05:00
Update bein.com
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
// npm run channels:parse -- --config=./sites/bein.com/bein.com.config.js --output=./sites/bein.com/bein.com_ar.channels.xml --set=lang:ar
|
|
||||||
// npm run channels:parse -- --config=./sites/bein.com/bein.com.config.js --output=./sites/bein.com/bein.com_en.channels.xml --set=lang:en
|
|
||||||
// npm run grab -- --site=bein.com
|
|
||||||
|
|
||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const { parser, url } = require('./bein.com.config.js')
|
const { parser, url } = require('./bein.com.config.js')
|
||||||
|
|||||||
39
sites/bein.com/readme.md
Normal file
39
sites/bein.com/readme.md
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# bein.com
|
||||||
|
|
||||||
|
https://www.bein.com/ar/%D8%AC%D8%AF%D9%88%D9%84-%D8%A7%D9%84%D8%A8%D8%AB/ (Arabic)
|
||||||
|
|
||||||
|
https://www.bein.com/en/tv-guide/ (English)
|
||||||
|
|
||||||
|
### Download the guide
|
||||||
|
|
||||||
|
Arabic:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run grab -- --site=bein.com --lang=ar
|
||||||
|
```
|
||||||
|
|
||||||
|
English:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run grab -- --site=bein.com --lang=en
|
||||||
|
```
|
||||||
|
|
||||||
|
### Update channel list
|
||||||
|
|
||||||
|
Arabic:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run channels:parse -- --config=./sites/bein.com/bein.com.config.js --output=./sites/bein.com/bein.com_ar.channels.xml --set=lang:ar
|
||||||
|
```
|
||||||
|
|
||||||
|
English:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run channels:parse -- --config=./sites/bein.com/bein.com.config.js --output=./sites/bein.com/bein.com_en.channels.xml --set=lang:en
|
||||||
|
```
|
||||||
|
|
||||||
|
### Test
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm test -- bein.com
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user