n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/scripts/dazibaweb/videos.sh
2023-04-30 21:50:11 +02:00

18 lines
634 B
Bash
Executable file

#!/bin/sh
command="./curl_wrapper"
echo
echo "---- videos.sh ----"
echo
$command xml/youtube_recently_added.rss http://youtube.com/rss/global/recently_added.rss
$command xml/youtube_recently_featured.rss http://youtube.com/rss/global/recently_featured.rss
$command xml/youtube_top_favorites.rss http://youtube.com/rss/global/top_favorites.rss
$command xml/youtube_top_rated.rss http://youtube.com/rss/global/top_rated.rss
$command xml/dailymotion.rss http://www.dailymotion.com/rss
$command xml/metacafe.rss http://www.metacafe.com/rss/new_videos.rss
date +"(MAJ %d %b %Y @ %H:%M)">/www/website/modules/backends/videos.date.txt