maybe fix tube json feed?

This commit is contained in:
mose 2019-09-05 10:56:14 +08:00
parent bc5ec4e87e
commit a04b4bc802

View file

@ -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 wget -O ./site/data/rencontres.json https://wiki.crapaud-fou.org/rencontres.php
# tube # 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 # chat
pip3 install -r ./scripts/requirements.txt pip3 install -r ./scripts/requirements.txt