Maritime-Robotics-Student-Society / blog

Southampton sailing robot blog site
https://blog.sotonsailrobot.org/
MIT License
1 stars 1 forks source link

Retrieve images from wordpress #8

Closed Nanoseb closed 6 years ago

Nanoseb commented 6 years ago

Right now some images are still hosted on wordpress, this works fine untill wordpress shut down our account for some reason. We should host them on github and change the path in the articles.

Nanoseb commented 6 years ago

Just a quick summary of what was needed to fix this:

grep -h files.wordpress * | sed 's/.!/\n/g' | grep sailrobot.files.wordpress | sed 's/).*$//;s/^.*(//' > ~/list
wget -i list
sed -i 's/https:\/\/sailrobot.files.wordpress.com\/[0-9]*\/[0-9]*\//\/images\/wordpress\//g' *