Explorar o código

Fix NameError

Ricardo Garcia %!s(int64=16) %!d(string=hai) anos
pai
achega
d1580ed990
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      youtube-dl

+ 1 - 0
youtube-dl

@@ -894,6 +894,7 @@ if __name__ == '__main__':
 		(opts, args) = parser.parse_args()
 
 		# Batch file verification
+		batchurls = []
 		if opts.batchfile is not None:
 			try:
 				batchurls = [line.strip() for line in open(opts.batchfile, 'r')]