simple-youtube-api
simple-youtube-api copied to clipboard
src: Convert to TypeScript
Due to eced661393e570ed74ef7da6e8e4bc97c9e43eb9, I couldn't find a way to import the YouTube class...
import { YouTube, parseURL, Video } from 'simple-youtube-api';
I'm also getting the following error when compiling:
but this can probably be fixed by updating typescript configuration (but I don't know how).
Due to eced661, I couldn't find a way to import the YouTube class...
import { YouTube, parseURL, Video } from 'simple-youtube-api';
Fixed with 2e5b963023962c52fe3676255f5c40f13af493e5.
I'm also getting the following error when compiling:
but this can probably be fixed by updating typescript configuration (but I don't know how).
I'm not getting these compiling errors. Make sure you're using TypeScript 3.8.3 and not 3.7.5.
I am using TypeScript 3.9.2, and I'm still getting these errors...
@Androz2091 Commit e03022af020e91dd98a8027f1033951f6846992a should resolve those compile errors.
Any updates on this? I'm happy to contribute if needed.
Has this died? I'm willing to help out too.
Has this died? I'm willing to help out too.
Not completely, just been busy with other projects. If you'd like to help finish it up, PRs to the next
branch are welcome.