PierreHanna commited on
Commit
3b406ca
1 Parent(s): c68e822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import time
3
  import json
4
  import os
5
  import gradio as gr
6
- from pytube import YouTube
7
 
8
  SIMBALS_GLOBAL_DB = 1
9
  SIMBALS_MAIN_DATABASE = 2
 
3
  import json
4
  import os
5
  import gradio as gr
6
+ import yt_dlp
7
 
8
  SIMBALS_GLOBAL_DB = 1
9
  SIMBALS_MAIN_DATABASE = 2