Ignore m.youtube.com

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/chen/trunk@24 32723744-9b23-0b4a-b1da-9b2e968f9461
This commit is contained in:
yakumo.izuru 2023-10-28 16:49:10 +00:00
parent d4ec91a8fb
commit 476d05a17d
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ block_list = (
"youtu.be",
"www.youtube.com",
"youtube.com",
"m.youtube.com"
)
req_list = ("http://", "https://")
html_files = ("text/html", "application/xhtml+xml")

2
services/chen.yml Normal file
View File

@ -0,0 +1,2 @@
cmd: /usr/bin/env python3 main.py
cwd: %h/chen