From a04b4bc8022e5230e7f92ed2da4168f6ae479acc Mon Sep 17 00:00:00 2001 From: mose Date: Thu, 5 Sep 2019 10:56:14 +0800 Subject: [PATCH] maybe fix tube json feed? --- scripts/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate.sh b/scripts/generate.sh index 65130a4..840508f 100644 --- a/scripts/generate.sh +++ b/scripts/generate.sh @@ -10,7 +10,7 @@ wget -O ./site/data/wiki.json https://wiki.crapaud-fou.org/stats.php wget -O ./site/data/rencontres.json https://wiki.crapaud-fou.org/rencontres.php # tube -wget -O ./site/data/tube.json https://tube.crapaud-fou.org/feeds/videos.json?sort=-publishedAt&filter=local +wget -O ./site/data/tube.json "https://tube.crapaud-fou.org/feeds/videos.json?sort=-publishedAt&filter=local" # chat pip3 install -r ./scripts/requirements.txt