-
Notifications
You must be signed in to change notification settings - Fork 662
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
Code not working ('>' not supported between instances of 'NoneType' and 'int') #774
Comments
You can use this Mate ! import yt_dlp def download_youtube_video(video_url):
if name == "main": |
Olá, percebi que você estava tendo problemas com o código. Fiz algumas melhorias que devem resolver o problema de seleção de alta resolução e a atualização das opções
|
This is the issue that comes. Please can somebody help, saw the code here on github and thought it is cool and wanted to try it.
Full code: `import yt_dlp
def download_youtube_video(video_url):
"""Downloads a YouTube video using yt-dlp."""
if name == "main":
video_url = input("Enter the URL: ")
download_youtube_video(video_url)`
The text was updated successfully, but these errors were encountered: