o
    i/                     @   s0   d dl mZ ddlmZmZ G dd deZdS )   )InfoExtractor   )	qualitiesstr_or_nonec                	   @   s4   e Zd ZdZdddddddd	d
dgZdd ZdS )ReverbNationIEz=https?://(?:www\.)?reverbnation\.com/.*?/song/(?P<id>\d+).*?$z=http://www.reverbnation.com/alkilados/song/16965047-mona-lisa c0aaf339bcee189495fdf5a8c8ba864516965047mp3z	MONA LISA	ALKILADOS216429zre:^https?://.*\.jpg)idexttitleuploaderuploader_id	thumbnail)urlmd5	info_dictc              	   C   s   |  |}| jd| |d| d}d}t|}g }|D ]}||r0||| ||d q||d |d |di dt|di d	|d
ddS )Nz"https://api.reverbnation.com/song/z Downloading information of song )note)r   image)r   
preferencenamer   artistr   r	   none)r   r   r   r   r   
thumbnailsr   vcodec)	_match_id_download_jsonr   getappendr   )selfr   song_idapi_res
THUMBNAILSqualityr   	thumb_key r'   Q/home/ubuntu/.local/lib/python3.10/site-packages/yt_dlp/extractor/reverbnation.py_real_extract   s2   

zReverbNationIE._real_extractN)__name__
__module____qualname__
_VALID_URL_TESTSr)   r'   r'   r'   r(   r      s    r   N)commonr   utilsr   r   r   r'   r'   r'   r(   <module>   s    