1
0
Fork 0
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:
McSwindler 2024-04-24 22:12:55 -05:00
parent 990566c324
commit 2a308d0930

View file

@ -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):