1- #web-data-extractor
1+ #web-data-extractor
22[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/im.nll.data/extractor/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/im.nll.data/extractor/ )
33[ ![ Build Status] ( https://travis-ci.org/fivesmallq/web-data-extractor.svg )] ( https://travis-ci.org/fivesmallq/web-data-extractor )
44[ ![ codecov.io] ( http://codecov.io/github/fivesmallq/web-data-extractor/coverage.svg?branch=master )] ( http://codecov.io/github/fivesmallq/web-data-extractor?branch=master )
@@ -13,7 +13,7 @@ Implements:
1313* JsonPath -[ JsonPath] ( https://github.com/jayway/JsonPath )
1414
1515
16- ## Usage
16+ #Usage
1717To add a dependency on Web-Data-Extractor using Maven, use the following:
1818
1919``` xml
@@ -33,7 +33,7 @@ dependencies {
3333```
3434
3535
36- ## Examples
36+ #Examples
3737
3838###extract single data
3939
@@ -88,9 +88,10 @@ more method
8888Assert . assertEquals(" 29671" , dataMap. get(" followers" ));
8989Assert . assertEquals(" Talk is cheap. Show me the code." , dataMap. get(" description" ));
9090 }
91- ````
92-
93- ###extract data to map list
91+ ````
92+
93+ ###extract data to map list
94+
9495
9596```` java
9697
@@ -110,7 +111,7 @@ more method
110111Assert . assertEquals(second. get(" name" )," Ruby" );
111112Assert . assertEquals(second. get(" url" )," https://www.ruby-lang.org" );
112113 }
113- ````
114+ ````
114115
115116
116117###extract data to bean
@@ -175,6 +176,6 @@ more method
175176
176177see[ Example] ( https://github.com/fivesmallq/web-data-extractor/blob/master/src/test/java/im/nll/data/extractor/ExtractorsTest.java )
177178
178- ## Contributing
179+ #Contributing
179180
180181Bug reports and pull requests are welcome on GitHub athttps://github.com/fivesmallq/web-data-extractor .