Skip to content

Commit 9f4190b

Browse files
authored
Python爬取百度贴吧刘诗诗图片
Python爬取百度贴吧刘诗诗图片
1 parent 98f2a31 commit 9f4190b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spider/pythonForLSS.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ def get_image(content):
3636
open('lssimages/'+image_name,'wb').write(r.content)
3737
print('保存成功')
3838
else:
39-
print('尺寸不行,不要')
39+
print('尺寸不行,不要')
40+

0 commit comments

Comments
 (0)