Code Monkey home page Code Monkey logo

Comments (3)

jstayton avatar jstayton commented on June 20, 2024

Hey @2ndMessiah – Sorry for the long delay. If you're still wondering about this, can you explain a bit more? Are you wanting to use cURL/Wget on the command line to download a file that's redirected to by Suri?

from suri.

2ndMessiah avatar 2ndMessiah commented on June 20, 2024

Hey @2ndMessiah – Sorry for the long delay. If you're still wondering about this, can you explain a bit more? Are you wanting to use cURL/Wget on the command line to download a file that's redirected to by Suri?

Thx for the reply. Yeah exactly. Now I would curl the shortened url to get the original url and curl it again to download it. Is there a better way? It's all good never mind:)

from suri.

jstayton avatar jstayton commented on June 20, 2024

The short URL will respond with the HTML to do the redirect. You would need to parse the original URL out of that to then download it, since non-HTML environments like cURL/Wget don't automatically follow that type of redirect (as they do with 3xx HTTP status codes, which Suri doesn't use).

Hope that helps!

from suri.

Related Issues (11)

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.