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.
niconico is broken #2087
niconico is broken #2087
Comments
|
It works fine for me. Can you post the output of |
|
|
Looks like the niconico extractor still works with sm URLS but not with the new so ones. Example: |
|
@pascalbrax it's unrelated, please open a new issue. Note that in a browser you get redirected to http://www.nicovideo.jp/watch/1425530678, which does work. |
|
@jaimeMF My bad. Yes it works... And I'm kind of confused because I've tested it several times and it didn't work. Oh well, nevermind then. |
|
@pascalbrax Note that the original url http://www.nicovideo.jp/watch/so25716969 doesn't work. |
|
All videos mentioned above works with the latest version. Closing. |
Downloading user info fails, probably because the API changed. Can't debug that as I don't have Flash.
You can still get videos if you fix the error handling: line 111 in niconico.py has to catch ExtractorError instead of the various low-level exceptions, as those were already converted in _request_webpage.