2022-11-22 12:47:07 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-12-07 18:05:23 +01:00
|
|
|
wget --no-check-certificate --no-directories -O ./../documents/ourworldindata.html https://ourworldindata.org/blog
|
|
|
|
wget --no-check-certificate --no-directories -O ./../documents/elements_cartographiques.html https://wiki.openstreetmap.org/wiki/FR:%C3%89l%C3%A9ments_cartographiques
|
|
|
|
wget --no-check-certificate --no-directories -O ./../documents/wiki_osm_traductions_incompletes.html https://wiki.openstreetmap.org/wiki/Category:FR:Traduction_incompl%C3%A8te
|
|
|
|
wget --no-check-certificate --no-directories -O ./../documents/peertube_osm_videos.xml https://peertube.openstreetmap.fr/feeds/videos.xml?sort=-publishedAt&isLocal=true
|
|
|
|
wget --no-check-certificate --no-directories -O ./../documents/peertube_cipherbliss_videos.xml https://peertube.cipherbliss.com/feeds/videos.xml?sort=-publishedAt&isLocal=true
|