o
    i                     @   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/DasLtbknYo
DasLtbknYomp4z02.05.2024_03.01.25_RECzRecorded with ScreenReczre:^https?://.*\.gif$)idexttitledescription	thumbnailskip_downloadT)url	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)	_match_id_download_webpage_search_regex_og_search_title_html_extract_title_og_search_description_og_search_thumbnail_extract_m3u8_formats)selfr   video_idwebpagem3u8_url r   N/home/ubuntu/.local/lib/python3.10/site-packages/yt_dlp/extractor/screenrec.py_real_extract   s   
zScreenRecIE._real_extractN)__name__
__module____qualname__
_VALID_URL_TESTSr    r   r   r   r   r      s    r   N)commonr   r   r   r   r   r   <module>   s    