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:
parent
d4ec91a8fb
commit
476d05a17d
1
main.py
1
main.py
@ -32,6 +32,7 @@ block_list = (
|
|||||||
"youtu.be",
|
"youtu.be",
|
||||||
"www.youtube.com",
|
"www.youtube.com",
|
||||||
"youtube.com",
|
"youtube.com",
|
||||||
|
"m.youtube.com"
|
||||||
)
|
)
|
||||||
req_list = ("http://", "https://")
|
req_list = ("http://", "https://")
|
||||||
html_files = ("text/html", "application/xhtml+xml")
|
html_files = ("text/html", "application/xhtml+xml")
|
||||||
|
2
services/chen.yml
Normal file
2
services/chen.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
cmd: /usr/bin/env python3 main.py
|
||||||
|
cwd: %h/chen
|
Loading…
x
Reference in New Issue
Block a user