5 lines
105 B
Python
5 lines
105 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from scrapy import cmdline
|
|
|
|
cmdline.execute("scrapy crawl rm_comic".split()) |