|
@ -494,7 +494,7 @@ class FileDownloader(object): |
|
|
# Extract information from URL and process it |
|
|
# Extract information from URL and process it |
|
|
videos = ie.extract(url) |
|
|
videos = ie.extract(url) |
|
|
|
|
|
|
|
|
if len(videos) > 1 and self.fixed_template(): |
|
|
|
|
|
|
|
|
if len(videos or []) > 1 and self.fixed_template(): |
|
|
raise SameFileError(self.params['outtmpl']) |
|
|
raise SameFileError(self.params['outtmpl']) |
|
|
|
|
|
|
|
|
for video in videos or []: |
|
|
for video in videos or []: |
|
|