-
Notifications
You must be signed in to change notification settings - Fork 26
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
No stream data for audio+video #19
Comments
@comptoost getVideoStreamItems() should return only videos without audio, it is expected behaviour |
thanks for response |
hi after a huge searching i seen only this library can not get this iTags but other youtube extractors are getting links with itag 18 and 22 |
@comptoost Availability of certain itags depends on the video itself, if streams with itag 18 and 22 are available for video my library should get them. Did you found a video that has streams with such itags but my lib doesn't extract them? |
yes almost every video has itag 18 or 22 |
@comptoost Okay, I will check. What library you're using now? |
@comptoost Thanks mate, you was right, my lib was unable to extract non-adaptive streams (like itag 18, 22), but I've implemented this feature, it will be available in 0.2.5. Thanks for your suggestion! |
Superb congo |
Hi, you have created very good git
but i am not getting links for iTag 18,34,35,59,78,22,37,38
with getVideoStreamItems i get video_only links which does not contain any audio
please update getVideoStreamItems it or create a new method to get this iTags
The text was updated successfully, but these errors were encountered: