downloadboob: print link message only when needed
This commit is contained in:
parent
159311bf8e
commit
fe3c47b265
1 changed files with 1 additions and 1 deletions
|
|
@ -92,8 +92,8 @@ class Downloadboob(object):
|
||||||
print("For backend %s, search for '%s'" % (backend_name, pattern))
|
print("For backend %s, search for '%s'" % (backend_name, pattern))
|
||||||
|
|
||||||
# create directory for links
|
# create directory for links
|
||||||
print(" create link to %s" % self.links_directory)
|
|
||||||
if not os.path.isdir(self.links_directory):
|
if not os.path.isdir(self.links_directory):
|
||||||
|
print(" create link to %s" % self.links_directory)
|
||||||
os.makedirs(self.links_directory)
|
os.makedirs(self.links_directory)
|
||||||
|
|
||||||
# search for videos
|
# search for videos
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue