techmetx11

Results 15 comments of techmetx11

> As your function share all of it's code with `error_template_helper`, what I'd recommend you to do is to rename it so something more explicit (like `error_template_message`) and reuse it...

I'm making a helper for Invidious in C, It will use QuickJS and do the following: - Fetch player script and extract functions independently from Invidious - Communicate with Invidious...

Check out what I'm making (switched to Rust after some talk with SamantazFox): https://github.com/techmetx11/inv_sig_helper

> Check out what I'm making (switched to Rust after some talk with SamantazFox): https://github.com/techmetx11/inv_sig_helper My program is done (along with the protocol documentation in README), all that's needed is...