mirror of
https://github.com/iptv-org/epg
synced 2026-03-21 19:30:52 -04:00
8 lines
106 B
TypeScript
8 lines
106 B
TypeScript
import { downloadData } from '../../api'
|
|
|
|
async function main() {
|
|
await downloadData()
|
|
}
|
|
|
|
main()
|