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

gallery-dl support #1618

Open
darkmaster420 opened this issue Nov 12, 2023 · 1 comment
Open

gallery-dl support #1618

darkmaster420 opened this issue Nov 12, 2023 · 1 comment
Labels
Feature New feature request

Comments

@darkmaster420
Copy link

Can you add gallery-dl support to download from these sites
https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.md

@anasty17 anasty17 added Enhancement Request to enhance feature Feature New feature request and removed Enhancement Request to enhance feature labels Nov 12, 2023
@erickyun
Copy link
Contributor

erickyun commented Dec 11, 2023

I want to share a workaround that I use myself and hope it will be useful for everyone:

  1. First install gallery-dl with:
    /shell pip install gallery-dl
  2. Add this text to your rclone.conf
rclone.conf
[LocalUpload]
type = local
  1. To download gallery-dl supported sites use this cmd(Replace URL):
    /shell mkdir UploadFolder && gallery-dl "URL" -d "UploadFolder"
  2. leech to Telegram with:
    /l LocalUpload:UploadFolder
  3. Delete folder /shell rm -rf UploadFolder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature request
Projects
None yet
Development

No branches or pull requests

3 participants