質問編集履歴

2

文法修正

2019/02/01 03:40

投稿

vbxy95xwy
vbxy95xwy

スコア10

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,10 @@
17
17
 
18
18
 
19
19
  ```python
20
+
21
+ import scrapy
22
+
23
+
20
24
 
21
25
  class Headline(scrapy.Item):
22
26
 

1

タイトルの変更

2019/02/01 03:40

投稿

vbxy95xwy
vbxy95xwy

スコア10

test CHANGED
@@ -1 +1 @@
1
- ScrspyでFiles Pipelineを用いる画像収集に
1
+ ScrspyでFiles Pipelineを用いる画像収集で,URLだけでなく画像ファイル自体を保存できず困ってます.
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- ScrapyでFiles Pipelineを用いてYahoo!ニュースのトピックス記事内の画像を収集したいです.
5
+ ScrapyでFiles Pipelineを用いてYahoo!ニュースのトピックス記事内の画像をcsvに保存したいです.
6
6
 
7
7
 
8
8