3
b`                 @   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)InternetVideoArchiveIEc               @   s2   e Zd ZdZdddddddd	id
Zdd ZdS )VideoDetectiveIEz>https?://(?:www\.)?videodetective\.com/[^/]+/[^/]+/(?P<id>\d+)z6http://www.videodetective.com/movies/kick-ass-2/194487194487mp4z
Kick-Ass 2z$md5:c189d5b7280400630a1d3dd17eaa8d8a)idexttitledescriptionskip_downloadT)url	info_dictparamsc             C   s*   | j |}d| }| jtj|tj dS )Nzcustomerid=69249&publishedid=)ie)	_match_id
url_resultr   _build_json_urlie_key)selfr   video_idquery r   OC:\Users\Broad\Desktop\All-Down\binaries\youtube_dl\extractor\videodetective.py_real_extract   s
    
zVideoDetectiveIE._real_extractN)__name__
__module____qualname__
_VALID_URL_TESTr   r   r   r   r   r      s   r   N)
__future__r   commonr   internetvideoarchiver   r   r   r   r   r   <module>   s   