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 returnVideoInfoclass- `...