nhCoder / YouTubeExtractor

Extracts Youtube urls for streaming and downloading purpose.
Apache License 2.0
68 stars 25 forks source link

There is an error in some videos. #16

Open yyms3275 opened 4 years ago

yyms3275 commented 4 years ago

I am using the library well, but the YouTube video below does not play.

https://www.youtube.com/watch?v=h84I1JGX9ws

nhCoder commented 4 years ago

This is because The uploader has not made this video available in your country.

nhCoder commented 4 years ago

You can either use a proxy in your app...

yyms3275 commented 4 years ago

You can either use a proxy in your app...

As a result of checking, it seems that the setting according to the location does not matter, and I found one difference. That is, the procedure of adult authentication is established only in the video above. If this is the case, is there any way to solve it in the library?

77020192-357c4880-69c6-11ea-9d97-2e2de99526bb

nhCoder commented 4 years ago

If the issue is with age restriction use useDefaultLogin() before Extract() to extract urls for age restricted videos.Take a look at readme at the bottom of the page