Git Product home page Git Product logo

indexcrawler's Introduction

IndexCrawler

I wrote a script to download entire folders from Apache's "Index of" listings.

It downloads the given file, or a listing. If it's a listing, it'll recursively go in and download all files in it.

It stores everything in $target_folder, in a directory structure similar to the URL. If URL is something.com/Films/2001/Movie.mkv, It'll be stored at $target_folder/Films/2001/Movie.mkv.

It also checks in target folder for every file before downloading it. If the file is there, it's not downloaded. So you can Ctrl-C any time and continue later, without worrying about downloading anything twice.

Installation:

  • Install axel. Else you'll have to write a replacement for axelFile. Just make sure you follow the same pattern.

  • Download the file crawler.py.

It runs on python3. Sorry :P

  • Run:

python3 crawler.py URL /target/folder

Variables

  • tmp_folder is a folder preferably on your main hard disk, not on a USB drive. I noticed that downloading is significantly slower if OS has to write to a mounted folder.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.