We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ff3af commit d11aaf4Copy full SHA for d11aaf4
videodownloder.py
@@ -18,7 +18,7 @@
18
19
d_video = yt.get(mp4files[-1].extension,mp4files[-1].resolution)
20
try:
21
- d_video.download(__PATH)
+ d_video.download(PATH)
22
except:
23
print("Some Error!")
24
print('Task Completed!')
0 commit comments