initial: modular iptv-dl with runtime config from ~/.iptv-downloader/config.json

This commit is contained in:
2026-06-09 00:31:08 +02:00
commit f8af224580
48 changed files with 2140 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#pragma once
/* Fetch Xtream Codes API endpoint, return malloc'd JSON string (caller frees) */
char *api_get(const char *action, const char *extra);