python-sitemap icon indicating copy to clipboard operation
python-sitemap copied to clipboard

Include iframe contents

Open marshvee opened this issue 1 year ago • 0 comments

Iframes are sometimes used to have parts of sites controlled by a CMS.

Here we add the option of inspecting the iframe's content and for any links that are to the site being indexed, having those included. It takes into account the tag, since if the base tag matches the site being indexed, then all relative URLs should be crawled.

If you want to enable this option, you can just add the flag:

python main.py --fetch-iframes

Resolves #90

marshvee avatar May 02 '24 21:05 marshvee