You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download Audio Project raises urllib.error.HTTPError: HTTP Error 403: Forbidden along with other errors after running audio_stream = yt.streams.filter(only_audio=True).first()
Type of issue
Feature (New Script)
Bug
Documentation
Steps to reproduce
Set youtube_url to any Youtube video url.
Execute Download Audio.py
Checklist:
I have read the project guidelines.
I have checked previous issues to avoid duplicates.
This issue will be meaningful for the project.
I have added screenshots of the bug
I have added steps to reproduce the bug
I have proposed a possible solution for the bug
The text was updated successfully, but these errors were encountered:
Description
Download Audio Project raises urllib.error.HTTPError: HTTP Error 403: Forbidden along with other errors after running
audio_stream = yt.streams.filter(only_audio=True).first()
Type of issue
Steps to reproduce
youtube_url
to any Youtube video url.Checklist:
The text was updated successfully, but these errors were encountered: