U
    g                     @   s    d dl mZ G dd deZdS )   )InfoExtractorc                   @   s6   e Zd ZdZdddddddd	d
idgZdd ZdS )ScreenRecIEz6https?://(?:www\.)?screenrec\.com/share/(?P<id>\w{10})z&https://screenrec.com/share/DasLtbknYoZ
DasLtbknYomp4z02.05.2024_03.01.25_RECzRecorded with ScreenReczre:^https?://.*\.gif$)idexttitledescription	thumbnailZskip_downloadT)urlZ	info_dictparamsc              	   C   sd   |  |}| ||}| jd|ddd}|| j|d dp@| || || || j||dddS )	Nz.customUrl\s*:\s*(["\'])(?P<url>(?:(?!\1).)+)\1zm3u8 URLr
   )group)defaultr   )r   )r   r   r   r	   formats)Z	_match_idZ_download_webpageZ_search_regexZ_og_search_titleZ_html_extract_titleZ_og_search_descriptionZ_og_search_thumbnailZ_extract_m3u8_formats)selfr
   Zvideo_idZwebpageZm3u8_url r   >/tmp/pip-unpacked-wheel-q5ljy6pj/yt_dlp/extractor/screenrec.py_real_extract   s    
   zScreenRecIE._real_extractN)__name__
__module____qualname__Z
_VALID_URLZ_TESTSr   r   r   r   r   r      s    r   N)commonr   r   r   r   r   r   <module>   s   