This website requires JavaScript.
Explore
Help
Sign In
iptv-org
/
epg
Watch
1
Star
0
Fork
0
You've already forked epg
mirror of
https://github.com/iptv-org/epg
synced
2026-03-29 15:11:32 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
be-updates
Add File
New File
Apply Patch
epg
/
scripts
/
commands
/
api
/
load.ts
8 lines
99 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
Merge branch 'patch-2025.10.1' of https://github.com/iptv-org/epg into be-updates
2025-10-24 15:13:08 +02:00
import
{
downloadData
}
from
'../../api'
use splitted lodash modules for better efficiency
2025-07-31 11:22:35 +02:00
async
function
main() {
Merge branch 'patch-2025.10.1' of https://github.com/iptv-org/epg into be-updates
2025-10-24 15:13:08 +02:00
await
downloadData
(
)
use splitted lodash modules for better efficiency
2025-07-31 11:22:35 +02:00
}
main
(
)
Reference in New Issue
Copy Permalink