igorette

joined 4 years ago
[–] igorette@lemmy.ml 4 points 1 week ago* (last edited 1 week ago) (1 children)

On Firefox I use the tampermonkey extension to trigger javascript with a little overlay bar which is shown on the rendered website. I used an AI prompt to generate the userscript.

[–] igorette@lemmy.ml 1 points 1 month ago* (last edited 1 month ago)

Kammerflimmer Kollektief

Glass Beams

Bohren und der Club of Gore

Khruangbin

[–] igorette@lemmy.ml 2 points 1 month ago

topgrade does this and and a lot more

[–] igorette@lemmy.ml 31 points 1 month ago (5 children)
[–] igorette@lemmy.ml 17 points 2 months ago (5 children)

"This project is not an open source project as a result."

[–] igorette@lemmy.ml 1 points 11 months ago

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/