Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The currently maintained portion of this module is a very simple scraper that can take a URL and beginning and ending code and display the result in a block. (This could easily be extended to display on a page.)
It does not store this scraped data at the moment, therefore it is necessary to use the blockcache module and replace the scraped_content block with its cached equivalent. Otherwise the page you are scraping is called every time the scraped_content block is viewed.
4.7 only: This module also contains code from an industrial strength scraping module written for 4.7, which is not maintained, Legacy scraper.
The RSSKey module provides rss feeds for selected content (e.g. story or forum) and taxonomy, authenticated by a cryptographic key that is included in the feed url. This permits rss aggregators to get useful feeds from a drupal installation that does not allow
anonymous users to view content, or that varies content permitted by user.