-
Notifications
You must be signed in to change notification settings - Fork 417
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
[YouTube] Fix extraction of age restricted videos #665
Conversation
e7db514
to
08278a2
Compare
extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderFactory.java
Outdated
Show resolved
Hide resolved
de071dd
to
c6fbd76
Compare
The |
but sts is empty. it should be re-added if fixed IMO. Otherwise we'll be doing an useless request everytime there is an age restricted video / geo restricted / not available… |
Does the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small thing and this PR can be merged.
sts
is no longer required so we no longer request/embed/:id
to getsts
See ytdl-org/youtube-dl#29333
Closes #666, closes TeamNewPipe/NewPipe#6403