X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=bin%2Fwhatever-dl;fp=bin%2Fwhatever-dl;h=787e9dbb93c748ed5f949bce8e50052a15968081;hb=0662d93e5088ecfd2ce351910ab9a1d3568f8359;hp=f042b21b80e55f1d76dd0b74a40c91d8733ed645;hpb=b4777a4601877687d2df361abd9e8fa9f4bb45ed;p=dead%2Fwhatever-dl.git diff --git a/bin/whatever-dl b/bin/whatever-dl index f042b21..787e9db 100755 --- a/bin/whatever-dl +++ b/bin/whatever-dl @@ -120,9 +120,9 @@ if (__FILE__ == $0) then video_url = site.get_video_url() if video_url.nil? - puts 'Error retrieving video URL.' - exit(EXIT_COULDNT_GET_VIDEO_URL) - end + puts 'Error retrieving video URL:' + puts "Site not supported, and the generic parser couldn't find any videos." + exit(EXIT_COULDNT_GET_VIDEO_URL) end # The Downloader class is a factory; it should decide # which subclass we get.