Freddy
Freddy
Thank you, I look forward to it :-)
OOOPS, I now know what "Close and comment" means. The issue is open.
Thank you bashonly I made a work-around with this quick and dirty bash script: wget --output-document=getvideo.html "$1" yt-dlp jwplatform:$(awk '/videoId: / {print $2}' getvideo.html | tr --delete --complement '[:alnum:]') where...
Here is a cleaner version of the script: ``` #!/bin/sh THIS=$(which $0 2>/dev/null) ; if test -z "$THIS" ; then THIS=$0 ; fi THISPROG=$(basename $THIS) TMPFIL=/tmp/$THISPROG.$$ ; rm -f ${TMPFIL}*...
THANK YOU! The nightly build [email protected] works. ``` yt-dlp -vU 'https://www.tvsyd.dk/min-oldefars-krig/34-livet-i-skyttegravene' [debug] Command-line config: ['-vU', 'https://www.tvsyd.dk/min-oldefars-krig/34-livet-i-skyttegravene'] [debug] User config "/home/freddy/.config/yt-dlp/config": ['--paths', '~/Videos/youtube-dl', '--output', '%(title)s.%(autonumber)02d.%(ext)s', '--restrict-filenames', '--all-subs', '--embed-subs', '--embed-metadata', '--no-overwrites', '--no-playlist',...