From: Filippo Valsorda Date: Mon, 31 Dec 2012 18:09:37 +0000 (+0100) Subject: three small edits X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=95fedbf86bd6c8820b01768db53355fe488dff5e;p=youtube-dl three small edits * ask for a --verbose log when reporting bugs in README.md * re-enable Escapist test, seems stable now * check that we are not downloading multiple videos when the template is fixed (NOT a complete fix: not detecting playlists) --- diff --git a/README.md b/README.md index 993aef49e..b3cd9a38c 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,8 @@ Bugs and suggestions should be reported at: 1 and self.fixed_template(): + raise SameFileError(self.params['outtmpl']) + for video in videos or []: video['extractor'] = ie.IE_NAME try: