Added YouTube as a service

This commit is contained in:
PC-Heini 2024-08-29 14:40:24 +02:00
parent ef3b092df7
commit afe54bc0a5

View File

@ -133,6 +133,12 @@
"name": "xboxlive", "name": "xboxlive",
"description": "CDN for xboxlive", "description": "CDN for xboxlive",
"domain_files": ["xboxlive.txt"] "domain_files": ["xboxlive.txt"]
},
{
"name": "youtube",
"description": "CDN for youtube videos",
"mixed_content": true,
"domain_files": ["youtube.txt"]
} }
] ]
} }