-
**Describe the bug.**
PyTube used to get the maxresdefault-thumbnail, but now gets sddefault instead
**To reproduce.**
```print(YouTube('https://www.youtube.com/watch?v=YbJOTdZBX1g').thumbnail_ur…
-
**Describe the bug**
Can't get subtiters
**To Reproduce**
Trying do like in docs: https://pytube.io/en/latest/user/captions.html
```
from pytube import YouTube
yt = YouTube('https://www.yout…
-
I have a simple script that print new video on channel:
while True:
new = Channel("https://www.youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA/videos").videos[0].video_id
if last != new:
…
-
If pytube does not offer subtitles for a video the should be generated using whisper.
A possible wrapper to use is (whisperX)[https://github.com/m-bain/whisperX], which offers alignment of subtitle…
-
from pytube import YouTube
def download_you(url):
yt = YouTube(url)
try:
filename = yt.title
print(filename)
ys = yt.streams.get_highest_resolution()
pri…
-
This piece of code
`from pytube import YouTube`
`yt = YouTube('https://www.youtube.com/watch?v=tPEE9ZwTmy0')`
Throws this error:
Traceback (most recent call last):
File "test.py", line 2,…
-
I am on the latest version of pytube.
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Please provide the following information:
- The video or playli…
emcf updated
2 months ago
-
Sometimes I tried to get an author from an video url, it gave me an error.
took couple of tries to get the video author's name
```python
import pytube as pyt
from pytube import *
url = "https:/…
-
ghost updated
2 weeks ago
-
**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…