algolia / youtube-captions-scraper

Fetch youtube user submitted or fallback to auto-generated captions
249 stars 67 forks source link

Looking for maintainers #5

Open Haroenv opened 6 years ago

Haroenv commented 6 years ago

Hey!

The person who maintained this at Algolia, @iam4x, is no longer working at Algolia and we aren't using it in production anymore. If someone would be interested in maintaining and publishing the package; that would be great!

cc @syzer, would you be interested?

syzer commented 6 years ago

Hehe.. just keep clicking merge :D Currently bit busy with writing AI's ( take a look: https://auto.simpego.ch/en ) This one works only for Swiss one's

But if there's issue I can make PR for it.. but click [merge] is required on your part :D

iam4x commented 6 years ago

I guess @syzer is the right person with all the tests written, probably know better the project than me 👍

Haroenv commented 6 years ago

Merged your contribution and pushed a new version to GitHub, but realised I don't have access to publish, once that's fixed I'll publish it too

imaynotbereal commented 5 years ago

I'd like to contribute to this project. I have forked this project, git cloned the fork in my system and opened it in Webstorm. I'm trying to run test case, index.test.js and I get the below error:

"C:\Program Files\JetBrains\WebStorm 2018.2.1\bin\runnerw.exe" D:\gTools\node\node.exe D:\youtube\youtube-captions-scraper\test\index.test.js D:\youtube\youtube-captions-scraper\test\index.test.js:1 (function (exports, require, module, filename, dirname) { import { test } from 'ava'; ^

SyntaxError: Unexpected token { at new Script (vm.js:80:7) at createScript (vm.js:274:10) at Object.runInThisContext (vm.js:326:10) at Module._compile (internal/modules/cjs/loader.js:664:28) at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10) at Module.load (internal/modules/cjs/loader.js:600:32) at tryModuleLoad (internal/modules/cjs/loader.js:539:12) at Function.Module._load (internal/modules/cjs/loader.js:531:3) at Function.Module.runMain (internal/modules/cjs/loader.js:754:12) at startup (internal/bootstrap/node.js:283:19)

Process finished with exit code 1

I need guidance in fixing this, guess I may be doing something.

Haroenv commented 5 years ago

How did you run the tests @imaynotbereal? It needs to be run with Ava, so yarn test or npm test should be how it is invoked

pcktlwyrcode commented 3 years ago

I am currently working with this code. One thing I a want to do is adapt the output format so I can pipe it into another package which produces the various subtitle formats srt, vtt etc.. used in the business..