U
    y^                     @   s8   d dl mZ ddlmZ ddlmZ G dd deZdS )    )unicode_literals   )InfoExtractor)NexxIEc                   @   s"   e Zd ZdZdddZdd ZdS )SpiegeltvIEz1https?://(?:www\.)?spiegel\.tv/videos/(?P<id>\d+)z/http://www.spiegel.tv/videos/161681-flug-mh370/T)urlonly_matchingc                 C   s   | j d| | t dS )Nz,https://api.nexx.cloud/v3/748/videos/byid/%s)ie)
url_result	_match_idr   ie_key)selfr    r   QC:\Users\TaGoRe\Desktop\beinconnect-dl\binaries\youtube_dl\extractor\spiegeltv.py_real_extract   s    zSpiegeltvIE._real_extractN)__name__
__module____qualname__
_VALID_URL_TESTr   r   r   r   r   r      s
   r   N)
__future__r   commonr   nexxr   r   r   r   r   r   <module>   s   