-
the same code work some times sometime its write
yt=YouTube(url)
this section fail in most of the time
why?????
-
I want to download a youtube video ,fisrt I succsess download it,but second show this .
How to repair the issues?
------------------------------
Traceback (most recent call last):
File "C:\U…
-
im currently getting a key error when trying to download a playlist, anyone know a fix for this?
` File "C:\Python34\lib\tkinter\__init__.py", line 1487, in __call__
return self.func(*args)
…
-
Got this error while importing YouTube
File "/usr/local/lib/python3.5/dist-packages/pytube/__init__.py", line 16, in
from pytube.streams import Stream
File "/usr/local/lib/python3.5/dist-pac…
-
Hi,
I'm trying to execute `python3 train.py` after all data has been downloaded and created all json files. I'm getting an error of:
`using cuda:0
Traceback (most recent call last):
File "tr…
-
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/pytube/streams.py", line 206, in download
filename = filename or self.default_filename
…
-
## FIX: https://github.com/nficano/pytube/pull/537/files/bceb929e143caadd874955fa422f8a58955bafaf
When trying to download/parse/analyze certain videos via pytube, it'll break the execution of the m…
-
python version 3.7.4 & pytube version pytube3==9.6.4
my code:
```
from pytube import YouTube
yt = YouTube('https://www.youtube.com/watch?v=cdwal5Kw3Fc')
print(yt.title)
```
It is giving me thi…
-
Traceback (most recent call last):
File "/private/var/mobile/Containers/Shared/AppGroup/FB12D8F1-8CE3-4DFA-9906-117C895CCB93/Pythonista3/Documents/youtubedl/main.py", line 1, in
from pytube i…
-
See i.e. https://github.com/nficano/pytube/pull/267/files and https://github.com/hbmartin/pytube3/pull/1