-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# scrapy_pdf | ||
|
||
爬取PDF文件 | ||
原本目的是抓取校园网内部服务某个文件夹下的所有PDF文件,但是站方了下架所有PDF-_- | ||
|
||
使用方法: | ||
在setting中配置 | ||
root_link 为需要爬取PDF的根页面 | ||
link_start 为下载PDF的地址头部, https://xxxx/ | ||
download_local_dir 本地下载目标文件夹 | ||
|
||
TODO: | ||
模块化为命令行程序 |