We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd15ef2 commit 313b570Copy full SHA for 313b570
README.md
@@ -43,20 +43,20 @@ Inspired by [Python library](https://github.com/jdepoix/youtube-transcript-api).
43
<dependency>
44
<groupId>io.github.thoroldvix</groupId>
45
<artifactId>youtube-transcript-api</artifactId>
46
- <version>0.3.1</version>
+ <version>0.3.2</version>
47
</dependency>
48
```
49
50
### Gradle
51
52
```groovy
53
-implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.1'
+implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.2'
54
55
56
### Gradle (kts)
57
58
```kotlin
59
-implementation("io.github.thoroldvix:youtube-transcript-api:0.3.1")
+implementation("io.github.thoroldvix:youtube-transcript-api:0.3.2")
60
61
62
## 🔰 Getting Started
0 commit comments