diff --git a/sites/tv.dir.bg/readme.md b/sites/tv.dir.bg/readme.md new file mode 100644 index 00000000..5cc1364d --- /dev/null +++ b/sites/tv.dir.bg/readme.md @@ -0,0 +1,21 @@ +# tv.dir.bg + +https://tv.dir.bg/programata.php + +### Download the guide + +```sh +npm run grab -- --site=tv.dir.bg +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/tv.dir.bg/tv.dir.bg.config.js --output=./sites/tv.dir.bg/tv.dir.bg.channels.xml +``` + +### Test + +```sh +npm test -- tv.dir.bg +``` diff --git a/sites/tv.dir.bg/tv.dir.bg.channels.xml b/sites/tv.dir.bg/tv.dir.bg.channels.xml index 13c7b7dd..4b28e0bf 100644 --- a/sites/tv.dir.bg/tv.dir.bg.channels.xml +++ b/sites/tv.dir.bg/tv.dir.bg.channels.xml @@ -1,101 +1,112 @@ - 24 Kitchen - 7/8 TV - Alfa TV + + 24kitchen + ТВ 7/8 + Алфа AMC Animal Planet AXN Black AXN AXN White - Balkanika Music TV - Bloomberg TV - BNT 1 - BNT 2 - BNT 3 - BNT 4 - Boomerang - BTV - BTV Action - BTV Cinema - BTV Comedy - BTV Lady - Bulgaria On Air + Балканика МТВ + Bloomberg TV Bulgaria + БНТ1 + БНТ2 + БНТ3 + БНТ4 + bTV + bTV Action + bTV Cinema + bTV Comedy + bTV Lady + Bulgaria ON AIR Cartoon Network CBS Reality - Perviy kanal - Cinemax 2 + Первый канал + Cinemax2 Cinemax - CNN Crime + Investigation Da Vinci Diema Diema Family - Diema Sport Diema Sport 2 Diema Sport 3 + Diema Sport Discovery Channel Discovery Science Disney Channel - DocuBox HD - EKids + DocuBox + E-Kids Epic Drama + Евроком Eurosport 1 Eurosport 2 - Evrokom Extreme Sports Channel - Fen Folk - Fen TV - FilmBox Extra HD - FilmBox Plus + Фен Фолк + Фен + FilmBox Extra + FilmBox+ Food Network - Fox - Fox Crime - Fox Life - HBO 2 - HBO 3 + UA TV + HBO2 + HBO3 HBO - HGTV - Hobby TV + HG TV + Хоби Investigation Discovery JimJam Kino Nova Love Nature - Max Sport 1 - Max Sport 2 - Max Sport 3 - Max Sport 4 - MCM Top + MAX Sport 1 + MAX Sport 2 + MAX Sport 3 + MAX Sport 4 + MCM National Geographic - National Geographic Wild + Nat Geo Wild Nickelodeon - Nick Jr + Nick Jr. + NOVA Nova News Nova Sport - Nova TV - NTV Mir - Okhota i Rybalka - Planeta Folk - Planeta HD - POTV - Ring + НТВ Мир + Охота и рыбалка + Планета Фолк + Планета + Тракия (Пловдив) + RING RM TV - SKAT - Telemedia + Скат + FOX + FOX Crime + FOX Life + Телемедиа TLC Travel Channel - Travel TV - TV 1 - TV 1000 - TV Evropa - TVT - TV Vraca - UA TV + TV1 + Euronews Bulgaria + Враца Viasat Explore - Viasat History HD + Viasat History Viasat Nature - FashionTV - FightBox HD + TV 1000 + Fashion TV + FightBox Fuel TV Mezzo Live HD MTV Hits diff --git a/sites/tv.dir.bg/tv.dir.bg.test.js b/sites/tv.dir.bg/tv.dir.bg.test.js index 0293438e..46330544 100644 --- a/sites/tv.dir.bg/tv.dir.bg.test.js +++ b/sites/tv.dir.bg/tv.dir.bg.test.js @@ -1,6 +1,3 @@ -// node ./scripts/commands/parse-channels.js --config=./sites/tv.dir.bg/tv.dir.bg.config.js --output=./sites/tv.dir.bg/tv.dir.bg.channels.xml -// npm run grab -- --site=tv.dir.bg - const { parser, url } = require('./tv.dir.bg.config.js') const dayjs = require('dayjs') const utc = require('dayjs/plugin/utc')