GithubHelp home page GithubHelp logo

Comments (3)

pirate avatar pirate commented on June 24, 2024

ArchiveBox doesn't go more than 1 hop deep when using depth=1, so unless the links to the PDFs are directly on the page you're passing it, it's not going to recursively keep following links beyond the first hop.

You can do multiple passes if you need it to go deeper into a folder structure:

archivebox add --depth=1 'https://download.eversberg.eu'
archivebox list --csv=url --filter-type=domain download.eversberg.eu | archivebox add --depth=1
archivebox list --csv=url --filter-type=domain download.eversberg.eu | archivebox add --depth=1
archivebox list --csv=url --filter-type=domain download.eversberg.eu | archivebox add --depth=1
...
# repeat for however many levels deep you want to go

I recommend SiteSucker or wget's recursive feature, they may be better suited to this use case.

See this issue for more info: #191

from archivebox.

JKL213 avatar JKL213 commented on June 24, 2024

I'm sorry, my request was terribly worded. I'm looking to archive the site "download.eversberg.eu" which is essentially just a file host running on Apache2. I managed to solve my issue by just running individual archive tasks for every folder and using depth setting 1. I'm essentially just using for a convenient way to archive below depth 1.

from archivebox.

pirate avatar pirate commented on June 24, 2024

No worries, I figured out what you meant after I visited the domain, edited my comment above 👍

from archivebox.

Related Issues (20)

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.