| I happen to be on a fresh copy of Windows 7 right now, so I'm going to try it. I expect to encounter at least several steps where a nontechnical user would be totally lost or frustrated. 1. Download Python 2.7 and install. Encountered error where the installer stopped with no indication that it had completed or failed. Tried to install again and it messed up the original installer which was hiding in the background and it failed. 2. Downloaded the YouTube-dl.exe. Running it does nothing. Youtube-dl gives no instructions on how to install. 3. Reading the documentation of youtube-dl, installation instruction is just "place it in their home directory or any other location on their PATH." 4. Google about PATH variables and home directories... I wouldn't expect a nontechnical user to get past this step. 5. Add C:\Python27 to the Path variable. 6. Drop youtube-dl.exe into C:\Python27. 7. Start Powershell. Doubt a nontechnical user would know how to do this, but whatever. 8. Figure out how to format a command to youtube-dl. Reading through the documentation is kind of confusing at first, but I will just copy a command from this HN thread. 9. Paste "youtube-dl --extract-audio --audio-format mp3 dQw4w9WgXcQ" into powershell. As you mentioned yourself, something a nontechnical user would have trouble doing since control-v is disabled. 10. "ERROR: ffprobe or avprobe not found. Please install one." So Google how to install ffprobe. 11. First link links to another page, which has a long 14 step guide asking me to figure out how to install PHP before I even start, so I'm just giving up here, 30 minutes in. Sadly I didn't even get to the "it's working but I don't know where it's saving the files to" issue. |
I read this as not having to install python for it to work.
I think some powershell commands that have required arguments start interactively prompting the user for values for those arguments if they aren't specified on the command line. That would probably work:
1. Download youtube-dl.exe
2. double-click
3. youtube-dl.exe notices the lack of url as argument and prompts:
URL:
4. paste URL and hit enter
5. Progress bar of download (?)