How can i grab pdf links from website with Python script

前端 未结 3 1389
我寻月下人不归
我寻月下人不归 2020-12-29 00:41

Quite often i have to download the pdfs from websites but sometimes they are not on one page. They have divided the links in pagination and I have to click on every page of

3条回答
  •  一生所求
    2020-12-29 01:19

    If there is a lot of pages with links you can try excellent framework -- Scrapy(http://scrapy.org/). It is pretty easy to understand how to use it and can download pdf files you need.

提交回复
热议问题