pytube package is not working (error 410), how to fix it? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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

27th Aug 2021, 4:28 PM
Pramod Pandey
Pramod Pandey - avatar
5 Antworten
+ 3
Without seeing any code how could we?
27th Aug 2021, 4:37 PM
Slick
Slick - avatar
+ 1
Can you also remove the irrelevant tags like ihatecoding?
27th Aug 2021, 5:37 PM
Abhay
Abhay - avatar
+ 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.
27th Aug 2021, 6:53 PM
Abhay
Abhay - avatar
+ 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
28th Aug 2021, 11:41 AM
Pramod Pandey
Pramod Pandey - avatar
0
Yeah, but how to solve it?
27th Aug 2021, 6:04 PM
Pramod Pandey
Pramod Pandey - avatar