Dan Niles
Dan Niles
Resolves #891 This PR adds the option to turn off the external link warning.
This PR modifies the `download_subtitles` method to cache subtitles in S3. The modified method now works as follows: - Fetch requested subtitle keys using `yt-dlp` (e.g., `en`, `fr`, `de`) and...
As mentioned in https://github.com/openzim/youtube/pull/272#issuecomment-2244250370, once video.js releases a new version with the https://github.com/videojs/video.js/pull/8810 patch we should update video.js in the zimui and check if video playback works on Chrome 51-59.
It would be good if an error can be displayed whenever the ZIM content cannot be displayed due to browsers not having support to load the Javascript in the zimui.
#219 removes the `locale` folder in the scraper. This means that a new structure has to be created for the YouTube UI translations. Related Issues: - https://github.com/openzim/overview/issues/28 - https://github.com/openzim/overview/issues/29
After the upgrade to video.js `v8.17.3`, on Chrome `v57-52` the UI loads but the thumbnails are not loading and video.js displays an error as shown below. Sometimes when the page...
I'm currently building a custom index using the DuckDB extension template, and my index implementation inherits from the [BoundIndex](https://github.com/duckdb/duckdb/blob/6e13b87b52176e2b598ea04d5b1044279e742c21/src/include/duckdb/execution/index/bound_index.hpp#L45) class. I noticed that while `BoundIndex` provides virtual methods like Append,...