'description':'Choi Do-hyun, a criminal attorney, is the son of a death row convict. Ever since Choi Pil-su got arrested for murder, Do-hyun has wanted to solve his ',
'thumbnail':r're:^https?://.*\.jpg$',
'subtitles':{
'English':'mincount:1',
},
},
'params':{
'skip_download':'m3u8 download'
}
}]
def_real_extract(self,url):
video_id=self._match_id(url)
@ -44,11 +60,18 @@ class OnDemandKoreaIE(InfoExtractor):
'This video is only available to ODK PLUS members.',
expected=True)
title=self._og_search_title(webpage)
if'ODK PREMIUM Members Only'inwebpage:
raiseExtractorError(
'This video is only available to ODK PREMIUM members.',