Skip to content

Thesharing/pku-thesis-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PKU Thesis Downloader

Download PKU thesis as a PDF file.

Installation

pip install -r requirements.txt

Download chromedriver.exe from https://chromedriver.chromium.org/downloads. The version of chromedriver.exe must be corresponding to the version of Google Chrome on your computer.

Put all the URL in url.txt. The URLs should direct to the detail pages.

Run main.py.