|
@@ -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()})
|