persepolisdm / persepolis

Persepolis Download Manager is a GUI for aria2.
https://persepolisdm.github.io
GNU General Public License v3.0
6.13k stars 647 forks source link

Failed to fetch media on windows #905

Closed kuchingneko28 closed 1 year ago

kuchingneko28 commented 2 years ago

System Details:

Error when fetch media : {2288D71E-5008-4943-8E71-15739238EEBC} png

YouTube said: Unable to extract video data

Any help ?

Bum-Cement commented 2 years ago

This is likely due to YouTube DRM protections. The video is DRM encoded to protect copyrights. Try using yt-dlp instead: https://github.com/yt-dlp/yt-dlp

If you use yt-dlp, make sure you get the ffmpeg .exes as well. Place the ffmpeg .exes in the same folder as the yt-dlp.exe file. yt-dlp should be able to decode and download YouTube videos.

Regards.