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
2025-12-21 04:47:00 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5ddd44315824e872e17b48afac9eea23072b46b
epg
/
scripts
/
commands
/
api
/
load.ts
8 lines
99 B
TypeScript
Raw
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