diff options
| -rw-r--r-- | odin/strm/cleanup_youtube | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odin/strm/cleanup_youtube b/odin/strm/cleanup_youtube index 8b138744..02a5b327 100644 --- a/odin/strm/cleanup_youtube +++ b/odin/strm/cleanup_youtube | |||
| @@ -19,7 +19,8 @@ function cleanup { | |||
| 19 | 19 | ||
| 20 | urldecode() { local x="${$(cat)//+/ }"; echo -e "${x//\%/\\x}" } | 20 | urldecode() { local x="${$(cat)//+/ }"; echo -e "${x//\%/\\x}" } |
| 21 | 21 | ||
| 22 | @rollingdirectory@/bin/rolling-directory /srv/media/youtube 50Gi | 22 | dir=/srv/media/youtube |
| 23 | @rollingdirectory@/bin/rolling-directory ${dir} 50Gi | ||
| 23 | 24 | ||
| 24 | notmuch search --output=messages --format=text 'is:cached' | \ | 25 | notmuch search --output=messages --format=text 'is:cached' | \ |
| 25 | while read id; do | 26 | while read id; do |
