Expand description
Extract URLs from CSS content
This module extracts URLs from CSS files and <style> tags.
It looks for url() functions which are commonly used for:
- background-image
- background
- @import statements
- font-face src
- etc.
Staticsยง
- CSS_
URL_ ๐REGEX - Regular expression to match CSS
url()functions
Functionsยง
- extract_
css ๐ - Extract all URLs from CSS content
- extract_
css_ ๐with_ default_ span - Extract URLs from CSS content with default span