mirror of
https://github.com/iptv-org/epg
synced 2026-05-01 23:17:00 -04:00
Replace LF endings with CRLF
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<channel site="freetv.tv" lang="ar" xmltv_id="Makan33.il" site_id="3371021">مكان</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="Kan11.il" site_id="3370462">כאן 11</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="KanEducational.il" site_id="3370497">חינוכית</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="Keshet12.il" site_id="3340020">קשת 12</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="Channel13.il" site_id="3328044">רשת 13</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="Now14.il" site_id="3457869">ערוץ 14</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="KnessetChannel.il" site_id="3362990">ערוץ הכנסת</channel>
|
||||
</channels>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<channel site="freetv.tv" lang="ar" xmltv_id="Makan33.il" site_id="3371021">مكان</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="Kan11.il" site_id="3370462">כאן 11</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="KanEducational.il" site_id="3370497">חינוכית</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="Keshet12.il" site_id="3340020">קשת 12</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="Channel13.il" site_id="3328044">רשת 13</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="Now14.il" site_id="3457869">ערוץ 14</channel>
|
||||
<channel site="freetv.tv" lang="he" xmltv_id="KnessetChannel.il" site_id="3362990">ערוץ הכנסת</channel>
|
||||
</channels>
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
# freetv.tv
|
||||
|
||||
https://freetv.tv/
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab --- --site=freetv.tv
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse --- --config=./sites/freetv.tv/freetv.tv.config.js --output=./sites/freetv.tv/freetv.tv.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- freetv.tv
|
||||
```
|
||||
# freetv.tv
|
||||
|
||||
https://freetv.tv/
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab --- --site=freetv.tv
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse --- --config=./sites/freetv.tv/freetv.tv.config.js --output=./sites/freetv.tv/freetv.tv.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test --- freetv.tv
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user