diff --git a/README.md b/README.md
index 85d5ed27..1fe234ec 100644
--- a/README.md
+++ b/README.md
@@ -1380,17 +1380,21 @@ Extractors take the URL of a page to archive, write their output to the filesyst
-This project is maintained mostly in my spare time with the help from generous contributors and Monadical Consulting.
+This project is maintained mostly in my spare time with the help from generous contributors.
+**🏛️ [Contact us for professional support](https://docs.sweeting.me/s/archivebox-consulting-services) 💬**
+
-Sponsor this project on GitHub
-
-
-
+
+
+
+
+
+ArchiveBox operates as a US 501(c)(3) nonprofit, donations are tax-deductible.
(fiscally sponsored by HCB EIN: 81-2908499
)
(网站存档 / 爬虫)
diff --git a/archivebox/config.py b/archivebox/config.py
index d947c0f1..c7e05922 100644
--- a/archivebox/config.py
+++ b/archivebox/config.py
@@ -152,6 +152,8 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = {
'CHROME_HEADLESS': {'type': bool, 'default': True},
'CHROME_SANDBOX': {'type': bool, 'default': lambda c: not c['IN_DOCKER']},
'YOUTUBEDL_ARGS': {'type': list, 'default': lambda c: [
+ '--restrict-filenames',
+ '--trim-filenames',
'--write-description',
'--write-info-json',
'--write-annotations',