Rafiuth / Soggfy

Spotify ogg dumper
Creative Commons Zero v1.0 Universal
917 stars 54 forks source link

request: podcast support #2

Open asdfmonster261 opened 3 years ago

asdfmonster261 commented 3 years ago

There are some exclusive podcasts I'd like for offline viewing but there's no other tools I've found that seem capable. I was wondering if the method used in this tool could also be used for those.

Rekulous commented 3 years ago

Have you tried downloading podcasts yourself?

asdfmonster261 commented 3 years ago

Yes.

Rafiuth commented 3 years ago

Implemented on the latest release.

redrocket3 commented 3 years ago

Has anyone been able to get Joe Rogan podcast to pickup as a track?

asdfmonster261 commented 3 years ago

I have not. As far as I can tell it's detecting audio only podcasts right now. That's all I could get it to recognize anyway.

redrocket3 commented 3 years ago

Ah, that's probably why. I assumed that an audio only version would be published alongside a video version.

Rafiuth commented 3 years ago

Didn't know they had video podcasts, oof.

It seems like they are using widevine to DRM video podcasts. If that's the case, there's not much I can do about it unfortunately.

Rekulous commented 3 years ago

Didn't know they had video podcasts, oof.

It seems like they are using widevine to DRM video podcasts. If that's the case, there's not much I can do about it unfortunately.

@parnexcodes on GitHub has Widevine DRM cracking / bypass related stuff

https://github.com/parnexcodes/widevine-L3-WEB-DL-Script https://github.com/parnexcodes/widevine-l3-guesser-modified

They are programmed in Python and JavaScript though, so I'm not sure if it will be much help for Soggfy since its in C++.