This commit is contained in:
parent
56f13c6524
commit
3696f61b02
8 changed files with 524 additions and 446 deletions
17
config.toml
17
config.toml
|
@ -8,7 +8,8 @@ DOWNLOAD_ON_DEMAND=true
|
|||
[websites]
|
||||
# You can blacklist sites which wont work well
|
||||
BLACKLIST_DOMAINS = [
|
||||
"^gitlab" # All domains starting with gitlab
|
||||
"^gitlab", # All domains starting with gitlab
|
||||
"youtube" # YouTube
|
||||
]
|
||||
|
||||
# Domain configuration (Example)
|
||||
|
@ -56,3 +57,17 @@ no_javascript = true
|
|||
[[websites.domains]]
|
||||
domain = "github.com"
|
||||
no_javascript = true
|
||||
|
||||
[[websites.domains]]
|
||||
domain = "en.wikipedia.org"
|
||||
no_javascript = true
|
||||
|
||||
[[websites.domains]]
|
||||
domain = "api.flutter.dev"
|
||||
no_javascript = true
|
||||
no_video = true
|
||||
|
||||
[[websites.domains]]
|
||||
domain = "docs.flutter.dev"
|
||||
no_javascript = true
|
||||
no_video = true
|
Loading…
Add table
Add a link
Reference in a new issue