-
```python
WARNING:pytube.__main__:Please open an issue at https://github.com/pytube/pytube/issues and provide this log output.
'streamingData'
```
This error happened, what is the problem?
-
I copied the script but when I run it and error accures as you see in the picture. I have installed the newest version of pytube.
![Unbenannt](https://github.com/tuomaskivioja/3-Simple-Python-Proj…
-
目前使用失败了,现在还能用不
-
Traceback (most recent call last):
File "D:/pythonProject/main.py", line 15, in
YouTube(url).streams.get_highest_resolution().download(location)
File "D:\pythonProject\venv\lib\site-packag…
-
**Describe the bug**
When you use the age restriction fix that has always worked ([described here](https://stackoverflow.com/questions/75791765/how-to-download-videos-that-require-age-verification-…
-
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…
-
in video: https://www.youtube.com/watch?v=sh9SBIMGLAI&t=2827s
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Programs\Thonny\lib\site-packages\pytube\extract.py", line 297,…
-
**Describe the bug**
The streams property does not work.
**To Reproduce**
from pytube import YouTube
yt = YouTube('https://www.youtube.com/watch?v=IZsQqarWXtY')
print(f'\nYoutube title: {yt…
-
HI,
My running code is;
`video_resolution = "480p"
size_ = math.ceil(objYoutube.streams.filter(file_extension='mp4',res=video_resolution).first().filesize/1048576)
`
Sample URL is:
https:…
-
```
File "main.py", line 45, in
post()
File "main.py", line 24, in post
vidUrl,(songUrl,t) = prUtils.generate()
File "E:\bots\dancebot\prUtils.py", line 67, in generate
pytube…