From 3ad9600ab336d89cc7417fcf5546b48e6b455e26 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Sat, 16 Nov 2024 19:44:36 +0000 Subject: [PATCH] Apply suggestions from code review --- yt_dlp/extractor/redgifs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yt_dlp/extractor/redgifs.py b/yt_dlp/extractor/redgifs.py index f969ffcbc4..f05292b9f0 100644 --- a/yt_dlp/extractor/redgifs.py +++ b/yt_dlp/extractor/redgifs.py @@ -231,7 +231,7 @@ class RedGifsUserIE(RedGifsBaseInfoExtractor): 'title': 'lamsinka89', 'description': 'RedGifs user lamsinka89, ordered by recent', }, - 'playlist_mincount': 31, + 'playlist_count': 80, }, { 'url': 'https://www.redgifs.com/users/lamsinka89?order=best&type=g', @@ -244,13 +244,13 @@ class RedGifsUserIE(RedGifsBaseInfoExtractor): }, { 'url': 'https://www.redgifs.com/users/ignored52', - 'note': 'Issues #7382 and #9131; _PAGE_SIZE was set to a value that was too low', + 'note': 'https://github.com/yt-dlp/yt-dlp/issues/7382, 'info_dict': { 'id': 'ignored52', 'title': 'ignored52', 'description': 'RedGifs user ignored52, ordered by recent', }, - 'playlist_mincount': 31, + 'playlist_mincount': 121, }, ]