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 e02b9fd commit 97599b3Copy full SHA for 97599b3
README.md
@@ -41,20 +41,20 @@ Inspired by [Python library](https://github.com/jdepoix/youtube-transcript-api).
41
<dependency>
42
<groupId>io.github.thoroldvix</groupId>
43
<artifactId>youtube-transcript-api</artifactId>
44
- <version>0.3.3</version>
+ <version>0.3.4</version>
45
</dependency>
46
```
47
48
### Gradle
49
50
```groovy
51
-implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.3'
+implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.4'
52
53
54
### Gradle (kts)
55
56
```kotlin
57
-implementation("io.github.thoroldvix:youtube-transcript-api:0.3.3")
+implementation("io.github.thoroldvix:youtube-transcript-api:0.3.4")
58
59
60
## 🔰 Getting Started
0 commit comments