Skip to content

Commit d11aaf4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

videodownloder.py

Lines changed: 1 addition & 1 deletion
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)