You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Devine has some amazing capabilities for parsing and handling HLS and DASH links. I think it would be nice if we could use Devine as a standalone downloader with our other projects. For example, I am suggesting something like this:
I am not saying I want exactly the examples above. I am just suggesting implementing a similar way of using Devine for downloading a given DASH/HLS URL with the provided keys, headers, etc. Whether this is done directly via Python, like in my first example, or via the command line, like in my second example, would be up to you.
I do not know if it is possible to implement this behavior, but if it is, it would be amazing. I personally know that Devine can parse and handle some HLS/DASH URLs and download and decrypt them faster and better than some tools like yt-dlp or N-M3U8DL-RE. The only downside is that it requires separate service code to be written for each service. If we could use Devine for universally downloading and decrypting HLS/DASH URLs, it would be really cool.
I hope you will take this into consideration. Thank you.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Devine has some amazing capabilities for parsing and handling HLS and DASH links. I think it would be nice if we could use Devine as a standalone downloader with our other projects. For example, I am suggesting something like this:
OR
I am not saying I want exactly the examples above. I am just suggesting implementing a similar way of using Devine for downloading a given DASH/HLS URL with the provided keys, headers, etc. Whether this is done directly via Python, like in my first example, or via the command line, like in my second example, would be up to you.
I do not know if it is possible to implement this behavior, but if it is, it would be amazing. I personally know that Devine can parse and handle some HLS/DASH URLs and download and decrypt them faster and better than some tools like yt-dlp or N-M3U8DL-RE. The only downside is that it requires separate service code to be written for each service. If we could use Devine for universally downloading and decrypting HLS/DASH URLs, it would be really cool.
I hope you will take this into consideration. Thank you.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: