| If they knew about it, sure. All it would take is a 3 step (after initial download) instructional with some screenshots: 1. Open Explorer where you downloaded youtube-dl 2. Shift+Right click -> Open command window here 3. Type 'youtube-dl <space>' and paste url[0], then enter As I said it really is a discoverability problem, one that the organiser of the world's information is neither incentivised nor really expected to address. [0] ok, this is a pain pre Win 10, but ^V is supported now |
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.