o
    i                     @   s    d dl mZ G dd deZdS )   )InfoExtractorc                
   @   s4   e Zd ZdZdddddddd	d
ddZdd ZdS )	FilmwebIEzRhttps?://(?:www\.)?filmweb\.no/(?P<type>trailere|filmnytt)/article(?P<id>\d+)\.ecez1http://www.filmweb.no/trailere/article1264921.ece e353f47df98e557d67edaceda9dece8913033574mp4zDet som en gang var20160316isV12639966zLive Roaldset)idexttitleupload_date	timestampuploader_iduploader)urlmd5	info_dictc                 C   sn   |  | \}}|dkr| ||}| d|d}| jd|d|idd }| | d|d	}d
||ddS )Nfilmnyttzdata-videoid="(\d+)"z
article idz=https://www.filmweb.no/template_v2/ajax/json_trailerEmbed.jsp	articleId)query	embedCodez<iframe[^>]+src="([^"]+)z
iframe urlurl_transparentTwentyThreeVideo)_typer	   r   ie_key)_match_valid_urlgroups_download_webpage_search_regex_download_json_proto_relative_url)selfr   article_type
article_idwebpage
embed_code
iframe_url r'   L/home/ubuntu/.local/lib/python3.10/site-packages/yt_dlp/extractor/filmweb.py_real_extract   s(   zFilmwebIE._real_extractN)__name__
__module____qualname__
_VALID_URL_TESTr)   r'   r'   r'   r(   r      s    r   N)commonr   r   r'   r'   r'   r(   <module>   s    