- BREAKING CHANGE: Removed support for youtube-dl. Now only supports
yt-dlp
- feat: Add helper to download
yt-dlp
programatically withreqwest
. - ci: set up GitHub Actions
- Added async support via
tokio
, disabled per default. You can opt-in via thetokio
feature. - Add feature
yt-dlp
to support yt-dlp
- Added cookies + custom args settings
- Allow missing
acodec
/vcodec
fields. - Added custom parser for format codec fields
- Changed file size to be a float.
- Fixed type mismatch for
episode_number
andseason_number
.
- Added
search_for
method to utilize the search feature of youtube-dl. Allows specifying the search provider and the number of desired results.