feat(image-downloader): add new image downloader plugin#385
Merged
LogicOber merged 2 commits intolanggenius:mainfrom Sep 1, 2025
Merged
feat(image-downloader): add new image downloader plugin#385LogicOber merged 2 commits intolanggenius:mainfrom
LogicOber merged 2 commits intolanggenius:mainfrom
Conversation
LogicOber
suggested changes
Apr 26, 2025
Contributor
LogicOber
left a comment
There was a problem hiding this comment.
Thank you so much for your pull request on GitHub! 😊 Your contributions are greatly appreciated!
Please ensure that:
- All content in PRIVACY.md, README.md, and 👉 code remains in English only 👈 (e.g., when you use
yield self.create_text_message) - Please ensure that the
labelfor different languages in the YAML file are written in their corresponding languages.
Looking forward to your updates! 💯
Contributor
Author
|
@LogicOber updated |
LogicOber
approved these changes
Sep 1, 2025
Gmasterzhangxinyang
pushed a commit
to Gmasterzhangxinyang/dify-plugins
that referenced
this pull request
Apr 6, 2026
…ius#385) * Fixes get_num_tokens function to return []int instead of int * bump: version --------- Co-authored-by: crazywoola <li.zheng@dentsplysirona.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
This plugin downloads images from URLs and returns them as blobs. It solves the CSP (Content Security Policy) restriction issue in Dify cloud version (udify.app) where external images can't be displayed. When AI generates markdown text with image references to external domains, this plugin downloads the images and serves them through blob URLs, bypassing CSP restrictions.
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
No, this plugin does not collect any user personal data. It only downloads image files from the provided URLs.
Privacy Policy