Skip to content

Commit da2dd31

Browse files
committed
edit: update youtube-dl.exe and deps
1 parent 4c591c5 commit da2dd31

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,23 @@
4444
<maven.compiler.target>1.8</maven.compiler.target>
4545
</properties>
4646

47+
<repositories>
48+
<repository>
49+
<id>jitpack.io</id>
50+
<url>https://jitpack.io</url>
51+
</repository>
52+
</repositories>
53+
4754
<dependencies>
4855
<dependency>
49-
<groupId>com.sapher</groupId>
50-
<artifactId>youtubedl</artifactId>
56+
<groupId>com.github.sapher</groupId>
57+
<artifactId>youtubedl-java</artifactId>
5158
<version>1.1</version>
5259
</dependency>
5360
<dependency>
5461
<groupId>org.projectlombok</groupId>
5562
<artifactId>lombok</artifactId>
56-
<version>1.18.0</version>
63+
<version>1.18.24</version>
5764
</dependency>
5865
</dependencies>
5966

src/main/resources/youtube-dl.exe

186 KB
Binary file not shown.

0 commit comments

Comments
 (0)