mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Remove BeautifulSoup dependency (as of #191)
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
pathlib >= 1.0.1
|
pathlib >= 1.0.1
|
||||||
BeautifulSoup4 >= 0.4.13
|
|
||||||
youtube_dl >= 2017.5.1
|
youtube_dl >= 2017.5.1
|
||||||
pafy >= 0.5.3.1
|
pafy >= 0.5.3.1
|
||||||
spotipy >= 2.4.4
|
spotipy >= 2.4.4
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ from core import logger
|
|||||||
from core import metadata
|
from core import metadata
|
||||||
from core import convert
|
from core import convert
|
||||||
from core import internals
|
from core import internals
|
||||||
from bs4 import BeautifulSoup
|
|
||||||
from titlecase import titlecase
|
from titlecase import titlecase
|
||||||
from slugify import slugify
|
from slugify import slugify
|
||||||
import spotipy
|
import spotipy
|
||||||
|
|||||||
Reference in New Issue
Block a user