Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

igorette, to piracy in How to download a series on arte.tv?
@igorette@lemmy.ml avatar

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


<span style="color:#323232;">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
</span><span style="color:#323232;"> -u | fzf -m --query "http video" | cat > /tmp/myytdlq; export MYYTDLQ=$(cat /tmp/myytdlq); clear; echo $MYYTDLQ; for i in $MYYTDLQ; do 
</span><span style="color:#323232;">pueue add -- "yt-dlp  --restrict-filenames    --output '%(extractor_key)s-%(title).40s.%(ext)s'  $i"; done }
</span>

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/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #