htmllisting-parser icon indicating copy to clipboard operation
htmllisting-parser copied to clipboard

Python parser for Apache/nginx-style HTML directory listing

Results 11 htmllisting-parser issues
Sort by recently updated
recently updated
newest added

`timestr` parsing relies on a series of time format regexes, `re.match`-ed against the timestr. `re.match` returns a match for a prefix match, which is a desired behavior in this case....

Hei, Just a comment which one might add to documentation. I'm from Finland and reading data from US. So my local is set by Finland. This leads to problems, because...

Maybe someone need it. Not sure 100% points were correct but it works for me.

Recently I started to use your lib in my [s3viewer](https://github.com/SharonBrizinov/s3viewer) (I've credited you in the code). It would be nice to list in the README other open-source projects that are...

https://github.com/pleiszenburg/refuse

``` $ rehttpfs http://127.0.0.1:8080/ /mnt/http_mount Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 421, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 416, in _make_request...

Currently, you're just publishing releases on pypi.org. It would be nice if you could use the release feature here in Github, too. This way I can easily subscribe to new...

I cant find any help about the use of this thing. Any examples posted anywhere ? I am not a python guru, i need simple examples please.

WIP/Idea Start of a HttpPath based on pathlib.PosixPath and the code for the Fuse Driver.

Small changes for better typing support in IDEs such a VSCode Use typing.NamedTuple for FileEntry Add some typing annotations to the functions.