Open franciscopassos opened 2 months ago
Hi,
That is in fact really curious. That is my usual path for my programming projects. I have to find why it happens as I don't have any static references to any path on the code base.
Thank you for finding it out. It must be something about the build step of the executable
On another note, unfortunately I think that the downloader isn't working, at least for most videos, as Arquivos RTP changed the on-demand streaming and now includes some sort of DRM protection. Even previously downloaded videos won't work anymore - not even with other software. I'm still figuring out if there is any way to make it work again
.\artp-dl.exe https://arquivos.rtp.pt/conteudos/*censored*/
thread 'tokio-runtime-worker' panicked at 'called
Option::unwrap()
on aNone
value', D:\programming\Rust\arquivos_rtp_downloader\src/lib\video.rs:24:61 note: run withRUST_BACKTRACE=1
environment variable to display a backtrace thread 'main' panicked at 'calledResult::unwrap()
on anErr
value: JoinError::Panic(...)', D:\programming\Rust\arquivos_rtp_downloader\src/lib\video_downloader.rs:49:28Strange that there would be absolute paths in there that I don't have on my machine.