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