maybe fix tube json feed?
This commit is contained in:
parent
bc5ec4e87e
commit
a04b4bc802
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue