Find and replace URLs in CSS in Python?

58 views Asked by At

I am writing a Web site archiving bot. I have it set up to find URLs in HTML and rewrite them to point to the archive. Is there a way to do this in CSS? I basically need to extract all the URLs, process them with a function, and insert new ones. They're all in url(...) wrappers.

0

There are 0 answers