Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Dumpert] Embed URLs are not recognized; HTTP Error 404: Not Found #6712
Comments
|
While the videolinks in the normal url are base64 encoded, in the embed-url they're plain text:
Or you can just follow |
|
@jaimeMF I just want to point out that this isn't so much a 'site support request', as it is a mis-detection :) The Dumpert downloading code is there, it just doesn't detect the site/URL correctly from the embed pages. Not sure what your tagging guidelines are, but perhaps that makes a difference in making sure the right people look at it. |
|
Should be supported in the next version, thanks for the report. The tag is not the best, but I think |
|
Hmm, I see. Another idea might be Either way, thanks for fixing it :) |
It tries to use the generic extractor, which then runs into a 404 for some reason (mis-detection, perhaps?). The video in question was embedded at http://www.rtlnieuws.nl/nieuws/binnenland/video-woedende-meisjes-na-aanhouding-lil-kleine, but I gave youtube-dl the iframe URL directly.
The original video page at http://www.dumpert.nl/mediabase/6675421/dc440fe7/lil_kleine_kopt_biertje.html works just fine in youtube-dl - it's correctly detected as being Dumpert, and the video is downloaded correctly. This probably just requires a change in the detection code to also pick up embed URLs.