From 95fedbf86bd6c8820b01768db53355fe488dff5e Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Mon, 31 Dec 2012 19:09:37 +0100 Subject: [PATCH] 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) --- README.md | 3 ++- test/tests.json | 3 +-- youtube_dl/FileDownloader.py | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) 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: