Multidownload icon indicating copy to clipboard operation
Multidownload copied to clipboard

Apache directory listing support

Open Haze3ds opened this issue 7 years ago • 6 comments

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"

Haze3ds avatar Apr 12 '17 08:04 Haze3ds

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?

hax0kartik avatar Apr 12 '17 13:04 hax0kartik

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"

Haze3ds avatar Apr 12 '17 13:04 Haze3ds

You'll probably have to wait a long time since this requires a html parser.AFAIK there is no other way of doing it.

hax0kartik avatar Apr 17 '17 04:04 hax0kartik

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?

Haze3ds avatar Apr 17 '17 07:04 Haze3ds

https://love2d.org/wiki/lure forgot the link

Haze3ds avatar Apr 17 '17 07:04 Haze3ds

@Haze3ds I finally found a good HTML parser,so you should see this feature added in the next commit. 👍

hax0kartik avatar May 07 '17 03:05 hax0kartik