-
To fix the application and handle the HTTP Error 410: Gone gracefully, you need to ensure that the error handling is properly implemented.
-
switch pytube in the requirements.txt to pytube3
there is an error that pops up when with the initial packege
ImportError: cannot import name 'quote' from 'pytube.compat'
changing pytube to pytube…
-
**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…
-
Using version 15.0
**Describe the bug**
Attempting to download an audio stream from video that I own, using use_oauth=True, allow_oauth_cache=True
The video is listed as private. I am not being a…
-
**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…
-
from pytube import YouTube
yt = YouTube('https://www.youtube.com/watch?v=8HHlMhYQ-Zc')
Traceback (most recent call last):
File "/home/kkk/anaconda3/lib/python3.7/site-packages/IPython/core/intera…
-
**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…
-
A clear and concise description of what the bug is.
No captions available for any video:
```
v = YouTube("https://www.youtube.com/watch?v=VzqQVELtuHU", use_oauth=True, allow_oauth_cache=True)
…
-
Dear authors,
Great work!
While downloading the videos, I saw that some videos fail to download because they are age-restricted. Do you have a workaround for this?
```sh
pytube.exceptions.AgeR…
-
from pytube import YouTube
from pytube.exceptions import RegexMatchError
yt = YouTube('path')
try:
stream = yt.streams.get_highest_resolution()
stream.download(output_path='path')
…