vascoferreira25 / arquivos_rtp_downloader

[PT] Um programa para fazer download de videos do RTP Arquivos || [EN] A program to download videos from RTP Arquivos.
MIT License
11 stars 2 forks source link

Failure to run #4

Open franciscopassos opened 2 months ago

franciscopassos commented 2 months ago

.\artp-dl.exe https://arquivos.rtp.pt/conteudos/*censored*/

thread 'tokio-runtime-worker' panicked at 'called Option::unwrap() on a None value', D:\programming\Rust\arquivos_rtp_downloader\src/lib\video.rs:24:61 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace thread 'main' panicked at 'called Result::unwrap() on an Err value: JoinError::Panic(...)', D:\programming\Rust\arquivos_rtp_downloader\src/lib\video_downloader.rs:49:28

Strange that there would be absolute paths in there that I don't have on my machine.

vascoferreira25 commented 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