A python script to download all media from a Wordpress website.
Find a file
2019-02-04 17:37:14 +05:30
LICENSE Initial commit 2019-02-03 23:46:03 +05:30
README.md initial commit 2019-02-03 23:56:54 +05:30
requirements.txt initial commit 2019-02-03 23:56:54 +05:30
root.py performance improvements 2019-02-04 17:37:14 +05:30

Download all Media from Wordpress Website

A python script to download all media from a Wordpress website.

How to use?

Open the file in a code editor.

Edit the global variables.

website_url = 'http://your-wordpress-site.com'
time_betweendownload_requests = 1 # second - use this to not wreck havoc on the website.
output_directory = 'C:/your/output/directory'
pip install -r requirements.txt
python root.py

---0.0.1 - Tested to support images