24.1.1 • Published 4 months ago

@otohime-site/parser v24.1.1

Weekly downloads
4
License
MIT
Repository
-
Last release
4 months ago

The Otohime Parser

The parser will take the HTMLDocument or text (parsing with DOMParser) and return an object for each function.

You need polyfill for DOMParser if you are not under browser environment.

Implemented parser

maimai DX Int'l Version

It is believed that it can be also used to parse from Japanese version of maimai DX Splash, but it is currently untested so use it carefully.

// Providing text from https://maimaidx-eng.com/maimai-mobile/home/...
import { parsePlayer } from "@otohime-site/parser/dx_intl"
const player = parsePlayer(playerText)

// Providing text from https://maimaidx-eng.com/maimai-mobile/record/musicGenre/search/?genre=99&diff=3...
import { parseScores } from "@otohime-site/parser/dx_intl"
const scores = parseScores(scoresText)
24.1.1

4 months ago

24.1.0

4 months ago

23.1.3

1 year ago

22.5.3

2 years ago

22.5.2

2 years ago

22.5.1

2 years ago

21.7.2

3 years ago

21.7.1

3 years ago

21.7.0

3 years ago

21.6.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.2

3 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago