Skip to content

Commit ef4d978

Browse files
committed
douban
1 parent afe6cc5 commit ef4d978

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

douban/douban_img.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
for i in imgs:
2424
# print i.get('src')
2525
img_link.append(i.get('src'))
26-
# # print i.get('data-actualsrc')
2726

2827
for index,item in enumerate(img_link):
2928
urllib.urlretrieve(item, folder_path + str(index)+'.jpg')

0 commit comments

Comments
 (0)