openzim / youtube

Create a ZIM file from a Youtube channel/username/playlist
GNU General Public License v3.0
42 stars 26 forks source link

Restore search functionality by indexing content in JSON files #265

Closed dan-niles closed 1 month ago

dan-niles commented 1 month ago

Changes:

Close #224

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 28 lines in your changes missing coverage. Please review.

Project coverage is 1.54%. Comparing base (bf12db2) to head (435dadb).

Files Patch % Lines
scraper/src/youtube2zim/scraper.py 0.00% 28 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #265 +/- ## ======================================== - Coverage 1.58% 1.54% -0.04% ======================================== Files 11 11 Lines 1075 1102 +27 Branches 160 162 +2 ======================================== Hits 17 17 - Misses 1058 1085 +27 ```

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

dan-niles commented 1 month ago

I fixed the two comments in 435dadb. I squashed and rebased with the new changes in the main branch.