-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d0de3d
commit f321dce
Showing
4 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
"__version__", | ||
] | ||
|
||
__version__ = "3.9.5" | ||
__version__ = "3.9.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,4 @@ | |
|
||
|
||
class AyuCommand(Command): | ||
"""完全 copy 继承 scrapy 中的方法 | ||
不推荐使用 ayuge crawl 来执行 spider,没必要,还是使用 scrapy crawl 吧 | ||
""" | ||
|
||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "AyugeSpiderTools" | ||
version = "3.9.5" | ||
version = "3.9.6" | ||
description = "scrapy 扩展库:用于扩展 Scrapy 功能来解放双手。" | ||
authors = ["ayuge <[email protected]>"] | ||
maintainers = ["ayuge <[email protected]>"] | ||
|