-
**Before creating an issue**
Please confirm that you are on the latest version of pytube by installing from the source.
You can do this by running `python -m pip install git+https://github.com/pyt…
-
I am indeed on the latest version of pytube, I made sure about 100 times to make sure I was updated.
I was trying to use pytube for the midi converter youtubemidify and when I tried to boot it up f…
-
**Description**:
Video downloads failing due to HTTP Error 400
The download logic throws an exception due to an HTTP 400 status for all video links I attempt.
(When calling streams.download)
**T…
-
**Before creating an issue**
Please confirm that you are on the latest version of pytube by installing from the source.
You can do this by running `python -m pip install git+https://github.com/pyt…
-
**Before creating an issue**
Please confirm that you are on the latest version of pytube by installing from the source.
You can do this by running `python -m pip install git+https://gith…
-
**Before creating an issue**
**Describe the bug**
The title of the video could not be extracted. An exception occured.
**To Reproduce**
Please provide the following information:
- The video o…
-
This is the error message
That you provide the code
from pytube import YouTube
YouTube('https://youtu.be/2lAe1cqCOXo').streams.first().download()
yt = YouTube('http://youtube.com/watch?v=2lAe…
-
C:\Users\subbo>pytube https://youtube.com/watch?v=2lAe1cqCOXo
Loading video...
Traceback (most recent call last):
File "C:\Users\subbo\AppData\Local\Programs\Python\Python310\lib\runpy.py", line …
-
Hi, I couldn't install the pytube package with micropip. Can you add the pytube package?
## 🐍 Package Request
- Package Name and Version : pytube
- Package URL : https://pypi.org/project/pytube…
-
Python 3.11.6
Pytube 15.0.0
```
from pytube import YouTube
yt = YouTube('http://youtube.com/watch?v=2lAe1cqCOXo')
print(yt.captions)
```
Print empty dict