hbmartin / pytube3

Deprecated, please see https://github.com/pytube3/pytube3
3 stars 1 forks source link

VideoUnavailable #5

Open yairrim opened 3 years ago

yairrim commented 3 years ago

I've tried using pytube3 but I keep getting this error

pytube.exceptions.VideoUnavailable: A2o3jAa-kSo is unavailable

I couldn't find any solution for this problem dose anyone knows what to do? this is the code I'm using: from pytube import YouTube yt = YouTube('https://www.youtube.com/watch?v=A2o3jAa-kSo'); yt.streams.filter(only_audio=True); ys = yt.streams.get_highest_resolution(); ys.download('C:\spotigyDL\downloaded');