Skip to content

Commit 68c54fa

Browse files
Update spotdl.py
1 parent 4fe8746 commit 68c54fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dl/spotdl.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import shutil
44
import time
55
import requests
6-
from pytubefix import YouTube
76

87
from subprocess import check_call, CalledProcessError
98
from urllib.parse import parse_qs, urlparse
@@ -14,6 +13,9 @@
1413
from utils.misc import modules_help, prefix
1514
from utils.scripts import format_module_help, import_library, format_exc, progress
1615

16+
pytubefix = import_library("pytubefix")
17+
from pytubefix import YouTube
18+
1719
spotdl = import_library("spotdl")
1820

1921
exiftool = import_library("exiftool", "pyexiftool")

0 commit comments

Comments
 (0)