mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.4k stars 931 forks source link

redgifs Unsupported URL with parameters like "?order=trending" "?order=top" #4115

Closed mo-han closed 1 year ago

mo-han commented 1 year ago

URL with parameters like ?order=trending ?order=top URL with tags search https://www.redgifs.com/gifs/...

These "search results" URL are supported in old versions, maybe something wrong with the match pattern?

mikf commented 1 year ago

redgifs.com/gifs/... URLs in general weren't supported. It expected the old redgifs.com/browse?tags=...

mikf commented 1 year ago

?order=top

That doesn't work anymore, even on the website itself. "Error loading gifs, please refresh. No gifs to show on this page."

It is now called order=best, it seems.