Skip to content

Commit d11aaf4

Browse files
authored
Update videodownloder.py
Fixed constant referencing
1 parent 73ff3af commit d11aaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videodownloder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
d_video = yt.get(mp4files[-1].extension,mp4files[-1].resolution)
2020
try:
21-
d_video.download(__PATH)
21+
d_video.download(PATH)
2222
except:
2323
print("Some Error!")
2424
print('Task Completed!')

0 commit comments

Comments
 (0)