sepro

Results 236 comments of sepro

After ffmpeg is installed ``` yt-dlp "URL" ``` If that doesn't work please provide a verbose log. The instructions are in the issue template. I can not help you otherwise.

You are missing ffmpeg. Please either run ``` winget install ffmpeg ``` or manually install ffmpeg by placing `ffmpeg.exe` next to `yt-dlp.exe`

There is no fixed order issues are worked on. People will work on whatever they are interested in. If you want to see a site supported you can always write...

As this PR is stale, anyone is free to create a new PR based on this one and address the review comments. Alternatively anyone can also create a new PR...

I am not familiar enough with the code to properly review it. From what I understand the core issue is that `os.path.splitext` treats files with leading dots as just the...

Looking at this, I think it would be easier to split `LecturioIE` in to `LecturioIE` and `LecturioDeIE` with most of the logic being moved to `LecturioBaseIE`.