Skip to content

Commit c4f9b76

Browse files
committed
update readme and bump version
1 parent cacd7a1 commit c4f9b76

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1818
### Fixed
1919
---
2020

21+
## [1.3] - 2025-18-10
22+
### Added
23+
- Add `PlaylistFetcher` for CLI and Python API.
24+
- Add metadata choosing option for **CLI**.
25+
- Add `no-timing` argument for CLI for not choosing transcript timings.
26+
- Full url support for `PlaylistFetcher` and `ChannelFetcher`.
27+
28+
### Changed
29+
- Exporter now exports **all available data** as default.
30+
2131
## [1.2] - 2025-11-10
2232
### Added
2333
- Users now can choose desired **language** for transcripts.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ytfetcher"
3-
version = "1.2"
3+
version = "1.3.1"
44
description = "YTFetcher lets you fetch YouTube transcripts in bulk with metadata like titles, publish dates, and thumbnails. Great for ML, NLP, and dataset generation."
55
authors = [
66
{name = "Ahmet Kaya",email = "[email protected]"}

0 commit comments

Comments
 (0)