mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
[watchertv] add comments for required fields
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
parent
990566c324
commit
2a308d0930
1 changed files with 2 additions and 1 deletions
|
@ -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