o
    i
                     @   sD   d dl mZ ddlmZmZmZmZ ddlmZ G dd deZ	dS )   )InfoExtractor   )ExtractorErrorint_or_nonejoin_nonemptyurl_or_none)traverse_objc                   @   s<   e Zd ZdZdddddddd	d
gddd	dgZdd ZdS )MagentaMusikIEz3https?://(?:www\.)?magentamusik\.de/(?P<id>[^/?#]+)zGhttps://www.magentamusik.de/marty-friedman-woa-2023-9208205928595409235 d82dd4748f55fc91957094546aaf85849208205928595409235z+marty-friedman-woa-2023-9208205928595409235mp4zMarty Friedman: W:O:A 2023zKonzert vom: 05.08.2023 13:00i
  Musikkonzerti  Deutschland)	id
display_idexttitle	alt_titleduration
categoriesrelease_yearlocation)urlmd5	info_dictc           
      C   s  |  |}| ||}| jd|d|dd}|stddd|d }| jd	| |d
d}t|ddddthfdd}|s?td| d| d|}t|ddddddddthf	dd}	||| |	|dt|dddddddt	hfdt
hd d! hfd"t	hfd#thttfd$fS )%Nz)data-js-element="o-video-player__config">zplayer configF)fatalzNo video foundT)expectedassetIdzKhttps://wcps.t-online.de/cvss/magentamusic/vodclient/v2/assetdetails/58938/zDownloading asset details)notecontentpartnerInformation.	reference)get_allzUnable to extract video idzEhttps://wcps.t-online.de/cvss/magentamusic/vodclient/v2/player/58935/z/Main%20MoviefeaturerepresentationscontentPackagesmediahref)r   r   formatsmetadatar   originalTitlelongDescriptionruntimeInSecondscountriesOfProductionc                 S   s   t | ddiS )Ndelimz, )r   )x r0   Q/home/ubuntu/.local/lib/python3.10/site-packages/yt_dlp/extractor/magentamusik.py<lambda>:   s    z.MagentaMusikIE._real_extract.<locals>.<lambda>yearOfProduction	mainGenre)r   r   descriptionr   r   r   r   )	_match_id_download_webpage_search_jsonr   _download_jsonr   strr   _extract_smil_formatsr   listallfilter)
selfr   r   webpageplayer_configasset_idasset_detailsvideo_idvod_datasmil_urlr0   r0   r1   _real_extract   sP   




zMagentaMusikIE._real_extractN)__name__
__module____qualname__
_VALID_URL_TESTSrG   r0   r0   r0   r1   r	      s     r	   N)
commonr   utilsr   r   r   r   utils.traversalr   r	   r0   r0   r0   r1   <module>   s    