mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-11-05 02:22:44 +01:00
[eporner] Fix redirect_code error
This commit is contained in:
parent
59c7cbd482
commit
e765ed3a9c
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user