1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 18:39:29 +00:00

[eporner] Fix redirect_code error

This commit is contained in:
logon84 2015-02-24 19:41:46 +01:00
parent 59c7cbd482
commit e765ed3a9c

View file

@ -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')