This tool checks if the song links (`href` attributes within playlist list items) on a given page URL are accessible.
It uses HEAD requests to check for reachability (e.g., avoids 404 Not Found errors) without downloading the full files.
Status: Idle
Bad Links Found: 0
Option 1: Check via URL (Recommended)
This might fail if the target server has strict CORS policies preventing this page from fetching its content. If it fails, use Option 2.
Option 2: Check Pasted HTML (Fallback)
If Option 1 fails (e.g., due to CORS), view the source code of your playlist page (Right-click -> View Page Source, or similar). Find the main playlist `
` element (likely `
`). Copy the entire `
...
` block including all its `
` items and paste it into the text area below. Make sure the `href` attributes in the pasted code point to the correct, full URLs or relative paths from the target domain root.