WP Web Scraper
An easy to implement web scraper for WordPress. Display realtime data from any websites directly into your posts, pages or sidebar.
2.8
- Enhancement: Migrated caching to the Transients API.
- Enhancement: Clear and find / replace now supports selectors.
- Enhancement: Cleaner code - faster processing.
- Enhancement: More debugging data including processing time.
- Deprecation: Modules are deprecated in support of callback functions.
2.7
- Enhancement: Added
callback for flexible as well as advanced parsing.
- Bug fix: Fixed the issue of usage within widget.
2.6
- Enhancement: Added
removetags to remove certain tags and content from scrap.
- Bug fix: Retains http-cache and modules on upgrade.
2.5
- Bug fix: Patched a major security issue related to useragent string settings.
2.4
- Bug fix: Added xpathdecode to handle complex xpath queries in shortcode.
2.3
- Enhancement: Added support for xpaths.
- Enhancement: Uses builtin WP_HTTP classes instead of raw cURL or Fopen.
- Enhancement: Complete overhaul of code, architecture and documentation.
- Enhancement: Reversed to filebased cache instead of MySQL tables.
2.2
- Enhancement: Introduction of special variable
___QUERY_STRING___ for dynamic URLs.
- Enhancement: Upgraded the underlying phpQuery library to single file version.
2.1
- Enhancement: Option to turn off the debug information displayed as html comment.
2.0
- Milestone release: Complete overhaul of code, architecture and documentation.
- Bug fix: Multiple bug fixes addressed.
1.8
- Bug fix:
htmldecode now uses iconv to convert scrap to requested character encoding. No need to change the charset of your blog to render scrap properly.
- Enhancement: Added
striptags to strip off non-required html tags from the scrap.
1.7
- Enhancement: Added
htmldecode and urldecode to control htmlencoding and urlencoding in your scrap.
1.6
- Enhancement: Handling charecterset and usage of html entity decode.
1.5
- Bug fix: Charecter encoding bug fix
1.4
- Enhancement: Can now accept post arguments thru the shortcode
postargs
- Enhancement:
url and postargs can take one get or post variables each in shortcode. These variables should be written in the format ___varname___
1.3
- Bug fix: Fixed a bug in the module
wpws_market_data
1.2
- Bug fix: Can also accept urls with special charecters such as
[ or ]. Such charecters need to be replaced by the equivalent URL-encoded string like %5B for [ or %5D for [ etc.
1.1
- Enhancement: Web scraps can now be added using a button in the post / page editor. No more remembering shortcodes.
1.0
- Enhancement: Added
basehref parameter which can be used to convert relative links from the scrap to absolute links.
- Bug fix: Display of WP Web Scraper options page.
0.9
- Enhancement: Added
replace and replace_text parameters to the wpws shortcode and tag. Its a regex pattern to be replaced with string specified in replace_text before the scraper flushes its output.
0.8
- Bug fix:
curl_setopt() errors are now silent. No warnings displayed if things go wrong.
0.7
- Enhancement: BSE is also supported by
wpws_market_data.
- Enhancement: Checked version compatibility with WP 2.8
0.6
- Bug fix:
wpws_market_data market returned a debug text. Now fixed.
0.5
- Enhancement: Introduced a module architecture to develop custom mods or plugin extensions for common scraping tasks.
- Enhancement: Added the first mod
wpws_market_data with support for NSE and NASDAQ exchanges.
0.4
- Bug fix: Multiple scraps from a single page now are cached as a single file. No multiple scraping for this.
- Enhancement: Added an option to display expired cache if scrap fails. Will display stale data instead of no data.
0.3
- Enhancement: Added clear parameter to the wpws shortcode and tag. Its a regex pattern to be cleared before the scraper flushes its output.
- Enhancement: Better error handling. Errors can now display actual error, fail silently or display your custom error.
0.2
- Bug fix: Display of WP Web Scraper options page.
- Bug fix: Calculation of files and size of cache.
Requires: 2.8 or higher
Compatible up to: 3.1.4
Last Updated: 2012-1-27
Downloads: 20,050
Average Rating
(22 ratings)
Support
0 of 0 support threads in the last three weeks have been resolved.
Got something to say? Need help?