Closed 0x464e closed 1 year ago
For anyone wondering, I used this as a workaround to download my stuff: First enter the list view mode on your profile and display 100 per page:
Then you can run this in your browser's console:
[...document.querySelectorAll('.copy-input-text')].map(x => x.defaultValue).join(" ");
You'll get all the video urls in that page separated by a space.
Then you can just gallery-dl by copy pasting all the urls:
gallery-dl url1 url2 url3 url4 url5 etc
This works because Gfycat videos are only private by visibility, you still have access as long as you know the url.
Duplicate of #3770.
It is now possible to login with username and password (https://github.com/mikf/gallery-dl/commit/7444fc125bacef8ce4db2e7e99aa80d3ee562f2a) and access your account's Gifs with gfycat.com/@me
as URL (https://github.com/mikf/gallery-dl/commit/e9b9f751bfe9f743880fdadc7076d783b70f3266).
Nice, and odd that I wasn't able to find that other issue when I searched before posting. Sorry for the duplicate.
Hi,
As you probably know, Gfycat is sadly shutting down and everything will be deleted from there.
Would be nice if gallery-dl could be used to back up private videos from there. It works completely fine for public ones, but when I try to download everything from my profile (with authentication options) it still only gets the public ones.
I tried
with no luck. They all just download the public videos from my profile.
Is authentication not supported for Gfycat, or is there a chance I'm doing something wrong?
I'm on version 1.25.7