mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[tubitv] Use raise_login_required
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․