|
|
|
|
|
by JadeNB
3723 days ago
|
|
> youtube-dl actually has quite sane defaults too; e.g. "youtube-dl https://......" will Just Work (TM). Are you sure that this is true? Starting many updates ago, but continuing into the present (I just updated to 2016.04.06 to be sure), I encountered a weird situation where $ ./youtube-dl https://www.youtube.com/watch?v=wbKJt1NQtZE
fails but $ ./youtube-dl wbKJt1NQtZE
works. I have no problem with the second working, but don't understand why the first fails. It seems to be fine for other video services; only YouTube requires this URL-processing step. |
|
I just tried `youtube-dl wbKJt1NQtZE` and that works too. I didn't know the "v" parameter could be given like that!