mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
help docs: Fix a sorta buggy URL test.
This commit is contained in:
@@ -44,7 +44,9 @@ class HelpDocumentationSpider(UnusedImagesLinterSpider):
|
|||||||
name = "help_documentation_crawler"
|
name = "help_documentation_crawler"
|
||||||
start_urls = ['http://localhost:9981/help']
|
start_urls = ['http://localhost:9981/help']
|
||||||
deny_domains = [] # type: List[str]
|
deny_domains = [] # type: List[str]
|
||||||
deny = ['/privacy']
|
deny = ['/privacy',
|
||||||
|
# Ignored because scrapy seems to not process relatively URLs with ../ properly.
|
||||||
|
'[.][.]/']
|
||||||
images_path = "static/images/help"
|
images_path = "static/images/help"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user