3
b`                 @   s<   d dl mZ ddlmZ ddlmZmZ G dd deZdS )	    )unicode_literals   )InfoExtractor   )find_xpath_attrfix_xml_ampersandsc               @   s:   e Zd ZdZdddddddd	d
dddgZdd ZdS )ClipsyndicateIEzKhttps?://(?:chic|www)\.clipsyndicate\.com/video/play(list/\d+)?/(?P<id>\d+)z=http://www.clipsyndicate.com/video/play/4629301/brick_briscoeZ 4d7d549451bad625e0ff3d7bd56d776cZ4629301mp4zBrick Briscoeid  zre:^https?://.+\.jpg)idexttitleduration	thumbnail)urlmd5	info_dictz=http://chic.clipsyndicate.com/video/play/5844117/shark_attackT)r   only_matchingc                s~   | j |}| jd| |d}| jd|d}| jd| |dtd}|jd  fd	d
}||d jdj|dt|ddS )Nz9http://eplayer.clipsyndicate.com/embed/player.js?va_id=%szDownlaoding playerzflvars: "(.*?)"flvarsz1http://eplayer.clipsyndicate.com/osmf/playlist?%szDownloading video info)transform_sourceztrackList/trackc                s$   t  dd| }|d k	r |jd S d S )Nz.//paramnamevalue)r   attrib)r   node)	track_doc NC:\Users\Broad\Desktop\All-Down\binaries\youtube_dl\extractor\clipsyndicate.py
find_param+   s    z1ClipsyndicateIE._real_extract.<locals>.find_paramr   locationr   r   )r
   r   r   r   r   )	_match_id_download_webpage_search_regex_download_xmlr   findtextint)selfr   video_idZ	js_playerr   Zpdocr   r   )r   r   _real_extract   s     


zClipsyndicateIE._real_extractN)__name__
__module____qualname__
_VALID_URL_TESTSr'   r   r   r   r   r   
   s   

r   N)
__future__r   commonr   utilsr   r   r   r   r   r   r   <module>   s   