From afe54bc0a580d7dc6676001a00bf32f74c4d0db2 Mon Sep 17 00:00:00 2001 From: PC-Heini Date: Thu, 29 Aug 2024 14:40:24 +0200 Subject: [PATCH] Added YouTube as a service --- cache_domains.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cache_domains.json b/cache_domains.json index 055e509..516138b 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -133,6 +133,12 @@ "name": "xboxlive", "description": "CDN for xboxlive", "domain_files": ["xboxlive.txt"] + }, + { + "name": "youtube", + "description": "CDN for youtube videos", + "mixed_content": true, + "domain_files": ["youtube.txt"] } ] }