o
    i                     @   s    d dl mZ G dd deZdS )   )InfoExtractorc                   @   s.   e Zd ZdZdddddddd	Zd
d ZdS )EbaumsWorldIEz<https?://(?:www\.)?ebaumsworld\.com/videos/[^/]+/(?P<id>\d+)zIhttp://www.ebaumsworld.com/videos/a-giant-python-opens-the-door/83367677/83367677mp4zA Giant Python Opens The DoorzThis is how nightmares start...
jihadpizza)idexttitledescriptionuploader)url	info_dictc                 C   sZ   |  |}| d| |}|dj}||dj||dj|dj|djdS )Nz(http://www.ebaumsworld.com/video/player/filer	   r
   imageusername)r   r	   r   r
   	thumbnailr   )	_match_id_download_xmlfindtext)selfr   video_idconfig	video_url r   P/home/ubuntu/.local/lib/python3.10/site-packages/yt_dlp/extractor/ebaumsworld.py_real_extract   s   





zEbaumsWorldIE._real_extractN)__name__
__module____qualname__
_VALID_URL_TESTr   r   r   r   r   r      s    r   N)commonr   r   r   r   r   r   <module>   s    