Adding Deezer Module and Deezer Tests

This commit is contained in:
Rafael Vargas
2022-07-10 16:08:22 -03:00
parent c826af229c
commit 863b079a01
11 changed files with 232 additions and 21 deletions

View File

@@ -65,6 +65,7 @@ class Downloader():
with YoutubeDL(options) as ydl:
try:
extracted_info = ydl.extract_info(url, download=False)
# Some links doesn't extract unless extract_flat key is passed as False in options
if self.__failed_to_extract(extracted_info):
extracted_info = self.__get_forced_extracted_info(url)