Adapt to YouTube api v1 (#30)#31
Conversation
This will allow us to adapt to the new API (#30)
Due to the the new API these are likely no longer in use
|
The current implementation works for some videos like When having a look at the G7UDTG7wtSo (used by youtube.com)G7UDTG7wtSo (used by rustube)5jlI4uzZGjU (used by youtube.com)5jlI4uzZGjU (used by rustube) |
|
@DzenanJupic One thing I don't understand is, why the duration between both requests should be so different. 1692.525 to 229.270 just seems a bit strange. |
|
For the video |
My bad, I mixed the URLs up. I now updated the image. |
Interesting! Though, since we are (hopefully) using the same API as |
|
I just looked through their source code (the app is still working), and at least at one location they still use get_video_info url's. I don't know if this is their actual way, but they used it in a different way than us. |
|
Seems like they use the |
|
I just tested to set |
|
This PR from |
6a5deac to
cd39e86
Compare

This fixes the problem that YouTube apparently dropped support for
/get_video_info.Closes #30