@Raabo
"Previously" means that I downloaded something a year and a half ago.
So use the local http server for the playlist file, for example:
python3 -m http.server
Or you can try using pure ffmpeg:
ffmpeg -allowed_extensions ALL -protocol_whitelist "file,http,https,tcp,tls,crypto" -i...