Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bunny CDN's M3U8 playlist links not detected #14

Closed
MaZED-UP opened this issue May 29, 2023 · 1 comment
Closed

Bunny CDN's M3U8 playlist links not detected #14

MaZED-UP opened this issue May 29, 2023 · 1 comment

Comments

@MaZED-UP
Copy link

I am encountering an issue with Bunny CDN where M3U8 links are not being detected.

  • This page includes a protected Bunny CDN video
    image

  • And this has an unprotected one
    image


These two pages will help you understand how the videos are delivered

@clitic
Copy link
Owner

clitic commented May 29, 2023

vsd is just a generic playlist downloader. It does supports link detection (for now). It currently extracts links from webpage sources by using just a simple regex.

The goal of this project is to provide a generic playlist downloader. And provide a extension (currently not implemented) like system for specific sites like youtube, and a library for creating wrapped downloaders like your script.

Your scripts is a wrapper around yt_dlp download functionality. For now only this part of your script can be changed to something like subprocess.run("vsd save url") in order to use vsd.

@clitic clitic closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants