Multidownload
Multidownload copied to clipboard
Apache directory listing support
I was wondering if you could implement websites with Apache directory listings and select which file to get? Would be nice since Googling with this can pull up useful directorys that be nice to be able to get on the 3DS itself.
-inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(mp3|nes) "Something"
Although I can't guarantee anything, I will look into this.Also would you happen to have an example of a site with apache directory listing?
Here's one http://thesoundeffect.com/music/mp3/
I would love it to get some emulation files, you can find all kind of stuff copy and pasting the following. Here's an example that will bring up Nintendo roms
intitle:"index of" +"last modified" +"parent directory" +description +size +(sfc|nes) "mario"
You'll probably have to wait a long time since this requires a html parser.AFAIK there is no other way of doing it.
Thanks for looking into it. I only familiar with love/lua but noticed there's a Lua script that somewhat implements a HTML Dot parser, assuming lovepotion for 3DS supports this could I rig something up you think?
https://love2d.org/wiki/lure forgot the link
@Haze3ds I finally found a good HTML parser,so you should see this feature added in the next commit. 👍