]>
Raphaƫl G. Git Repositories - youtubedl/blob - youtube_dl/extractor/empflix.py
70f8efe27578c4d43b27378a4a2c80d495a7488c
   1 from __future__ 
import unicode_literals
 
   3 from .tnaflix 
import TNAFlixIE
 
   6 class EMPFlixIE(TNAFlixIE
): 
   7     _VALID_URL 
= r
'^https?://www\.empflix\.com/videos/(?P<display_id>[0-9a-zA-Z-]+)-(?P<id>[0-9]+)\.html' 
   9     _TITLE_REGEX 
= r
'name="title" value="(?P<title>[^"]*)"' 
  10     _DESCRIPTION_REGEX 
= r
'name="description" value="([^"]*)"' 
  11     _CONFIG_REGEX 
= r
'flashvars\.config\s*=\s*escape\("([^"]+)"' 
  14         'url': 'http://www.empflix.com/videos/Amateur-Finger-Fuck-33051.html', 
  15         'md5': 'b1bc15b6412d33902d6e5952035fcabc', 
  18             'display_id': 'Amateur-Finger-Fuck', 
  20             'title': 'Amateur Finger Fuck', 
  21             'description': 'Amateur solo finger fucking.', 
  22             'thumbnail': 're:https?://.*\.jpg$',