62place
4K Download Feedback All the ideas and discussions
14 votes Vote

Command line append-url-to-list.

Ability to paste url in your download list in a command line argument.

MARK IFI , 11.01.2013, 16:41
Idea status: under consideration

Comments

Reemi, 18.08.2014, 07:05
I want this :)
Nico, 19.11.2014, 13:41
Try this: http://www.schuijff.com/4kdownload/

usage: (example) 4kd-cmd.exe https://www.youtube.com/watch?v=eisKxhjBnZ0
I've created this with Autohotkey ( http://ahkscript.org/ )
sourcecode:
IfWinExist,4K Video Downloader
Winactivate,4K Video Downloader
WinWaitActive,4K Video Downloader
{
Clipboard=%1%
send,^v
Clipboard=
}

Leave a comment