Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer works at all #8

Open
larryhardin opened this issue May 11, 2024 · 0 comments
Open

No longer works at all #8

larryhardin opened this issue May 11, 2024 · 0 comments

Comments

@larryhardin
Copy link

larryhardin commented May 11, 2024

Aside from the complexity of downloadCourseVideos, which gets "21 You must be kidding"
The splitter fails to parse the content starting at line 65
let newString = content.split(progressive":[)[1];
let finString = newString.split(']},"lang":"en","sentry":')[0];

Error:
Uncaught TypeError TypeError: Cannot read properties of undefined (reading 'split')
at downloadCourseVideos (d:\vuemastery\vue-mastery-downloader\api\downloadCourseVideos.js:67:35)
at processTicksAndRejections (internal/process/task_queues:95:5)
downloadCourseVideos.js:67
Process exited with code 1

Once the player is loaded into the iframe, there is newString only contains:

Comments would be of great assistance in allowing others to try to figure things out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant