[iprima] Confirm adult check (closes #17437)

This commit is contained in:
Sergey M․ 2018-09-06 00:22:30 +07:00
parent aa1d5eb905
commit 09322cccdb
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ class IPrimaIE(InfoExtractor):
def _real_extract(self, url):
video_id = self._match_id(url)
self._set_cookie('play.iprima.cz', 'ott_adult_confirmed', '1')
webpage = self._download_webpage(url, video_id)
video_id = self._search_regex(r'data-product="([^"]+)">', webpage, 'real id')