Releases: zyrouge/node-youtube-ext
Releases · zyrouge/node-youtube-ext
Release list
Handling http status codes
Substring -> Split
- Use
splitinstead ofsubstringwhile parsing<script>...</script>tags
Improved Usability
VideoInfo,ChannelInfo: Parse full json data as splitting by keys seems unstableSearch: Directly parse contents instead of doing it after finding script tagPlaylistInfo: Not much changes
Minor changes
Changes:
- Renamed
filterFormatstogetFormats - Fixed
GetFormatsOptions.filterBy
Improved performance
- Parsing only needed things instead of parsing whole json data
🎉 Support for Streaming!
- Added support for streaming YouTube videos! Example at https://github.com/zyrouge/youtube-ext/blob/main/examples/generateStream.js
- Install "m3u8stream" for live streaming support.
Channel Info
- Added support for fetching channel information
First stable
- Added Search (v1.0.0-beta)
- Added Video info support (v1.0.0-beta)
- Added Playlist info support (v1.0.0)