Skip to content

A simple scrapper and crawler to find and download files from a h5ai website

Notifications You must be signed in to change notification settings

fahidsarker/h5ai_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h5ai Downloader

Download contents from a h5ai website with deep scraping and crawling

Run -

  • install dependency pip install -r requirements.txt
  • usage: python dl.py [-h] (-u URL | -f FILE) [-d DEPTH]
  • url can be a h5ai directory url or a txt file which contains multiple urls
  • format of txt file:
<url> <optional depth>
<url> ...
...

The crawler will search (including sib dir) to find the downloadable URLs and confirm before starting to download. Features:

  • Download any files from the websiite
  • Depth of recursion Control
  • Url caching
  • Download status tracking
    • If the download is cancelled, it will skip the downloaded files when re-run

About

A simple scrapper and crawler to find and download files from a h5ai website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages