Currently, when a video URL is given on a channel with the parse-url
flag enabled, youtube-dl is called to resolve video URLS for video
domains.
If any output reaches stderr, exec throws an error, intercepted
by the catch block, and nothing happens.
Fixes T1234.
Thanks to @xcombelle to have suggested the use of --no-warning flag.