@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
8 lines (7 loc) • 456 B
TypeScript
export declare function getFirstInterventionStartTimecode(dataNvs: string, finalPlayerNvs: string): number | null;
/**
* Build VOD master HLS URL from data.nvs <files><file ... url="..."> entries.
*/
export declare function buildVodMasterM3u8FromNvs(xml: string, host?: string): string | null;
export declare function extractMeetingIdsFromNvs(nvsText: string): string[];
export declare function extractInterfaceIdFromNvs(nvsText: string): string | null;