diff options
Diffstat (limited to 'src/conf.py')
-rw-r--r-- | src/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.py b/src/conf.py index f12854dd..70fde9c4 100644 --- a/src/conf.py +++ b/src/conf.py @@ -40,7 +40,7 @@ DEFAULTS = {"platform_url": "https://www.newspipe.org/", "ssl": "true", "host": "0.0.0.0", "port": "5000", - "crawling_method": "classic", + "crawling_method": "default", "crawler_user_agent": "Newspipe (https://github.com/newspipe)", "crawler_timeout": "30", "crawler_resolv": "false", |