diff --git a/app.py b/app.py index 64b2ecc..56c0eae 100644 --- a/app.py +++ b/app.py @@ -1,5 +1,4 @@ import os -import vlc from pySmartDL import SmartDL import threading import subprocess diff --git a/requirements.txt b/requirements.txt index 3be53c9..39cface 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ requests json tkinter -pySmartDL -python-vlc \ No newline at end of file +pySmartDL \ No newline at end of file