You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
213 B
Python

# -*- coding: utf-8 -*-
# @Time : 2025/8/20 15:05
# @Author : zhaoxiangpeng
# @File : main.py
from scrapy.cmdline import execute
execute('scrapy crawl douban_top250 -o data_douban_top250_3.csv'.split())