GithubHelp home page GithubHelp logo

crouton's Introduction

Crouton

Crouton is a HTML parsing library for Clojure that uses JSoup.

Installation

Add the following dependency to your project.clj file:

[crouton "0.1.2"]

Usage

Crouton provides a way of parsing a HTML file from a slurp-able source:

(require '[crouton.html :as html])

(html/parse "http://example.com")

The parsed result is a DOM tree compatible with that produced by clojure.xml/parse.

If you have a string, rather than a file, URL or input-stream, you can use parse-string:

(html/parse-string "<html><head></head><body></body></html>")

License

Copyright © 2014 James Reeves

Distributed under the Eclipse Public License, the same as Clojure.

crouton's People

Contributors

dakrone avatar weavejester avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

crouton's Issues

parse-string not in 0.1.1

Tried to pull down 0.1.1 using leiningen and start using parse-string. It said it couldn't find parse-string, though, is that not available until a later version?

Stack overflow exception in AsClojure implementation.

I accidentally parsed large GIF file (http://i.imgur.com/flMMU.gif) and this caused StackOverflowError in conversion from JSoup to Clojure data structures in implementation of AsClojure protocol in crouton/html.clj

I concede that this is not usual case and rarely happens in practice but
HTML might be specifically constructed to exploit this error or
there could be incorrect content type detection. And SOE is serious in that it is not recommended to recover from it (as well as from OutOfMemoryError).

It would be nice to limit conversion to some reasonable depth to avoid this exception.

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.