wkrettek

Results 9 comments of wkrettek

I had the idea of making a Rust downloader like this that is fully interoperable with the extractors from youtube-dl. The main draw of youtube-dl is the community that is...

Hmm it appears that it might. I envisioned using Py03 to call python extractors using Rust bindings and it looks like it uses an embedded interpreter to make that happen....

Looking at the youtube-dl generic extractor it looks like the main guts of it start at the [_real_extract](https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/extractor/generic.py#L2335) function. Looks like it checks a bunch of common things to look...

Is a Jina refactor still on the table?

Does the streamlit caching feature and the .ann and .pt files address this or no?

Oh yeah I think I understand this better now. Keeping those things in memory could improve speed a bit.

**Whoops!** I See the it requires 0.10 now. Strike that. I also get errors building on M1, MacOS 12.4, zig version 0.9.1 ``` ./libs/mach-gpu-dawn/build.zig:183:10: error: type '@typeInfo(@typeInfo(@TypeOf(std.child_process.ChildProcess.init)).Fn.return_type.?).ErrorUnion.error_set!*std.child_process.ChildProcess' does not support...

Usually this is caused by your IP being rejected by Youtube for some reason or other. If you have a VPN, try changing your IP and seeing if it works

I also came across this issue and was able to fix temporarily using the repo from @kinshuk-h. I hope a minor update gets pushed out to pypi to fix this.