Rehman1603 commited on
Commit
f42d4df
·
verified ·
1 Parent(s): ac39852

Update Download_Video.py

Browse files
Files changed (1) hide show
  1. Download_Video.py +3 -0
Download_Video.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  def download_video(url, download_dir=None, browser_name='chrome'):
2
  try:
3
  # Set download options
 
1
+ from yt_dlp import YoutubeDL
2
+ import os
3
+
4
  def download_video(url, download_dir=None, browser_name='chrome'):
5
  try:
6
  # Set download options