mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update myafn.dodmedia.osd.mil
This commit is contained in:
parent
6421117285
commit
45dd245fd4
3 changed files with 22 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<channels>
|
<channels>
|
||||||
<channel site="myafn.dodmedia.osd.mil" lang="en" xmltv_id="AFNFamily.us" site_id="9">AFN|family;AFN|pulse</channel>
|
<channel site="myafn.dodmedia.osd.mil" lang="en" xmltv_id="AFNFamily.us" site_id="9">AFN|pulse</channel>
|
||||||
<channel site="myafn.dodmedia.osd.mil" lang="en" xmltv_id="AFNMovie.us" site_id="10">AFN|movie</channel>
|
<channel site="myafn.dodmedia.osd.mil" lang="en" xmltv_id="AFNMovie.us" site_id="10">AFN|movie</channel>
|
||||||
<channel site="myafn.dodmedia.osd.mil" lang="en" xmltv_id="AFNNews.us" site_id="5">AFN|news</channel>
|
<channel site="myafn.dodmedia.osd.mil" lang="en" xmltv_id="AFNNews.us" site_id="5">AFN|news</channel>
|
||||||
<channel site="myafn.dodmedia.osd.mil" lang="en" xmltv_id="AFNPrimeAtlantic.us" site_id="2">AFN|prime Atlantic</channel>
|
<channel site="myafn.dodmedia.osd.mil" lang="en" xmltv_id="AFNPrimeAtlantic.us" site_id="2">AFN|prime Atlantic</channel>
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
// npm run channels:parse -- --config=./sites/myafn.dodmedia.osd.mil/myafn.dodmedia.osd.mil.config.js --output=./sites/myafn.dodmedia.osd.mil/myafn.dodmedia.osd.mil.channels.xml
|
|
||||||
// npm run grab -- --site=myafn.dodmedia.osd.mil
|
|
||||||
|
|
||||||
const { parser, url } = require('./myafn.dodmedia.osd.mil.config.js')
|
const { parser, url } = require('./myafn.dodmedia.osd.mil.config.js')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
const utc = require('dayjs/plugin/utc')
|
const utc = require('dayjs/plugin/utc')
|
||||||
|
|
21
sites/myafn.dodmedia.osd.mil/readme.md
Normal file
21
sites/myafn.dodmedia.osd.mil/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# myafn.dodmedia.osd.mil
|
||||||
|
|
||||||
|
https://v3.myafn.dodmedia.osd.mil/
|
||||||
|
|
||||||
|
### Download the guide
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run grab -- --site=myafn.dodmedia.osd.mil
|
||||||
|
```
|
||||||
|
|
||||||
|
### Update channel list
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run channels:parse -- --config=./sites/myafn.dodmedia.osd.mil/myafn.dodmedia.osd.mil.config.js --output=./sites/myafn.dodmedia.osd.mil/myafn.dodmedia.osd.mil.channels.xml
|
||||||
|
```
|
||||||
|
|
||||||
|
### Test
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm test -- myafn.dodmedia.osd.mil
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue