Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VideoUnavailable #5

Open
yairrim opened this issue Nov 6, 2020 · 0 comments
Open

VideoUnavailable #5

yairrim opened this issue Nov 6, 2020 · 0 comments

Comments

@yairrim
Copy link

yairrim commented Nov 6, 2020

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');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant