mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 04:13:20 +00:00
[watchertv] add comments for required fields
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
parent
123ac3301c
commit
31b11c339b
|
@ -18,7 +18,7 @@
|
|||
|
||||
|
||||
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):
|
||||
|
|
Loading…
Reference in a new issue