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 from nicovideo.jp #19261
Comments
BackgroundI'm not sure, but the underlying problem could be #14582. As mentioned in RecommendationAs a workaround, I recommend you to tried re-downloading the video for multiple Test Results
RemarkPlease note that I use torsocks to simulate slow connection and to bypass geo Also, the shell command for retrying requires a posix shell to run, but there's |
|
As noted in #20088 (this is regarding the issue where the download doesn't even start, rather than failing partway through) this can be worked around by having youtube-dl log in, although there's no requirement to do so in browser. |
|
I wrote a bash script to continually run the command until it succeeds.
|
|
@yuis-ice you can use an until loop for a cleaner and shorter command:
|
|
remitamine <notifications@github.com> writes:
@yuis-ice you can use an until loop for a more clean and shorter command:
until youtube-dl [options] https://www.nicovideo.jp/watch/sm34815188; do continue; done
@yuis-ice Or you can use the command I mentioned above:
until youtube-dl https://www.nicovideo.jp/watch/sm34642257; do printf 'Retrying...\n\n'; done
It prints a retrying message which can be useful when using it in a script.
… —
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.02.18. 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 ```):Description of your issue, suggested solution and other information
For the past few days youtue-dl is unable to download most niconico videos.
URL example (not working):
http://www.nicovideo.jp/watch/sm34642257URL example (working):
http://www.nicovideo.jp/watch/sm34425299