0
pytube package is not working (error 410), how to fix it?
I have been trying to make a youtube video downloader using tkinter and pytube. It's giving me error for the gazillionth time. Please help, anyone??? The code goes something like this: from pytube import YouTube yt = YouTube('an_actual_youtube_video_link') yt.title yt.streams
5 Answers
+ 3
Without seeing any code how could we?
+ 1
Can you also remove the irrelevant tags like ihatecoding?
+ 1
Pramod Pandey i don't know , i am also getting same error , i searched everywhere on google but couldn't find a fix. Maybe open a issue or something like that at github repo for pytube to let the developers know of this error . Btw I don't much about github, so can't help further.
+ 1
Okay, finally solved it!!
Just install Git on your system, then add Git Location to system's PATH
Finally, run the following command in the terminal/cmd:
python -m pip install git+https://github.com/pytube/pytube
0
Yeah, but how to solve it?