New
v4.0.0
Refactored entire project to use type declarations everywhere. Because of that, the minimum supported PHP version is now PHP 7.4.
Complete list of changes: https://github.com/Athlon1600/youtube-downloader/compare/3.x...v4
High Impact Changes
- Removed
VideoDetailsclass. We useVideoInfoclass in its place DownloadOptions::getVideoInfo()will now returnVideoInfoclassAbstractModelclass has been renamed toJsonObjectPlayerResponseParserclass has been renamed toSignatureLinkParser, and itsparseLinksmethod has a different signature
Low Impact Changes
- removed
SplitStreamclass - removed
DownloadOptions::getSplitFormatsmethod SignatureDecoder::parseFunctionNameandSignatureDecoder::parseFunctionCodeare protected methods now