c4software / python-sitemap

Mini website crawler to make sitemap from a website.
GNU General Public License v3.0
362 stars 110 forks source link

Client-side rendered SPAs don't work #91

Open Garrett-R opened 4 months ago

Garrett-R commented 4 months ago

Web apps that use React, Vue.js, Svelte, etc. and client-side rendering don't work, because this package does not execute the JS, and so doesn't see all the content, thereby missing links.