Coder Social home page Coder Social logo

streamscraper's People

Watchers

 avatar

streamscraper's Issues

Modified code to remove some dependencies and added a build file

This code is very useful, nice work! I noticed it required HttpClient and 
Jericho HTML Parser as dependencies. Using HttpClient significantly increases 
the size of the library so I modified the code to use HttpURLConnection. 
Although Jericho HTML Parser is very good, it is also a large library, 
especially if you are tying to use this code in an Android application (like I 
am). I modified the code to use jsoup (http://jsoup.org) since it's easier to 
work with and smaller in size. Lastly, your code didn't have a build file so I 
created a simple Ant one. Please consider merging these changes into your 
existing code. Thanks - William

Original issue reported on code.google.com by [email protected] on 23 Apr 2013 at 10:30

UnknownHostException when trying to initialize scraper.

What steps will reproduce the problem?
1. Using scraper.scrape method returns UnknownHostException.

URI uri = new URI("http://fastcast4u.com:9044");
streams = scraper.scrape(uri);

What is the expected output? What do you see instead?
- initialized streams variable.

What version of the product are you using? On what operating system?
latest. compiled as jar, put into Android project.

Please provide any additional information below.
I use it on Android but I doubt that has to do anything with the error.

Original issue reported on code.google.com by [email protected] on 4 Oct 2011 at 4:05

No Build File Present

What steps will reproduce the problem?
1. Clone the repository.
2. Run *any* build tool (ant, maven)
3. No build configuration file found (the repo doesn't have one.)

What is the expected output? What do you see instead?

A built project.

What version of the product are you using? On what operating system?

Latest repo version, Windows.

Please provide any additional information below.

I've built a maven pom.xml that matches what ivy.xml includes; no point in 
using ant when ant's not the current build tool du jour.

If you move the contents of src to src/main/java (the maven standard for java 
source files) you can eliminate the <sourceDirectory> tag in the pom.xml, and 
that also gives you an easy way to declare a test tree (in src/test/java).

Original issue reported on code.google.com by [email protected] on 14 Feb 2011 at 10:26

Attachments:

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.