o
    i[
                     @   s,   d dl mZ ddlmZ G dd deZdS )   )InfoExtractor   )smuggle_urlc                	   @   sZ   e Zd ZdZdddddddd	d
ddddddddgdddddddgZdd ZdS )KickStarterIEz=https?://(?:www\.)?kickstarter\.com/projects/(?P<id>[^/]*)/.*z`https://www.kickstarter.com/projects/1404461844/intersection-the-story-of-josh-grant/description c81addca81327ffa66c642b5d8b08cab
1404461844mp4z5Intersection: The Story of Josh Grant by Kyle CowlingzpA unique motocross documentary that examines the life and mind of one of sports most elite athletes: Josh Grant.)idexttitledescription)urlmd5	info_dictz?Embedded video (not using the native kickstarter video service)zghttps://www.kickstarter.com/projects/597507018/pebble-e-paper-watch-for-iphone-and-android/posts/65917878704821pebblezPebble TechnologyzPebble iOS Notifications)r	   r
   uploader_iduploaderr   Vimeo)noter   r   add_iezRhttps://www.kickstarter.com/projects/1420158244/power-drive-2000/widget/video.html
1420158244zPower Drive 2000)r	   r
   r   )r   r   c                 C   s   |  |}| ||}| d|d}| jd|dd d}|d u r+ddt|dd	i|d
S | j|d d}|d u r?| jd|ddd}|||| j|d d|dS )Nz7<title>\s*(.*?)(?:\s*&mdash;\s*Kickstarter)?\s*</title>r   zdata-video-url="(.*?)"z	video URL)defaulturl_transparentGeneric
to_genericT)_typeie_keyr   r   z9<img[^>]+class="[^"]+\s*poster\s*[^"]+"[^>]+src="([^"]+)"zthumbnail imageF)fatal)r	   r   r   r   	thumbnail)	_match_id_download_webpage_html_search_regex_search_regexr   _og_search_thumbnail_og_search_description)selfr   video_idwebpager   	video_urlr    r*   P/home/ubuntu/.local/lib/python3.10/site-packages/yt_dlp/extractor/kickstarter.py_real_extract'   s8   
zKickStarterIE._real_extractN)__name__
__module____qualname__
_VALID_URL_TESTSr,   r*   r*   r*   r+   r      s8     r   N)commonr   utilsr   r   r*   r*   r*   r+   <module>   s    