[watchertv] add comments for required fields

Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
McSwindler 2024-04-24 22:12:55 -05:00 committed by GitHub
parent 123ac3301c
commit 31b11c339b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from ..utils import (
class DropoutBaseIE(InfoExtractor):
_HOST = None
"""Subclasses must define _HOST"""
def _get_authenticity_token(self, display_id):
signin_page = self._download_webpage(
@ -170,6 +170,7 @@ class DropoutIE(DropoutBaseIE):
class DropoutSeasonBaseIE(InfoExtractor):
"""Subclasses must define _VIDEO_IE"""
_PAGE_SIZE = 24
def _fetch_page(self, url, season_id, page):