Releases: twlite/youtube-sr
Releases · twlite/youtube-sr
4.3.1
Updates
- parse unlisted videos
- new
unlisted
andnsfw
properties onVideo
object (only parsable when used withgetVideo
)
Full Changelog: v4.3.0...v4.3.1
4.3.0
4.2.0
Updates
- update fetch resolver
- removes
createRequire
from esm build - uses dynamic import to resolve
fetch
. - adds support for undici, node-fetch, cross-fetch & @vercel/fetch
- removes
- some other changes
Full Changelog: v4.1.18...v4.2.0
4.1.18
4.1.17
What's Changed
- Add innertube api as primary source for
search
method
Full Changelog: v4.1.16...v4.1.17
4.1.16
4.1.15
4.1.14
Updates
- fixed
YouTube.trending()
- added
Video.createMixURL()
that creates youtube mix url from current video - Passing mix playlists to
getPlaylist()
now throws error - New
YouTube.Regex.ALBUM
- Passing album id to
getPlaylist
should now work properly
Full Changelog: v4.1.13...v4.1.14
4.1.13
4.1.12
What's Changed
- fix(Util): Video likes count is not guaranteed by @TDWilkinson99 in #41
- chore: update build process
New Contributors
- @TDWilkinson99 made their first contribution in #41
Full Changelog: v4.1.11...v4.1.12