Skip to content

sorpaas/PromiseExtractor.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PromiseExtractor

Build Status

A push promise extractor for HTML files.

Usage

promise_for("""
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="example.css">
  </head>
  <body>
    <div>
      <p></p> <a></a> <p></p>
      <img src="http://localhost/example.jpg">
    </div>
    <div>
       <span></span>
    </div>
    <script src="example.js"></script>
   </body>
</html>
""", "http://localhost")

; => ["example.css","http://localhost/example.jpg","example.js"]

About

Push promise extractor for HTML files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages