-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Some weird console outputs while requesting video info #128
Comments
From a quick google search I found that this happens when a query returned a youtube shorts video, which the library doesn't really know what to do yet |
@Brad1944 are you sure about that? As far as I know youtube shorts video under the hood is same as regular youtube video and could be opened as regular video by videoId as https://www.youtube.com/watch?v={videoId} |
@sealedtx Can't really confirm since I haven't really dug into the code. Though a quick search led me to this github issue and this commit |
I'm seeing similar behavior on my side. Any idea on how to hide those messages? |
I did it by temporarily redirecting outputstream, something like:
I forgot where exactly you should put this code, but it's somewhere before and after getting your video |
Nice hack! Thanks a lot! |
I was trying to run this block of code:
and while getting response ive got this html(?) document in the console:
...and so on.
This code is working well but idk if i can get rid off this console output
The text was updated successfully, but these errors were encountered: