Jared 3 years ago
parent
commit
8ad261f50f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hhh/yt/yt_dl.py

+ 1 - 1
hhh/yt_dl.py → hhh/yt/yt_dl.py

@@ -36,6 +36,6 @@ for vid in lst:
     print(video)
     streams = video.streams
     best = video.getbest(preftype='mp4')
-    filepath = "c:/tmp/"+vid+".mp4"
+    filepath = "c:/tmp/video/"+vid+".mp4"
     best.download(filepath=filepath, quiet=False)
     table.insert({'vid':vid,'dt':datetime.datetime.now()})