Dzenan Jupic

Results 23 comments of Dzenan Jupic

https://github.com/DzenanJupic/rustube/issues/38#issuecomment-886050339

Hey @nyanchor, thank you for mentioning this. `0.3.6` used to work, so I guess youtube changed their API once again. I'll have a look at this in the next few...

@nyanchor the `0.3.7` release fixes the problem. See #42 for more information on the cause. Unfortunately, we are still fighting with slow download speeds.

@aviallon welcome to `rustube`. Your tip was great! I usually avoid `youtube-dl`, since the code base is just massive and messy. They actually just make one step less than we...

If you mean age-restricted videos, then `VXDsM-1McE0` and `irauhITDrsE` are two examples from our tests. For other examples of private, ... videos, you can always checkout (or expand) [tests/common.rs](https://github.com/DzenanJupic/rustube/blob/master/tests/common.rs).

@89z Thank you, that looks really promising! One question regarding the Bearer token: When I understood the code correctly the auth token is acquired in [`func (o OAuth) Exchange() (*Exchange,...

We actually had a workaround for age-restricted videos using the `/get_video_info` endpoint. (you can have a look at past commits and daily actions) Unfortunately, YouTube is slowly but steadily drifting...

I did not state, that it's possible right now. That's the reason this issue exists since a recent API-change four days ago broke our code. But before that, we were...

> Regarding authentication, I think OAuth is the best option because you just have to log in one time, then you can save the access_token locally for reuse. That actually...

@fabi321 thanks for the links, looks interesting. I'll have a look at it to see if we can integrate that in `rustube`.