Slight cleanups.
This commit is contained in:
parent
fe2344fd8e
commit
5c27f88745
@ -61,10 +61,6 @@ class PornTrexIE(PornTrexBaseIE):
|
|||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
webpage = self._download_webpage(url, video_id)
|
webpage = self._download_webpage(url, video_id)
|
||||||
|
|
||||||
# print(self._html_search_meta('description', webpage, 'description', fatal=False))
|
|
||||||
# print(self._og_search_description(webpage))
|
|
||||||
# quit()
|
|
||||||
|
|
||||||
if re.findall(r'Only active members can watch private videos.', webpage):
|
if re.findall(r'Only active members can watch private videos.', webpage):
|
||||||
self.raise_login_required()
|
self.raise_login_required()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user