mirror of
https://github.com/iptv-org/epg
synced 2025-12-21 04:47:00 -05:00
Update astro.com.my
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<channels>
|
<channels>
|
||||||
<!-- <channel site="astro.com.my" lang="ms" xmltv_id="" site_id="14">ERA FM</channel>
|
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="14">ERA FM</channel>
|
||||||
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="15">MY FM</channel>
|
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="15">MY FM</channel>
|
||||||
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="16">OPUS</channel>
|
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="16">OPUS</channel>
|
||||||
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="17">HITZ FM</channel>
|
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="17">HITZ FM</channel>
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="490">Zee Cinema</channel>
|
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="490">Zee Cinema</channel>
|
||||||
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="501">TVB Magic</channel>
|
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="501">TVB Magic</channel>
|
||||||
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="503">W-Sport</channel>
|
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="503">W-Sport</channel>
|
||||||
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="508">Astro Premier</channel> -->
|
<channel site="astro.com.my" lang="ms" xmltv_id="" site_id="508">Astro Premier</channel>
|
||||||
<channel site="astro.com.my" lang="ms" xmltv_id="8TV.my" site_id="115">8TV</channel>
|
<channel site="astro.com.my" lang="ms" xmltv_id="8TV.my" site_id="115">8TV</channel>
|
||||||
<channel site="astro.com.my" lang="ms" xmltv_id="AdithyaTV.in" site_id="67">Adithya</channel>
|
<channel site="astro.com.my" lang="ms" xmltv_id="AdithyaTV.in" site_id="67">Adithya</channel>
|
||||||
<channel site="astro.com.my" lang="ms" xmltv_id="AlJazeeraEnglish.qa" site_id="374">Al Jazeera English HD</channel>
|
<channel site="astro.com.my" lang="ms" xmltv_id="AlJazeeraEnglish.qa" site_id="374">Al Jazeera English HD</channel>
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
// npm run channels:parse -- --config=./sites/astro.com.my/astro.com.my.config.js --output=./sites/astro.com.my/astro.com.my.channels.xml
|
|
||||||
// npm run grab -- --site=astro.com.my
|
|
||||||
|
|
||||||
const { parser, url } = require('./astro.com.my.config.js')
|
const { parser, url } = require('./astro.com.my.config.js')
|
||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|||||||
21
sites/astro.com.my/readme.md
Normal file
21
sites/astro.com.my/readme.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# astro.com.my
|
||||||
|
|
||||||
|
https://content.astro.com.my/
|
||||||
|
|
||||||
|
### Download the guide
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run grab -- --site=astro.com.my
|
||||||
|
```
|
||||||
|
|
||||||
|
### Update channel list
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run channels:parse -- --config=./sites/astro.com.my/astro.com.my.config.js --output=./sites/astro.com.my/astro.com.my.channels.xml
|
||||||
|
```
|
||||||
|
|
||||||
|
### Test
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm test -- astro.com.my
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user