Update astro.com.my

This commit is contained in:
freearhey 2023-12-02 18:42:24 +03:00
parent e0033b42d8
commit 692a507cf5
3 changed files with 23 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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="16">OPUS</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="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="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="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>

View file

@ -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 fs = require('fs')
const path = require('path')

View 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
```