File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
from ayugespidertools .scraper .pipelines .oracle .fantasy import AyuFtyOraclePipeline
15
15
from ayugespidertools .scraper .pipelines .oracle .twisted import AyuTwistedOraclePipeline
16
16
from ayugespidertools .scraper .pipelines .oss .ali import AyuAsyncOssPipeline
17
- from ayugespidertools .scraper .pipelines .oss .alimongo import AyuAsyncOssMongoPipeline
17
+ from ayugespidertools .scraper .pipelines .oss .batch import AyuAsyncOssBatchPipeline
18
18
from ayugespidertools .scraper .pipelines .postgres .asynced import AyuAsyncPostgresPipeline
19
19
from ayugespidertools .scraper .pipelines .postgres .fantasy import AyuFtyPostgresPipeline
20
20
from ayugespidertools .scraper .pipelines .postgres .twisted import (
38
38
"AyuFtyOraclePipeline" ,
39
39
"AyuTwistedOraclePipeline" ,
40
40
"AyuAsyncOssPipeline" ,
41
- "AyuAsyncOssMongoPipeline " ,
41
+ "AyuAsyncOssBatchPipeline " ,
42
42
"AyuAsyncPostgresPipeline" ,
43
43
"AyuFtyPostgresPipeline" ,
44
44
"AyuTwistedPostgresPipeline" ,
Original file line number Diff line number Diff line change 4
4
from ayugespidertools .scraper .pipelines .oss .ali import AyuAsyncOssPipeline
5
5
6
6
__all__ = [
7
- "AyuAsyncOssMongoPipeline " ,
7
+ "AyuAsyncOssBatchPipeline " ,
8
8
]
9
9
10
10
if TYPE_CHECKING :
11
11
from ayugespidertools .common .typevars import AlterItem , OssConf
12
12
from ayugespidertools .spiders import AyuSpider
13
13
14
14
15
- class AyuAsyncOssMongoPipeline (AyuAsyncOssPipeline ):
15
+ class AyuAsyncOssBatchPipeline (AyuAsyncOssPipeline ):
16
16
"""适用于 oss 上传时,对应的文件资源字段为列表类型的场景"""
17
17
18
18
oss_bucket : AliOssBase
You can’t perform that action at this time.
0 commit comments