From fbb93fcb31b75c994ff9a9d0adb80b319ac130d3 Mon Sep 17 00:00:00 2001 From: Jackson Humphrey Date: Wed, 13 Nov 2024 15:16:56 -0600 Subject: [PATCH] Updated the existing pagination test to test for at least one more video than the previous _PAGE_SIZE value. --- yt_dlp/extractor/redgifs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/redgifs.py b/yt_dlp/extractor/redgifs.py index 39a09f70cd..f969ffcbc4 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_count': 30, + 'playlist_mincount': 31, }, { 'url': 'https://www.redgifs.com/users/lamsinka89?order=best&type=g',