maybe fix tube json feed?

This commit is contained in:
mose 2019-09-05 10:56:14 +08:00
parent bc5ec4e87e
commit a04b4bc802
1 changed files with 1 additions and 1 deletions

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
# 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