mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[dramafever:series] Rollback _PAGE_SIZE to max possible
This commit is contained in:
parent
70a2002399
commit
463b2e5542
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class DramaFeverSeriesIE(InfoExtractor):
|
|||
}]
|
||||
|
||||
_CONSUMER_SECRET = 'DA59dtVXYLxajktV'
|
||||
_PAGE_SIZE = 5 # max is 60 (see http://api.drama9.com/#get--api-4-episode-series-)
|
||||
_PAGE_SIZE = 60 # max is 60 (see http://api.drama9.com/#get--api-4-episode-series-)
|
||||
|
||||
def _get_consumer_secret(self, video_id):
|
||||
mainjs = self._download_webpage(
|
||||
|
|
Loading…
Reference in a new issue