This is a simple Python script that extracts and downloads all PDF files from a given web page.
- Parses the web page.
- Extracts all PDF file links.
- Downloads and saves them in a folder
pdf_files.
- Run the script.
- Paste a valid URL with PDF links.
- Let it download automatically.
- Python
- requests
- BeautifulSoup
All files are saved in pdf_files/.
By : zrexuy