Explore optional browser-extension companion for downloads #108
Sportinger
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This discussion continues the architecture question from the closed issue:
Context
Issue #78 originally asked whether
yt-dlpcould be embedded directly into the normal MasterSelects browser app, possibly through WASM/RustPython/Pyodide-style approaches.After checking the references, the current conclusion is still:
yt-dlp, access local files, retry with browser cookies where appropriate, and stream progress back to MasterSelects.Why this is still worth discussing
The
dlProreference is interesting because it shows a different architecture: a browser extension with extra permissions, not a normal website. That makes a separate companion-extension idea more plausible than direct browser embedding.Possible direction:
Open questions
Recommendation from the closed issue: do not implement
yt-dlpas direct browser embedding, but use this discussion for the optional browser-extension-companion route.All reactions