U
    gT                     @   s    d dl mZ G dd deZdS )   )InfoExtractorc                   @   s0   e Zd ZdZdddddddd	d
Zdd ZdS )CAM4IEz1https?://(?:[^/]+\.)?cam4\.com/(?P<id>[a-z0-9_]+)zhttps://www.cam4.com/foxynesssZ	foxynesssmp4z;re:^foxynesss [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$   is_livez2https://snapshots.xcdnpro.com/thumbnails/foxynesss)idexttitle	age_limitZlive_status	thumbnail)urlZ	info_dictc                 C   sP   |  |}| d| d|d}| j||dddd}||dd|d	| d
S )Nz'https://www.cam4.com/rest/v1.0/profile/z/streamInfoZcdnURLr   ZhlsT)Zm3u8_idZliver   z)https://snapshots.xcdnpro.com/thumbnails/)r   r	   r   r
   formatsr   )Z	_match_idZ_download_jsongetZ_extract_m3u8_formats)selfr   Z
channel_idZm3u8_playlistr    r   9/tmp/pip-unpacked-wheel-q5ljy6pj/yt_dlp/extractor/cam4.py_real_extract   s    
zCAM4IE._real_extractN)__name__
__module____qualname__Z
_VALID_URLZ_TESTr   r   r   r   r   r      s   r   N)commonr   r   r   r   r   r   <module>   s   