Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
490520775f | ||
|
|
8231301a53 | ||
|
|
2e8e8fb440 | ||
|
|
ff1928a09f | ||
|
|
1ff85a3a26 | ||
|
|
6b723e1776 | ||
|
|
8aacebad42 |
12
README.md
12
README.md
@@ -140,3 +140,15 @@ Sometimes a new version of this image will be bound to the same source commit. T
|
|||||||
[12-02-2024](https://github.com/iptv-org/epg/commit/296d6162ecbeb1b3c3e392845187d30624d50aa2)
|
[12-02-2024](https://github.com/iptv-org/epg/commit/296d6162ecbeb1b3c3e392845187d30624d50aa2)
|
||||||
- 1.0.24
|
- 1.0.24
|
||||||
[12-02-2024](https://github.com/iptv-org/epg/commit/296d6162ecbeb1b3c3e392845187d30624d50aa2)<br>Fix for movistarplus.es channel grabber
|
[12-02-2024](https://github.com/iptv-org/epg/commit/296d6162ecbeb1b3c3e392845187d30624d50aa2)<br>Fix for movistarplus.es channel grabber
|
||||||
|
- 1.0.25
|
||||||
|
[12-04-2024](https://github.com/iptv-org/epg/commit/864e0ac2c4761d926b203a85a382a4bdc87fbc17)
|
||||||
|
- 1.0.26
|
||||||
|
[12-05-2024](https://github.com/iptv-org/epg/commit/581441834af6f089c3930ad2d7ff1de2c701a6d9)
|
||||||
|
- 1.0.27
|
||||||
|
[12-07-2024](https://github.com/iptv-org/epg/commit/ce4f3e69358385d1fb8e79df8129c63d6314a802)
|
||||||
|
- 1.0.28
|
||||||
|
[12-08-2024](https://github.com/iptv-org/epg/commit/f9c8fc1b2dd63465564aba0c720096574980c58f)
|
||||||
|
- 1.0.29
|
||||||
|
[12-11-2024](https://github.com/iptv-org/epg/commit/581f5e0ca94bd6d05c33f53951df078d702b2510)
|
||||||
|
- 1.0.30
|
||||||
|
[12-16-2024](https://github.com/iptv-org/epg/commit/b9bbd32d354315eb292e3b82da09785e575a9781)
|
||||||
@@ -78,8 +78,6 @@ module.exports = {
|
|||||||
.then(r => r.data)
|
.then(r => r.data)
|
||||||
.catch(console.log)
|
.catch(console.log)
|
||||||
|
|
||||||
console.log('data', data)
|
|
||||||
|
|
||||||
return Object.values(data).map(item => {
|
return Object.values(data).map(item => {
|
||||||
return {
|
return {
|
||||||
lang: 'es',
|
lang: 'es',
|
||||||
|
|||||||
Reference in New Issue
Block a user