You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, with a collection URL like this: https://www.redgifs.com/users/<testUser>/collections/<collection_id>
The value for userName is now testUser, instead of the real user name from the uploader..
If I take the single URL from the entry in a collection and run it with gallery-dl (i.e. ends up using the "image" extractor), the userName is correct again.
Latest gallery-dl master.
The text was updated successfully, but these errors were encountered:
I moved all collection metadatas into its own separate field (ae5e049). userName is now the name of the uploader, and collection[userName] is the collection owner.
Hey, I saw this commit basically as it happened and immediately grabbed the fresh sources to test it right away, so I could confirm and close my opened issues again as soon as possible, but unfortunately my laptop battery died, and something with the charger was also fishy and now I'm gonna need to replace both apparently..
I just realized this comes off a bit as my-dog-ate-the-homework, but it's actually true, I swear! 😆
Anyway, just tested this, can confirm it works perfectly now! 👍
Uh, exactly what it says on the tin? 😄
For example, with a collection URL like this:
https://www.redgifs.com/users/<testUser>/collections/<collection_id>
The value for
userName
is nowtestUser
, instead of the real user name from the uploader..If I take the single URL from the entry in a collection and run it with gallery-dl (i.e. ends up using the
"image"
extractor), theuserName
is correct again.Latest gallery-dl master.
The text was updated successfully, but these errors were encountered: