8 lines
816 B
Bash
8 lines
816 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
wget --no-check-certificate --no-directories -O ./../documentsourworldindata.html https://ourworldindata.org/blog
|
||
|
wget --no-check-certificate --no-directories -O ./../documentselements_cartographiques.html https://wiki.openstreetmap.org/wiki/FR:%C3%89l%C3%A9ments_cartographiques
|
||
|
wget --no-check-certificate --no-directories -O ./../documentswiki_osm_traductions_incompletes.html https://wiki.openstreetmap.org/wiki/Category:FR:Traduction_incompl%C3%A8te
|
||
|
wget --no-check-certificate --no-directories -O ./../documentspeertube_osm_videos.xml https://peertube.openstreetmap.fr/feeds/videos.xml?sort=-publishedAt&isLocal=true
|
||
|
wget --no-check-certificate --no-directories -O ./../documentspeertube_cipherbliss_videos.xml https://peertube.cipherbliss.com/feeds/videos.xml?sort=-publishedAt&isLocal=true
|