UNPKG

@tricoteuses/senat

Version:

Handle French Sénat's open data

11 lines (10 loc) 430 B
import { MatchWeights } from "./types"; export declare const weights: MatchWeights; export declare const MAX_CANDIDATES = 15; export declare const STATS: { total: number; accepted: number; }; export declare const VIDEOS_ROOT_FOLDER = "videos"; export declare const SENAT_VIDEOS_SEARCH_AJAX = "https://videos.senat.fr/senat_videos_search.php"; export declare const SENAT_DATAS_ROOT = "https://videos.senat.fr/Datas/senat";