This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:window.location.href='http://www.jamendo.com/get/album/list/album/archiverestricted/redirect/?ids='+/\/list\/a(\d+)/.exec(window.location.href)[1]+'&are=ogg3';void(0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Skript um alle verfügbaren Taz-Ausgaben aus dem Taz digiabo in ein Archiv herunterzuladen | |
# Siehe http://www.taz.de/zeitung/abo/digiabo/ für mehr Informationen | |
# Basisverzeichnis für das taz-Archiv | |
taz_dir=$HOME/pub/doc/taz | |
# Heutiges Datum 0:00 - 20 Tage | |
date=$[$(date -d $(date +%Y/%m/%d) +%s)-20*24*60*60] | |
now=$(date +%s) |
NewerOlder