projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42e7373
)
[tubitv] Use raise_login_required
author
Sergey M․
<dstftw@gmail.com>
Wed, 26 Aug 2015 15:26:47 +0000
(21:26 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 26 Aug 2015 15:26:47 +0000
(21:26 +0600)
youtube_dl/extractor/tubitv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/tubitv.py
b/youtube_dl/extractor/tubitv.py
index 2c4b21807ce1dc276e8625463ac38fb63c8ff211..4f86b3ee927541c8f31936103c3319ce48b97e72 100644
(file)
--- a/
youtube_dl/extractor/tubitv.py
+++ b/
youtube_dl/extractor/tubitv.py
@@
-60,9
+60,7
@@
class TubiTvIE(InfoExtractor):
webpage = self._download_webpage(url, video_id)
if re.search(r"<(?:DIV|div) class='login-required-screen'>", webpage):
- raise ExtractorError(
- 'This video requires login, use --username and --password '
- 'options to provide account credentials.', expected=True)
+ self.raise_login_required('This video requires login')
title = self._og_search_title(webpage)
description = self._og_search_description(webpage)