mohankreddy / crawler4j

Automatically exported from code.google.com/p/crawler4j
0 stars 0 forks source link

Image func. broken in 2.2 - what was 2.1's bug? #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to use the Image crawling example (which is in the trunk...)
2. isBinary and the binary data download both fail

What is the expected output? What do you see instead?
The same output as in 2.1

What version of the product are you using? On what operating system?
2.2 on MacOSx, downloaded as the 2.2 zipped file from the google project page

Please provide any additional information below.
You mentioned that 2.2 fixes a minor bug. Would you let us know which this bug 
is? I can't find source code from 2.1 to compare, but Have to use the 2.1 
library, personally, since Image Crawling does not work (the respective 
functions have been Removed from 2.2.....) is it important that I use 2.2?

Also, do you have plans on integrating more functionality, e.g. the charset 
detection, robots etc, or the bugs that have been submitted?

Of course, congratulations for your work and time spent!

Original issue reported on code.google.com by georg...@thoughtified.com on 7 Jan 2011 at 4:16

GoogleCodeExporter commented 9 years ago
Hi,
The latest source codes are always available through svn. You can find the 
minor change in 2.2 in this diff:

http://code.google.com/p/crawler4j/source/diff?spec=svn11&r=11&format=side&path=
/trunk/crawler4j/src/edu/uci/ics/crawler4j/crawler/HTMLParser.java

So, you probably don't need it. I will take a look at this bug later. I'm very 
busy these days.

-Yasser

Original comment by ganjisaffar@gmail.com on 7 Jan 2011 at 5:29

GoogleCodeExporter commented 9 years ago
I just uploaded version 2.5 and image example is working as expected in this 
version. So, I'm closing this issue.

-Yasser

Original comment by ganjisaffar@gmail.com on 11 Mar 2011 at 11:35