mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-29 03:23:02 +00:00
[PromoDJ] Fix page size for playlists
This commit is contained in:
parent
7e96492ba0
commit
1b3c186424
1 changed files with 2 additions and 2 deletions
|
@ -525,8 +525,8 @@ def _get_page_size(self, type):
|
||||||
if type == 'uenno':
|
if type == 'uenno':
|
||||||
return 15
|
return 15
|
||||||
if type == 'groups':
|
if type == 'groups':
|
||||||
return 30
|
return 20
|
||||||
return 20
|
return 30
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
match = self._match_valid_url(url)
|
match = self._match_valid_url(url)
|
||||||
|
|
Loading…
Reference in a new issue