8 lines
821 B
Bash
8 lines
821 B
Bash
#!/bin/bash
|
|
|
|
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
|