Sam

Results 14 comments of Sam

I edited the code very minimally to make it work. This seems to work for me. Please Check for any issues. -> Added .find("body") -> Changed the keys from "dur"...

Its not a bug, it's a limitation of the pytube library, it is unable to download video streams of all formats. (I think 60fps are unavailable to download, not sure...

It's not a bug. The issue is because you are using stream.title for filename which contains some characters which cannot be added to file names. Use stream.default_filename to fix the...

## Glad I could help!

The issue with auto generated captions is that their xml format is different from the others. See for instance the auto generated captions have the xml as: ![image](https://github.com/pytube/pytube/assets/120119714/366d813d-0343-4013-a44d-0239d5ffb613) while the...

Nvm two lines of code did the job! Try it and update me :D

### Glad to know! 😁

> is there any way to get this merged or forked to include in the package? im not sure what the state of this package/repo is? Hi, the last update...

you're welcome @ChildishhAlbino yeah that's a better option. I recently explored and found out another alternative `pytube3`. It's also a fork of this with issues fixed and more features.

This is fixed in #1860 + with added functionality to also be able to parse the auto-generated captions :)