]> jfr.im git - yt-dlp.git/commit
Some minor fixes and refactoring (see desc)
authorpukkandan <redacted>
Sun, 27 Jun 2021 02:05:58 +0000 (07:35 +0530)
committerpukkandan <redacted>
Fri, 2 Jul 2021 02:47:37 +0000 (08:17 +0530)
commit981052c9c6febb33b6547140a67a49ac0f5f4578
treef7546defd21de8d57d0e84c3a899d290b1c19641
parentb1e60d1806d845ab79cfde7853349d458f8c3c00
Some minor fixes and refactoring (see desc)

* [utils] Fix issues with reversal
* check_formats should catch `DownloadError`, not `ExtractorError`
* Simplify format selectors with `LazyList` and `yield from`
test/test_utils.py
yt_dlp/YoutubeDL.py
yt_dlp/utils.py