( urlString )
| 24 | } |
| 25 | |
| 26 | function getPathFromUrl ( urlString ) { |
| 27 | const url = new URL( urlString ) |
| 28 | |
| 29 | return url.pathname |
| 30 | } |
| 31 | |
| 32 | export function parseSitemapXml ( sitemapXml ) { |
| 33 | // Get URLs from index |
no outgoing calls
no test coverage detected