U
    g                     @   s<   d dl Z ddlmZ ddlmZmZmZ G dd deZdS )    N   )InfoExtractor   )extract_attributesget_element_by_attributeint_or_nonec                   @   sT   e Zd ZdZdddddddd	d
deedddgddddddddgZdd ZdS )SampleFocusIEz<https?://(?:www\.)?samplefocus\.com/samples/(?P<id>[^/?&#]+)z7https://samplefocus.com/samples/lil-peep-sad-emo-guitarZ 48c8d62d60be467293912e0e619a5120Z40316zlil-peep-sad-emo-guitarmp3zLil Peep Sad Emo Guitarzre:^https?://.+\.pngzStandard LicenseZCapsCtrlZcapsctrlZSamplesZGuitarzElectric guitar)id
display_idexttitle	thumbnaillicenseuploaderuploader_id
like_countcomment_count
categories)urlmd5Z	info_dictz5https://samplefocus.com/samples/dababy-style-bass-808T)r   Zonly_matchingz/https://samplefocus.com/samples/young-chop-kickc                    s|    |} j||dd jdddd} jddpF d	d
} jdddddptt jddddd } p jddddd}g }tdD ]\}}	}
|	|	||
d qd  }}t
d}|r| \}}tdd}g }|rtd|D ]\}}|	| q fdd}|||dddd|idg||| jdd dd d||d!| d"|d#||d$S )%NT)Zimpersonatez?<input[^>]+id=(["\'])sample_id\1[^>]+value=(?:["\'])(?P<id>\d+)z	sample idr
   )groupFfatalz<h1>(.+?)</h1>r   zH<input[^>]+id=(["\'])sample_mp3\1[^>]+value=(["\'])(?P<url>(?:(?!\2).)+)r	   r   )r   r   z,<meta[^>]+itemprop=(["\'])contentUrl\1[^>]*>zmp3 urlr   contentzT<img[^>]+class=(?:["\'])waveform responsive-img[^>]+src=(["\'])(?P<url>(?:(?!\1).)+)zt(?s)<p[^>]+class="comment-author"><a[^>]+href="/users/([^"]+)">([^"]+)</a>.+?<p[^>]+class="comment-body">([^>]+)</p>)author	author_idtextz->By <a[^>]+href="/users/([^"]+)"[^>]*>([^<]+)ZtypeofZBreadcrumbListz-<span[^>]+property=(["\'])name\1[^>]*>([^<]+)c                    s   t  jd|  d| ddS )Nz<span[^>]+class=(?:["\'])?z-count[^>]*>(\d+)Fr   )r   _html_search_regex)klassselfZwebpage @/tmp/pip-unpacked-wheel-q5ljy6pj/yt_dlp/extractor/samplefocus.pyextract_countM   s    
  z2SampleFocusIE._real_extract.<locals>.extract_countnoneZReferer)r   r   ZvcodecZacodecZhttp_headersz6<a[^>]+href=(["\'])/license\1[^>]*>(?P<license>[^<]+)<r   zsample-z
-favoritescomments)r
   r   formatsr   r   r   r   r   r   r   r&   r   )Z	_match_idZ_download_webpageZ_search_regexZ_og_search_titler   r   Z_og_search_thumbnailrefindallappendsearchgroupsr   )r!   r   r   Z	sample_idr   Zmp3_urlr   r&   r   r   bodyr   r   ZmobjZ
breadcrumbr   _namer$   r"   r    r#   _real_extract%   s    
            
 	   zSampleFocusIE._real_extractN)__name__
__module____qualname__Z
_VALID_URLintZ_TESTSr0   r"   r"   r"   r#   r      s0   r   )r(   commonr   utilsr   r   r   r   r"   r"   r"   r#   <module>   s   