Skip to content

Commit 232347d

Browse files
authored
京东商品晒单图下载
京东商品晒单图下载
1 parent a1b88ed commit 232347d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dingdong/jd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,4 @@ def run(path, keyword, num):
214214
parser.add_argument('-n', '--num', help=('the number of goods to download images'), type=int, default=1)
215215
args = parser.parse_args()
216216
run(args.dir, args.keyword, args.num)
217+

0 commit comments

Comments
 (0)