jmbannon / ytdl-sub

Lightweight tool to automate downloading and metadata generation with yt-dlp
https://ytdl-sub.readthedocs.io
GNU General Public License v3.0
1.59k stars 61 forks source link

[BUGFIX] Handle case when yt-dlp returns LazyList #929

Closed jmbannon closed 4 months ago

jmbannon commented 4 months ago

Fixes https://github.com/jmbannon/ytdl-sub/issues/910 , when yt-dlp sometimes returns a non-serializable LazyList

codecov[bot] commented 4 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (7c217db) 97.08% compared to head (cc02f5f) 97.03%. Report is 2 commits behind head on master.

Files Patch % Lines
src/ytdl_sub/entries/base_entry.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #929 +/- ## ========================================== - Coverage 97.08% 97.03% -0.06% ========================================== Files 115 115 Lines 7304 7308 +4 ========================================== Hits 7091 7091 - Misses 213 217 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.