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.
Unable to download embedded Vimeo video on webpage. #14706
Comments
|
Well, depends on the contents of Can you post it? |
|
Of course - this is the master.json that youtube-dl downloaded: https://gist.github.com/victorhooi/fa8f19894371941d82b14004ad0e5385 |
|
Carefully read new issue template and provide all requested information. |
|
Apologies if I missed something. However, I suspect this is possibly a FR - which is what I was hoping to clarify with the youtube-dl team. Was Vimeo embedded functionality ever working? If it's the CLI output, I'm happy to attach that?
Let me know if you need additional information. |
i will refer to the URL of this webpage as the original URL. you can use one of this options:
|
|
I can confirm swapping the And is this documented somewhere in the README/manpage? |
because
no. there is no need to document those hacks, it's not the preferred way for using |
|
BTW, I think this issue should be set to open again then..
is not really addressed, yet. Or not? |
i think that the issue will need to be opened if: |
|
Hello, Im not sure I am at the right place but I've been trying to use viemo-download.py and I always the message: raise JSONDecodeError("Expecting value", s, err.value) from None maybe @victorhooi could help me out? THANKS a lot! |
|
Try to change suffix of url master.json?base64_init=1 into master.mpd. Have a look at akamai documentation. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.11.06. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):I'm attempting to download an embedded Vimeo video on a webpage. The webpage is behind a username/password.
I was able to use https://github.com/eMBee/vimeo-download to download the video successfully, by checking for the master.json file associatd with the video (using Chrome DevTools), and passing that to
vimeo-download.py.However, attempting to pass this master.json file to youtube-dl did not work - it simply saves the master.json file to disk.
Is there some way to have youtube-dl take a master.json file as input? Or some other way of having it parse a webpage behind a username/password?