Kaggle / learntools

Tools and tests used in Kaggle Learn exercises
Apache License 2.0
447 stars 231 forks source link

Change imgur images links to Google hosted #433

Closed ryanholbrook closed 1 year ago

ryanholbrook commented 1 year ago

Replaced links with:

find . -type f -name "*.ipynb" -exec sed -E -i "s#http(s)?://(i\.)?imgur\.com/(a/)?([a-zA-Z0-9]{7})(\.(png|gif|jpg))?#https://storage.googleapis.com/kaggle-media/learn/images/\4\5#g" {} \;
alexisbcook commented 1 year ago

geocoding service temporarily down, merging anyway