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

Possibility to download videos which require login #22

Open
fknives opened this issue Dec 22, 2023 · 0 comments
Open

Possibility to download videos which require login #22

fknives opened this issue Dec 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@fknives
Copy link
Owner

fknives commented Dec 22, 2023

Sometimes the link throws the user to the login page, I should fix that also if I can. I imagine it is something like captcha.

I think the easiest resolution for that is to:

Recognize this state
Show an option to the user for authenticating the downloader app (There is a QR code option which could be used to link directly back to the app)
Store the auth token and use in subsequent requests.
Unknowns:

What token needs to be stored and sent
How to get that token in the first place
What happens if the token expires, does the same webpage shows or it is a separate issue?
How to have a test for this case without exposing my own account? Could I create a test account for this reason with secrets?

@fknives fknives added the enhancement New feature or request label Dec 22, 2023
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

No branches or pull requests

1 participant