blackjack4494 / youtube-dlc

Command-line program to download various media from YouTube.com and other sites
https://blackjack4494.github.io/youtube-dlc/
The Unlicense
1.21k stars 13 forks source link

dplay.es and others like dplay.it dplay.no etc #100

Open felisucoibi opened 4 years ago

felisucoibi commented 4 years ago

Example URLs

https://www.dplay.es/series/5-por-sorpresa

Description

dplay.es (and other country domains) network updated it's website, now it needs a login that i think only with a cookie.txt can be bypassed. In the pas whas es.dplay.com or it.dplay.com etc, now they have its own domain but same tecnology for all of them.

Now season and chapter are loaded by a javascript, not anymore an individual page ofr each chapter.

Could be nice using cookies.txt to download the compelte show.

Notaghost9997 commented 4 years ago

it has drm protection youtube-dl will not download this

ask here https://forum.videohelp.com/forums/48-Video-Streaming-Downloading

felisucoibi commented 4 years ago

it has drm protection youtube-dl cannot download this

ask here https://forum.videohelp.com/forums/48-Video-Streaming-Downloading

Manually is easy with just firefox there is no drm just code obfuscation. The goal is to automate.

Notaghost9997 commented 4 years ago

there contentprotection is in the menifest did you downloaded video with drm? but i am more curious how did you download that with firefox?

felisucoibi commented 4 years ago

there contentprotection is in the menifest did you downloaded video with drm? but i am more curious how did you download that with firefox?

as I said there is not drm, just obfuscation. Just search for the m3u in the browser traffic.

blackjack4494 commented 4 years ago

I am not sure if it would be enough to add support for new urls in regex or if there is also some logic change.