This repository was archived by the owner on Feb 5, 2025. It is now read-only.
v1.3.0
Added
linetv list:modulesGets a spotlight data unit list such as represent_clip, editor_pick_clip, and theme_playlist.linetv list:modules --format jsonGets a spotlight data unit list in JSON format.linetv get:spotlightGets spotlight data.linetv get:spotlight --format jsonGets spotlight data in JSON format.linetv list:categoryGets a category list such as drama, music, etc.linetv list:category --format jsonGets a category list in JSON format.linetv get:categoryGets category home data.linetv get:category --format jsonGets category home data in JSON format.linetv get:category --page <number>Gets category home data start from selected page.linetv rankingGets clip ranking data.linetv ranking --format jsonGets clip ranking data in JSON format.linetv ranking --page <number>Gets clip ranking data start from selected page.linetv searchGets a clip search result.linetv search --format jsonGets a clip search result in JSON format.linetv search --page <number>Gets a clip search result start from selected page.linetv list:stationGets the station home (TV station) list.linetv list:station --format jsonGets the station home (TV station) list in JSON format.linetv get:stationGets the Station Home (TV Station) data.linetv get:station --format jsonGets the Station Home (TV Station) data in JSON format.linetv get:station --page <number>Gets the Station Home (TV Station) data start from selected page.linetv liveGets live schedule information.linetv live --format jsonGets live schedule data in JSON format.
Fixed
- Fixed
npm testfailed on Windows - Fixed missing qs module