Skip to content

brovikov/scraper-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

scraper-class

Simple scraper class for store web page to local file (incl. images, CSS, JavaScript)

But it is a simple method, and it will not find:

  • scripts or CSS loaded dynamically by JavaScript (creating elements and appending them to the document)
  • images requested by JavaScript, e.g. var img = new Image; img.src="...";
  • CSS linked from CSS, e.g. @import url(foo.css);
  • Images referenced by CSS, e.g. #nav { background:url(/images/navhead.png) }

Let me know please our goal for this task, how it will use? It will help me improve it.

About

Simple scraper class for store web page to local file (incl. images, CSS, JavaScript)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages