Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
4 additions and
1 deletions
-
youtube_dl/extractor/eporner.py
|
|
@ -15,7 +15,7 @@ from ..utils import ( |
|
|
|
|
|
|
|
|
|
|
|
class EpornerIE(InfoExtractor): |
|
|
|
_VALID_URL = r'https?://(?:www\.)?eporner\.com/hd-porn/(?P<id>\w+)(?:/(?P<display_id>[\w-]+))?' |
|
|
|
_VALID_URL = r'https?://(?:www\.)?eporner\.com/(?:hd-porn|embed)/(?P<id>\w+)(?:/(?P<display_id>[\w-]+))?' |
|
|
|
_TESTS = [{ |
|
|
|
'url': 'http://www.eporner.com/hd-porn/95008/Infamous-Tiffany-Teen-Strip-Tease-Video/', |
|
|
|
'md5': '39d486f046212d8e1b911c52ab4691f8', |
|
|
@ -35,6 +35,9 @@ class EpornerIE(InfoExtractor): |
|
|
|
}, { |
|
|
|
'url': 'http://www.eporner.com/hd-porn/3YRUtzMcWn0', |
|
|
|
'only_matching': True, |
|
|
|
}, { |
|
|
|
'url': 'http://www.eporner.com/hd-porn/3YRUtzMcWn0', |
|
|
|
'only_matching': True, |
|
|
|
}] |
|
|
|
|
|
|
|
def _real_extract(self, url): |
|
|
|