Avatar

igorette

igorette@lemmy.ml
Joined
99 posts • 31 comments
Direct message

“Nein, ich sage dir mein Passwort nicht.” Natürlich ohne gefragt worden zu sein.

permalink
report
reply

By Audioscrobbler, which merged later with last.fm

permalink
report
parent
reply

my dirty method with wget, fzf, pueue and yt-dlp put this in e.g. .bashrc

myytdlq () { wget -k $1 -O /tmp/myytdl.tmp; cat /tmp/myytdl.tmp | perl -pe 's/\"/\n\"\n/g; s/\\u002F/\//g;' | grep -v hoerfassung | sort
 -u | fzf -m --query "http video" | cat > /tmp/myytdlq; export MYYTDLQ=$(cat /tmp/myytdlq); clear; echo $MYYTDLQ; for i in $MYYTDLQ; do 
pueue add -- "yt-dlp  --restrict-filenames    --output '%(extractor_key)s-%(title).40s.%(ext)s'  $i"; done }

and use it with the url of the series

myytdlq https://www.arte.tv/de/videos/113212-001-A/this-is-england-86-1-4/

permalink
report
reply

I always hated country music but got into it with Johnny Cashs American Recordings and after watching Ken Burns documentation “Country Music” I am even more open to it. It is a kind of grassroot music, music of the people.

https://www.pbs.org/kenburns/country-music/episode-guide

permalink
report
reply

Nicht vergessen, dm gehört Anthroposophen, wie Alnatura auch.

https://taz.de/Zwist-zwischen-Alnatura-und-dm/!5282919/

permalink
report
reply