#1
|
|||
|
|||
Plugin request "frosting.ai"
This is a site for generating images like civitai. On the author's page, if you use the browser plugin to preview images, you can see that the site allows you to download them in full size manually. Moreover, you can save the page via "save as", and some of the full-size images will be saved, but not all of them. At the same time, the jdownloader does not see the image at all.
**External links are only visible to Support Staff****External links are only visible to Support Staff** -I tried to download something from this page, but without success. |
#2
|
||||
|
||||
@VanTuz: images are not part of html but fetched via javascript and hence JDownloader does not *see* them.
__________________
JD-Dev & Server-Admin |
#3
|
|||
|
|||
Got it. I'm just not a programmer and didn't know about such features.
|
#4
|
||||
|
||||
@VanTuz
It is extremely unlikely that a plugin for said website will be added. Please use the following instructions as a helper to download content from this website in a semi-automatic way: https://support.jdownloader.org/de/k...orted-websites
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#5
|
|||
|
|||
None of these methods helps, because the link collectors do not see any links, most likely for the same reasons that the jdownloader does not detect them
|
#6
|
||||
|
||||
Looks like you did not read said article.
Using LinkCrawler rules, you can "make it see those links" for example such image-directlinks: Code:
api.frosting.ai/api/v1/files/cdn/post/6682d9258e049a0ab260fffa/66b1037e2396f4cf26470933/image
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#7
|
|||
|
|||
I think I'm going to need help, because I have no idea how to set up anything there.
|
#8
|
||||
|
||||
So did you even take a look at the examples and try?
Just to be clear - that will help you to crawl single images of said website slash add the ability to add single image links via copy & paste but it will not automate the process of e.g. grabbing all items of a user. EDIT So here is an example rule which will make JD accept direct image links from frosting.ai like the one I put in my last post: Code:
[ { "enabled": true, "logging": false, "maxDecryptDepth": 1, "name": "example rule of type DIRECTHTTP for direct links from website 'frosting.ai'", "pattern": "**External links are only visible to Support Staff**, "rule": "DIRECTHTTP" } ] pastebin.com/raw/rCS22NhH
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download Last edited by pspzockerscene; 06.08.2024 at 11:48. Reason: EDIT |
#9
|
|||
|
|||
I'm not a programmer and I don't understand anything about it. And it turns out that this code is practically the same as downloading manually?
|
#10
|
||||
|
||||
You don't need to be a programmer to understand a json syntax and work with examples to create such rules.
In our forums you can find tons of examples, those alone are helpful to understand how those rules work. More initiative from your side would be great. Quote:
As explained, this code 'teaches' JD to handle those links. Now you still need to collect them. Random example: Code:
frosting.ai/user/dimpus Code:
api.frosting.ai/api/v1/posts/users/6682d84a8e049a0ab2607e02 TL;DR We do not have the capacities to add plugins for all requested websites. Using external tools combined with JDownloaders' features, you could easily make JDownloader download such items though that requires some time & effort from you in order to make it work.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download Last edited by pspzockerscene; 06.08.2024 at 13:31. Reason: Fixed typo |
#11
|
|||
|
|||
I'm honestly trying to figure out what I need to do. Through the developer tools, I was able to find these links. How do I copy them all?
**External links are only visible to Support Staff****External links are only visible to Support Staff** UPD - I founded how. Last edited by VanTuz; 06.08.2024 at 13:45. |
#12
|
||||
|
||||
You don't need them - you just need to find the "source text" that contains all of them:
Code:
api.frosting.ai/api/v1/posts/users/<someHashHere> -> Then modify the json ("text") so that the links aren't relative links anymore but absolute links and then JD can eat them.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#13
|
|||
|
|||
**External links are only visible to Support Staff****External links are only visible to Support Staff** - For my case. Either I found the wrong cache, or something else.
|
#14
|
||||
|
||||
Remove the slash at the ending then that link will be valid.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download Last edited by pspzockerscene; 06.08.2024 at 14:16. Reason: Fixed bad English |
#15
|
|||
|
|||
You wrote that you need to change some json to remove the links from there. Where can I get it and how can I change it?
UPD. I found the file. how can I change it? UPD2. search and replace solved the problem And I noticed that the program doesn't seem to be able to download the file or something. She seems to have downloaded it 100%, but is in no hurry to move on to downloading the next one. Last edited by VanTuz; 07.08.2024 at 00:26. |
#16
|
||||
|
||||
Quote:
If your report is about a specific website which JD supports via plugin, please also provide example URLs which can be used to reproduce the issue you are having. If your report is related to a login specific problem with a plugin supported website, enable debug mode before creating logs, see previously linked instructions. Bitte poste deine Log-ID hier. Falls dein Problem ein Problem mit einer Webseite ist, die per Plugin unterstützt wird, stelle bitte zusätzlich Testlinks zur Verfügung, mit denen sich dein Problem nachstellen lässt. Geht es um einen nicht funktionierenden Account-Login, aktiviere vor dem Erstellen deines Logs den debug Modus (siehe zuvor verlinkte Anleitung). -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
Thread Tools | |
Display Modes | |
|
|