Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for webmshare and catbox albums #2410

Closed
MrSeyker opened this issue Mar 15, 2022 · 3 comments
Closed

Support for webmshare and catbox albums #2410

MrSeyker opened this issue Mar 15, 2022 · 3 comments

Comments

@MrSeyker
Copy link

I was wondering if it would be possible add support for these.

https://catbox.moe/c/cd90s1
https://catbox.moe/c/w7tm47

Upload URL:
https://webmshare.com/zBGAg
Direct URL:
https://webmshare.com/play/zBGAg
Webm Stream URL:
https://s1.webmshare.com/zBGAg.webm
Download URL:
https://webmshare.com/download-webm/zBGAg

@AlttiRi
Copy link

AlttiRi commented Mar 16, 2022

I think it's much more convenient to use a userscript for such type sites
(It's that I do. Well, probably I need to publish my userscripts, but I need to rewrite them a bit).

However, the support of it in gallery-dl makes sense:

  • When you have a bulk of URLs.
  • It's not possible to use a userscript with an archive attachment, since the browser just download it and I can't run a userscript on web page to download it with the required filename.
  • It's trivial to implement.

@MrSeyker
Copy link
Author

MrSeyker commented Mar 16, 2022

There's also uploadir.

While these sites aren't gallery, many animators often share download links in comments/descriptions to these sites, either due to file limits or content restrictions on the sites they use to build their galleries.

I capture the descriptions with postprocessors and then later pass the links to other downloaders, but gallery-dl can already parse for some external links on some sites such as deviantart and furaffinity.

You can't download all external links as child instances of a process, it'd be a rabbit hole, but for direct links such as these, I figure you could make permission.

@AlttiRi
Copy link

AlttiRi commented Mar 16, 2022

The similar sites: uploadir.com (it uses filename in content-disposition), 3dx.pw, kyot.me, lewd.cat, i.gyazo.com, cdn.discordapp.com, media.discordapp.net, a.pomf.se (https://web.archive.org/web/1/${url})

mikf added a commit that referenced this issue Aug 18, 2022
adapted from #2805

- rewrite using GalleryExtractor
- extract more metadata
- match lolisafe names
- add test
@mikf mikf closed this as completed Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants