vitorgalvao / alfred-workflows

Collection of Alfred workflows
BSD 3-Clause "New" or "Revised" License
2.44k stars 167 forks source link

DownMedia Enhancement - Videos with Passwords #154

Closed jun6lee closed 2 years ago

jun6lee commented 2 years ago

DownMedia Enhancement

Was wondering if this workflow would be able to encompass videos that have a password protecting them. Not to work around the password, but being able to take one as an input and then download the video.

Eg: Inputting an additional variable: dv vimeo_link password

vitorgalvao commented 2 years ago

It is indeed possible to download a video with a password, but it’s an uncommon request and could lead to awkward UI. dv doesn’t take an argument, so switching everything around for a seldom used feature is a hard proposition.

I’ll have a think about it. If I do add support, it likely won’t be soon because updates to take advantage of new Alfred 5 features take precedence and I’d like to split this repo into multiple ones in the process.