Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
2e8e8fb440 | |||
ff1928a09f | |||
1ff85a3a26 | |||
6b723e1776 | |||
8aacebad42 |
10
README.md
10
README.md
@ -139,4 +139,12 @@ Sometimes a new version of this image will be bound to the same source commit. T
|
||||
- 1.0.23
|
||||
[12-02-2024](https://github.com/iptv-org/epg/commit/296d6162ecbeb1b3c3e392845187d30624d50aa2)
|
||||
- 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)
|
@ -78,8 +78,6 @@ module.exports = {
|
||||
.then(r => r.data)
|
||||
.catch(console.log)
|
||||
|
||||
console.log('data', data)
|
||||
|
||||
return Object.values(data).map(item => {
|
||||
return {
|
||||
lang: 'es',
|
||||
|
Reference in New Issue
Block a user