Fetching Beatport playlist...
HTML saved to beatport_page.html
Found 0 potential track elements
Found 2 images
=== INSTRUCTIONS ===
1. Open beatport_page.html in browser
2. Check browser DevTools > Network tab
3. Look for API calls containing track data (JSON)
4. OR: Use browser console to extract window.__INITIAL_STATE__ or similar
5. Update this script with correct selectors/API endpoints
Alternatively, try:
1. Right-click on Beatport playlist page > Inspect
2. In Console, type: window.__INITIAL_STATE__ or window.Playables
3. Copy the JSON output
4. Save it to beatport_tracks.json in this directory