18 lines
868 B
Bash
Executable file
18 lines
868 B
Bash
Executable file
#!/bin/sh
|
|
|
|
command="./curl_wrapper"
|
|
|
|
echo
|
|
echo "---- cine.sh ----"
|
|
echo
|
|
|
|
$command xml/allocine_catourne.rss http://www.allocine.fr/xml/rss/rub_gen_lsttype=23001.html
|
|
$command xml/allocine_interviews.rss http://www.allocine.fr/xml/rss/rub_gen_lsttype=23005.html
|
|
$command xml/allocine_business.rss http://www.allocine.fr/xml/rss/rub_gen_lsttype=23006.html
|
|
$command xml/allocine_web.rss http://www.allocine.fr/xml/rss/rub_gen_lsttype=23012.html
|
|
$command xml/allocine_celebrites.rss http://www.allocine.fr/xml/rss/rub_gen_lsttype=23004.html
|
|
$command xml/allocine_festivals.rss http://www.allocine.fr/xml/rss/rub_gen_lsttype=23007.html
|
|
$command xml/nordcinema_cine.rss http://www.nord-cinema.com/rss.php
|
|
$command xml/nordcinema_critiques.rss http://www.nord-cinema.com/fiches/10critiques.php
|
|
|
|
date +"(MAJ %d %b %Y @ %H:%M)">/home/www/website/modules/backends/cine.date.txt
|