-
Notifications
You must be signed in to change notification settings - Fork 347
How to pass custom arguments in Videoner plugin? #2618
Comments
That's not for custom arguments, it's for program arguments (mpv arguments) in this case. |
so is there any way we can pass custom arguments? |
Sorry, what do you mean with custom arguments? |
I think videoner plugin if used properly can do some powerful stuff with it. Let say for example if I want to use videoner plugin for both streaming as well as downloading. Currently we have to make two different scripts for streaming and downloading and then needs to load those files in the plugin depending on the use. It will be more efficent if we can do that stuff in a single exectuable file by passing a argument such as
This way we can either download or stream videos by passing our custom parameter in videoner plugin. Not only that we should be able to pass additional paramerters Sorry english is not my first language and I suppose you understood what I am saying |
Ha ha ha, my English is terrible and even i never learned it, so you should not apologize about that. ;-D So, if you write the script properly, you should can do what you want. You just must do that in single script. |
Can you give me some hint? |
You can only set which additional arguments are passed to your program/script before the URL. If you want "custom arguments" as in some placeholders for additional context (like page title, link title, or whatnot) it's not implemented. |
Yeah, that is most important here. Otherwise, the option like that |
After recently discovering videoner plugin. I streams youtube videos exclusively using this plugin and Its awesome. My default streaming pixel quality is 480p but some times I require to stream videos in 360p or below. I know that videoner plugin has a box for passing arguments . How should I use this box to pass my custom arguments. This is my full script.
The text was updated successfully, but these errors were encountered: