mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Setup coloredlogs to remove logzero
This commit is contained in:
@@ -99,7 +99,7 @@ class YouTubeSearch:
|
||||
def search(self, query, limit=10):
|
||||
""" Search and scrape YouTube to return a list of matching videos. """
|
||||
search_url = self.generate_search_url(query)
|
||||
logger.debug("Opening URL: {0}".format(search_url))
|
||||
logger.debug("Fetching YouTube results for search URL: {0}".format(search_url))
|
||||
html = self._fetch_response_html(search_url)
|
||||
|
||||
videos = self._fetch_search_results(html)
|
||||
|
||||
Reference in New Issue
Block a user