feat(spiders): Add CrawlSpider and CrawlRule
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from .crawler import CrawlSpider, CrawlRule
|
||||
|
||||
__all__ = [
|
||||
"CrawlSpider",
|
||||
"CrawlRule",
|
||||
]
|
||||
Reference in New Issue
Block a user