Update scripts

This commit is contained in:
freearhey
2025-04-23 20:56:19 +03:00
parent 7f78b5770e
commit e6354bdd23
15 changed files with 144 additions and 118 deletions

View File

@@ -1,7 +1,7 @@
import { Storage, Collection, Logger, Dictionary } from '@freearhey/core'
import { DataLoader, DataProcessor, PlaylistParser } from '../../core'
import { Channel, Feed, Playlist, Stream } from '../../models'
import type { ChannelSearchableData } from '../../types/channel'
import { Channel, Feed, Playlist, Stream } from '../../models'
import { DataProcessorData } from '../../types/dataProcessor'
import { DataLoaderData } from '../../types/dataLoader'
import { select, input } from '@inquirer/prompts'