-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ytdl search * fix fmt * Remove compose, add tests, return AuxMetadata * fix parsing of AuxMetadata and better test * Fix playability of `YoutubeDl::new_search` Refactors such that parsing of (ND)JSON is handled in only one location now, which allows us to greatly simplify the actual `search` method. The main change is that any `new_search` is now instantly playable. --------- Co-authored-by: Kyle Simpson <kyleandrew.simpson@gmail.com>
- Loading branch information
1 parent
873aeae
commit d681b71
Showing
2 changed files
with
120 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters