diff options
| author | wabilin <[email protected]> | 2020-07-31 22:41:55 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-07-31 22:44:00 +0900 |
| commit | 3df2b359a94fc0e0017f3c6d299e85d815ee0ed2 (patch) | |
| tree | 554ba8d6cb996bad9f8d9ad8b805d8225aacb5c8 /src/example.ts | |
| parent | get datas without date (diff) | |
| download | holo-schedule-3df2b359a94fc0e0017f3c6d299e85d815ee0ed2.tar.xz holo-schedule-3df2b359a94fc0e0017f3c6d299e85d815ee0ed2.zip | |
basic infos done
Diffstat (limited to 'src/example.ts')
| -rw-r--r-- | src/example.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/example.ts b/src/example.ts index 394b220..fc0f470 100644 --- a/src/example.ts +++ b/src/example.ts @@ -5,8 +5,7 @@ async function main() { const html = await getScheduleHtml(); const parsed = parse(html) - // console.log(html.split('\n')) - console.log(parsed) + console.log(parsed.lives) } main().catch(e => { console.error(e) }) |