udacimak
udacimak
I tried your approach directly with `youtube-dl`: ``` (venv) λ youtube-dl g8b5kgxzUfQ -f 137+140 [youtube] g8b5kgxzUfQ: Downloading webpage WARNING: You have requested multiple formats but ffmpeg or avconv are not...
You can use npm packages such as [`serve`](https://www.npmjs.com/package/serve) to run the page as a localhost web site. There's no need for PHP usage.
I believe Firefox has been updated and has blocked loading subtitle files when running HTML files, so we have no choice but to run the Nanodegree on a server. You...
I didn't create a feature to only download some part of the course. If you'd like to do that, editing the original JSON files could be one option.
Yes, technically you can do that because the `render` command goes through each JSON file in the downloaded directory to render the content. So if some directories are deleted, Udacimak...
That's what happens when the best quality of the Youtube video is not available to download and the CLI will try to download a lower quality version instead. For some...
I didn't provide a parameter for choosing Youtube video. The CLI will always try to get the best possible quality - which is 1280x720p. The fallback quality is 360p in...
What exactly do you want to do? You still can download the course - the CLI tries to get the best available youtube video already. Does the CLI crash at...
Could you please send all the JSON files to [email protected]? I can have a look
Could you try using Node JS without Ananconda?