Conversation
Notices
-
It'd be nice if youtube-dl could give the video file a decent name.
-
Youtube-dl appears to be written in !python - maybe I can munge together a decent file-naming patch.
-
Derp, just read the argparse code, apparently -t does what I want.
-
youtube-dl -o <name you want>.flv <youtube video URL> #Python
-
It drives me mad when commands have sane behaviour that is turned off by default.
-
@ddevine: yep, you would think it's default behaviour though
-