Skip to content

Commit 847e779

Browse files
committed
refactore: update integration test & changelog
1 parent 57cb8b3 commit 847e779

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add support for video chapters
13+
1014
## [3.3.0] - 2024-12-05
1115

1216
### Changed

scraper/tests-integration/integration.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ def test_zim_videos():
7878
).mimetype
7979
== "text/vtt"
8080
)
81-
81+
82+
if video_json["chapterPath"]:
83+
assert zim_fh.get_item(video_json["chapterPath"]).mimetype == "text/vtt"
8284

8385
def test_zim_playlists_file():
8486
"""Ensure playlists json files are present in ZIM file"""

0 commit comments

Comments
 (0)