Alex Yorke

Results 17 comments of Alex Yorke

Star.js operates on full words, so in this case the first sentence would be tokenized to `he` `ygusy` `today` , which, in this case would be unable to find a...

That'd be great, @moar55! If you need any help with this issue, feel free to let me know, and I will help you the best I can.

I have had a couple of users who wanted a report-like format too. I would love to implement it but I want to make sure I do it properly. Do...

I just pushed to the dev branch https://github.com/Decagon/Pedant/blob/dev/pedant.js which is a partial rewrite of the tokenizer; let me know if this fixes the bugs that you were experiencing or if...

Hi @rain1598, thanks for the feature request! This could be an interesting feature. What would be an example JSON response or schema that indivious or NewPipe is looking for?

Hi @rain1598 and @jprhyne, I have released a beta version on this branch https://github.com/alexyorke/youtube-subscriptions-exporter/tree/newpipe-export that exports to Invidious/FreeTube/NewPipe, YouTube-Takeout like, and the spreadsheet format. Let me know if you're having...

Here's how I got it working after many unsuccessful attempts: - get a fresh, Ubuntu 16.02.2 installation (I used a 20$/month droplet) - run the following commands: ``` apt-get update...