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

DMAX videos now played embedded - no URL #25636

Open
Reiner1210 opened this issue Jun 12, 2020 · 4 comments
Open

DMAX videos now played embedded - no URL #25636

Reiner1210 opened this issue Jun 12, 2020 · 4 comments

Comments

@Reiner1210
Copy link

@Reiner1210 Reiner1210 commented Jun 12, 2020

The dmax.de site plays the videos embedded in the main page so we can no long fetch the URLs
Example: https://dmax.de/sendungen/goldrausch-in-alaska/

@aruscher
Copy link

@aruscher aruscher commented Jun 18, 2020

DMAX is broken due to a mismatch in the url encoding (old: https://www.dmax.de/programme/dmax-highlights/video/tuning-star-sidney-hoffmann-exklusiv-bei-dmax/191023082312316, new: https://dmax.de/sendungen/goldrausch-in-alaska/).

@Reiner1210 : For now you can use https://github.com/Brawl345/Get-DMAX-Links to generate a bunch of youtube-dl calls :)

@Reiner1210
Copy link
Author

@Reiner1210 Reiner1210 commented Jun 19, 2020

@faulesocke
Copy link

@faulesocke faulesocke commented Sep 24, 2020

How would we fix this? The user only has an URL like https://dmax.de/sendungen/goldrausch-in-alaska/ but usually does not want to download all episodes but only one or two. There already exist some options for video selection but these are primarily made for youtube playlists. So I recommend the following behaviour:

When no options are given, youtube-dl starts downloading all episodes from all seasons available. In addition we can try to modify the --playlist-items option so that it accepts strings like S02E05. Another option would be to have a new --episode or --episode-list option.

I can start implementing this and open a PR if you are okay with this design.

@Reiner1210
Copy link
Author

@Reiner1210 Reiner1210 commented Sep 24, 2020

At the moment I manually extract the URL from the network debug window in Firefox.
I think a list function (--episode-list) would be helpful. And then an option to put the output string of the episode as option in the download.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.