Introduce DODIRepacks provider and update AnkerGames menu integration#161
Conversation
DODIRepacks.lua (New): Built from scratch to add support for this provider. AnkerGames.lua (Updated): Uploaded the newest version to replace the old one.
|
Hey there, the DODI script does find results correctly, but it isn't getting the actual download links at all. Do not rely on Anker script's logic for getting links because its very different for DODI's site |
|
Hey!! I know the AnkerGames and DODI site are different and therefore you can see the logic that I have used are also different. If possible will you please share the log so that I can understand where it is failing and can resolve it. Thank you. |
|
@shubhamharlalka-stack give an look on the 1337x dodi one. dodi uses inno setup, Wich gld can hook an provide the path user used to install and when it finishes. Use it instead of relying if setup is still running. |
|
Also, if u did resolvers for Up-4ever, Swiftuploads and File-me, I would love if you add they as resolvers and also do an pr including they at the Resolver Manager script. |
|
Hey @Y0URD34TH, I tried hooking up the inno dll but it was not working with the DODI setup exe. |
Cause you need to hook the setup.tmp not .exe. Do this when executing the setup downloaded. |
Ok. I will do the required changes and upload the file again. Thank you. |
I gave an example I hope it helps |
I mostly just tried games from the homepage - silksong, dispatch, hades 2, etc. Download never started, and it seems to have only gotten the page link. If you right click on the download button and select the open link option, itll open it in GLD browser or your default browser and you can see if it's really a download link or just the page link. For every game I tried it only showed the game page, not the actual download links |
Right now I am making all the resolver script and with that I will make changes in my DODIRepacks script and make it more streamline and might include direct download option in it as today I did my first test and direct download was working flawlessly. Once I am done with everything, I will raise pr with the new script. Test that and help me out with the debugging. Thank you. |
|
@Y0URD34TH Hey!! I want your help in one thing. The GUI of the application has an option to paste multiple links and then we can start the download and it will add all the parts to one while downloading. Can we do the same with script? |
Yes, it's only an visual thing. Just add the parts and they will show as 1 too on the ui, monitor the downloads till last part is downloaded or extract the parts as it downloads (could be an nice way to save space and time) |
1. DODIRepacks.lua (New Provider)
A fully automated, end-to-end integration for dodi-repacks.site.
2. AnkerGames.lua (v1.3.1 Update)
Quality-of-life improvements and variable isolation to prevent UI/global conflicts.