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
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{{TITLE}} — IPTV</title>
<link rel="stylesheet" href="/iptv.css">
</head>
<body>
<nav class="topnav">
<a href="/series" class="nav-item">Series</a>
<a href="/movies" class="nav-item">Movies</a>
<a href="/search" class="nav-item">Search</a>
<a href="/downloads" class="nav-item">Downloads</a>
</nav>
<div class="container">
<script src="/iptv.js"></script>