urlwatch
urlwatch copied to clipboard
Dict-based style from command line?
Is this the correct command to add dict-based style filters from the command line?
String based
urlwatch --add url=http://example.org,name=Example,filter=css:h1
Dict-based
urlwatch --add url=http://example.org,name=Example,filter=-css:h1
There is no way to do this currently, you have to edit the urls.yaml
(either manually or via an external script you write yourself).
Thanks @thp. I'll stick to string based for now. It hasn't let me down.