infojunkie / musicxml-midi

MusicXML to MIDI converter via Musical MIDI Accompaniment (MMA).
https://blog.karimratib.me/demos/musicxml/
GNU General Public License v3.0
12 stars 1 forks source link

`musicxml-examples` cannot fetch examples #49

Closed infojunkie closed 3 weeks ago

infojunkie commented 3 weeks ago

The fetch() call to https://www.w3.org/2021/06/musicxml40/musicxml-reference/examples/ currently returns a placeholder page that is meant to prevent scraping.

However, curl https://www.w3.org/2021/06/musicxml40/musicxml-reference/examples/ does return the actual page containing the examples.

Fix the fetch() call to work like curl.