diff --git a/main.py b/main.py index a334a61..c14f581 100644 --- a/main.py +++ b/main.py @@ -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") diff --git a/services/chen.yml b/services/chen.yml new file mode 100644 index 0000000..1e16d18 --- /dev/null +++ b/services/chen.yml @@ -0,0 +1,2 @@ +cmd: /usr/bin/env python3 main.py +cwd: %h/chen