mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Delete queueandnotify
This commit is contained in:
parent
afb54ca648
commit
66c5ddae03
@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# Podboat sucks. This script replaces it.
|
|
||||||
# It reads the newsboat queue, queuing downloads with taskspooler.
|
|
||||||
# It also removes the junk from extentions.
|
|
||||||
queuefile="$HOME/.local/share/newsboat/queue"
|
|
||||||
|
|
||||||
while read -r line; do
|
|
||||||
[ -z "$line" ] && continue
|
|
||||||
url="$(echo "$line" | awk '{print $1}')"
|
|
||||||
qndl "$url" "curl -LO"
|
|
||||||
done < "$queuefile"
|
|
||||||
|
|
||||||
echo > "$queuefile"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user