openzim / python-scraperlib

Collection of Python code to re-use across Python-based scrapers
GNU General Public License v3.0
20 stars 18 forks source link

Handle case where JS module is an inline data #216

Closed benoit74 closed 1 week ago

benoit74 commented 1 week ago

Solution for https://github.com/openzim/warc2zim/issues/421 once warc2zim uses the scraperlib (soon).

Changes:

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (e89899c) to head (7d1b958). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #216 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 38 38 Lines 2224 2224 Branches 426 426 ========================================= Hits 2224 2224 ```

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


🚨 Try these New Features:

benoit74 commented 1 week ago

@rgaudin up 😉