Page 1 of 1

EOS Downloader for LeadMe

Posted: Thu May 28, 2026 9:40 am
by althyna
I had built a single html file tool to play downloaded GuideMe/TeaseMe scripts locally in your browser (chromium) window, called LeadMe: viewtopic.php?t=28404

I wanted to build a native EOS downloader for the same, since currently the way to play EOS teases with it is to download using the MiloDownloader, which converts the EOS script into GuideMe compatible form - an additional step not required for a browser based tool which thus reduces the chances of errors that come with such a conversion.

So this tool can download EOS teases on Milovana directly from your browser into your local storage which then can be played offline using LeadMe.

How to use:

1. Extract the content of the zip file into a folder
2. Open extensions (chrome://extensions/)
3. Turn on developer mode in the top right corner of the page
4. Click on 'Load unpacked'
5. Point to the folder where you extracted the zip contents
6. Run the extension - will open in a new tab
7. Paste your EOS milovana tease link and let the downloader download the script and media for the tease into a folder that you select
8. Run LeadMe (just open the html file in your browser)
9. Open the folder where you just downloaded the EOS tease

Why a chrome extension? Because it requires no native install and is naturally cross platform. Plus, has the added advantage of being a really small tool that can live as a download within Milovana's forums.

This first release is only lightly tested. Let me know if you spot any bugs.

You need v0.5 and above of LeadMe for this to work.

Note - Both LeadMe and LeadMe Downloader are made for chrome/chromium based browsers only.

Update - v0.2 (30 May 2026)

1. Credentials: include on all fetches — the extension now sends your milovana cookies (notably cf_clearance) when fetching pages, JSON, and media. Fixes 403s on teases Cloudflare is actively challenging. If you are using a VPN, very likely this tool won't work for you.
2. Gallery images now download full-resolution originals. The CDN's /timg/<hash> path serves the original upload; the previous /timg/tb_xl/<hash> path served an "extra large thumbnail" - visibly smaller. Both EOS galleries and standalone files now use the bare /timg/ path.
3. Classic-tease page images upgraded too. The HTML embedded tb_l thumbnails in <img class="tease_pic" src=…>; the walker now strips any size segment (tb_xs / tb_s / tb_m / tb_l / tb_xl) before downloading. Significantly larger Classic images.
4. Created a download queue. You can now queue downloads for multiple teases and let them run one after the other without any in between intervention.
5. Better logging showin URLs of media downloaded.
6. Now shows tool version number.

Re: EOS Downloader for LeadMe

Posted: Thu May 28, 2026 12:11 pm
by Thamrill
althyna wrote: Thu May 28, 2026 9:40 am I had built a single html file tool to play downloaded GuideMe/TeaseMe scripts locally in your browser (chromium) window, called LeadMe: viewtopic.php?t=28404

I wanted to build a native EOS downloader for the same, since currently the way to play EOS teases with it is to download using the MiloDownloader, which converts the EOS script into GuideMe compatible form - an additional step not required for a browser based tool which thus reduces the chances of errors that come with such a conversion.

So this tool can download EOS teases on Milovana directly from your browser into your local storage which then can be played offline using LeadMe.

How to use:

1. Extract the content of the zip file into a folder
2. Open extensions (chrome://extensions/)
3. Turn on developer mode in the top right corner of the page
4. Click on 'Load unpacked'
5. Point to the folder where you extracted the zip contents
6. Run the extension - will open in a new tab
7. Paste your EOS milovana tease link and let the downloader download the script and media for the tease into a folder that you select
8. Run LeadMe (just open the html file in your browser)
9. Open the folder where you just downloaded the EOS tease

Why a chrome extension? Because it requires no native install and is naturally cross platform. Plus, has the added advantage of being a really small tool that can live as a download within Milovana's forums.

This first release is only lightly tested. Let me know if you spot any bugs.

You need v0.5 and above of LeadMe for this to work.

Note - Both LeadMe and LeadMe Downloader are made for chrome/chromium based browsers only.
Does it download the images?

Re: EOS Downloader for LeadMe

Posted: Thu May 28, 2026 2:49 pm
by althyna
Thamrill wrote: Thu May 28, 2026 12:11 pm
althyna wrote: Thu May 28, 2026 9:40 am I had built a single html file tool to play downloaded GuideMe/TeaseMe scripts locally in your browser (chromium) window, called LeadMe: viewtopic.php?t=28404

I wanted to build a native EOS downloader for the same, since currently the way to play EOS teases with it is to download using the MiloDownloader, which converts the EOS script into GuideMe compatible form - an additional step not required for a browser based tool which thus reduces the chances of errors that come with such a conversion.

So this tool can download EOS teases on Milovana directly from your browser into your local storage which then can be played offline using LeadMe.

How to use:

1. Extract the content of the zip file into a folder
2. Open extensions (chrome://extensions/)
3. Turn on developer mode in the top right corner of the page
4. Click on 'Load unpacked'
5. Point to the folder where you extracted the zip contents
6. Run the extension - will open in a new tab
7. Paste your EOS milovana tease link and let the downloader download the script and media for the tease into a folder that you select
8. Run LeadMe (just open the html file in your browser)
9. Open the folder where you just downloaded the EOS tease

Why a chrome extension? Because it requires no native install and is naturally cross platform. Plus, has the added advantage of being a really small tool that can live as a download within Milovana's forums.

This first release is only lightly tested. Let me know if you spot any bugs.

You need v0.5 and above of LeadMe for this to work.

Note - Both LeadMe and LeadMe Downloader are made for chrome/chromium based browsers only.
Does it download the images?
Yes ofc! Wouldn't be very useable otherwise as an offline tool. Basically, works very similarly to MiloDownloader, without the xml converting that tool needs to do.

Re: EOS Downloader for LeadMe

Posted: Fri May 29, 2026 3:24 pm
by PlayfulGuy
This is awesome! I'm looking forward to trying it out.

PG

Re: EOS Downloader for LeadMe

Posted: Sat May 30, 2026 7:42 am
by althyna
Updated to v0.2