Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

External Downloader? #158

Open
jaylex32 opened this issue Nov 5, 2022 · 8 comments
Open

External Downloader? #158

jaylex32 opened this issue Nov 5, 2022 · 8 comments

Comments

@jaylex32
Copy link

jaylex32 commented Nov 5, 2022

what is that option for? and how does it work? is there a way I can foward the .m3u8 url to a external program or script? that will be awesome if that can be possible. thanks

@54ac
Copy link
Owner

54ac commented Nov 5, 2022

This is for using e.g. aria2c when grabbing fragments with yt-dlp instead of the built in downloader. Automatic forwarding would require a disproportionate amount of effort due to the security measures in Firefox and modern browsers in general. Can't just launch external software from the browser.

@jaylex32
Copy link
Author

jaylex32 commented Nov 5, 2022

This is for using e.g. aria2c when grabbing fragments with yt-dlp instead of the built in downloader. Automatic forwarding would require a disproportionate amount of effort due to the security measures in Firefox and modern browsers in general. Can't just launch external software from the browser.

Ok thanks, can you please add more User-defined command preset bank, maybe like 3 or 4? Is a hassle to been changing the commands between tv shows, movies and other content, like that you have one preset for movies and other for tv shows etc etc.
Thanks in advance for your amazing work!!!

@54ac
Copy link
Owner

54ac commented Dec 28, 2022

There will be 2 additional user command fields (3 total) in v2.10.19.

@candrapersada
Copy link

candrapersada commented Jan 6, 2023

is it possible to add custom name in user command fields
for example mpv in the first user command field and ImPlay in the second user command field

@54ac
Copy link
Owner

54ac commented Jan 6, 2023

The user command fields are fully customizable. You decide what to put in them.

@candrapersada
Copy link

what I mean is create a name in the user command field
for example User-defined command 1 be mpv User-defined command 2 be ImPlay

@54ac
Copy link
Owner

54ac commented Jan 6, 2023

I guess it could be done, though it'd be a bit annoying to implement. As is you can think of it as a memory exercise.

@dobbelina
Copy link

dobbelina commented Apr 6, 2023

I think with a third party scripting app like autohotkey one could easily
parse the clipboard content to any external downloader.
I would use the OnClipboardChange function.
Maybe if i have time I'll build one.
ffmpeg would be the preferred downloader for streams i might add.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants