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.
VIKI cannot download the video, as if the signature has changed #14181
Comments
|
I can replicate your issue with the link provided. I get the same debug output. For other videos, I get a geolocation error, even though I can play fine from browser. Playlist: https://www.viki.com/tv/28448c-she-was-pretty#modal-episode
I am wondering if these have the same root cause. |
|
VIKI site has regional restrictions, some areas of the IP address can access the page, but can not play video |
|
I understand this. In this instance, I am able to play the video (in browser) from my local IP and VPN connections. However starting today, I get either the geolocation or signature error depending on the playlist attempted. If you try the playlist I posted above, error code does it fail on? |
The playlist above requires the use of VPN, and I don't have any other VPN addresses to try |
|
My Hong Kong and South Korea VPN says its restricted, but my US and UK VPNs allow me to play, and it plays in Germany. I have a feeling it is also a signature issue, but it is throwing the geolocation error for videos that are restricted in some regions. |
|
Is there any way to solve this problem? I can't download all the videos in VIKI now. |
|
I'm not sure right now. |
|
app=100005a |
|
Just tried this in the viki.py file, and it generates an HTTP Error 400: Bad Request
Is there an update to the _APP_VERSION as well? |
|
_APP_VERSION is not used in the code so it's not the problem. The problem is the backslash from key string. To work in python remove it:
|
|
The Chrome developers see capture version should be updated to 3.2, but I have not tested |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.09.11. 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?
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 ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
I think VIKI changed the signature algorithm, but what exactly is I do not kno