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

No stream data for audio+video #19

Closed
comptoost opened this issue Mar 30, 2020 · 9 comments · Fixed by #21
Closed

No stream data for audio+video #19

comptoost opened this issue Mar 30, 2020 · 9 comments · Fixed by #21
Assignees
Labels
enhancement New feature or request

Comments

@comptoost
Copy link

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

@antonyhaman
Copy link
Owner

@comptoost getVideoStreamItems() should return only videos without audio, it is expected behaviour
If you need video with audio, you have to take both streams and then use something like this

@comptoost
Copy link
Author

thanks for response
so it is my suggestion to create method for this iTags
Thanks..

@comptoost
Copy link
Author

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
can you check it?

@comptoost comptoost reopened this Mar 30, 2020
@antonyhaman
Copy link
Owner

@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?

@comptoost
Copy link
Author

yes almost every video has itag 18 or 22
i have switched to other library and it working well with same videos on which your one not work
here is example
https://www.youtube.com/watch?v=glaZwDDrTSo
https://www.youtube.com/watch?v=8QyDmvuts9s

@antonyhaman
Copy link
Owner

@comptoost Okay, I will check. What library you're using now?

@comptoost
Copy link
Author

@antonyhaman
Copy link
Owner

@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!

@comptoost
Copy link
Author

Superb congo

@antonyhaman antonyhaman added the enhancement New feature or request label Mar 31, 2020
@antonyhaman antonyhaman self-assigned this Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants