|
|
@ -35,6 +35,7 @@ class EpornerIE(InfoExtractor): |
|
|
|
title = self._html_search_regex( |
|
|
|
r'<title>(.*?) - EPORNER', webpage, 'title') |
|
|
|
|
|
|
|
|
|
|
|
redirect_url = 'http://www.eporner.com/config5/%s/%s' % (video_id, display_id) |
|
|
|
player_code = self._download_webpage( |
|
|
|
redirect_url, display_id, note='Downloading player config') |
|
|
|