Skip to content

Commit 73c27f6

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 39df9e5 + 377af4e commit 73c27f6

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,35 @@ A simple library for parsing and playing links from YouTube, YouTube Music, Vime
44

55
[![Release](https://jitpack.io/v/TalbotGooday/Android-Oembed-Video.svg)](https://jitpack.io/#TalbotGooday/Android-Oembed-Video)
66

7+
# Supported Video Hostings
8+
9+
* <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/YouTube_full-color_icon_%282017%29.svg/1200px-YouTube_full-color_icon_%282017%29.svg.png" width=18px/> YouTube
10+
11+
* <img src="https://icon-library.net/images/youtube-music-icon/youtube-music-icon-17.jpg" width=18px/> YouTube Music
12+
13+
* <img src="https://icon-library.net/images/vimeo-icon-vector/vimeo-icon-vector-4.jpg" width=18px/> Vimeo
14+
15+
* <img src="https://www.softrew.ru/uploads/posts/2016-12/1482058583_kak-skachat-video-s-rutuba.jpg" width=18px/> Rutube
16+
17+
18+
# Screenshots
719

820
<img src="/screenshots/video_no_api2.jpg" width=40%/> <img src="/screenshots/video_no_api1.jpg" width=40%/>
921

1022
Add it in your root build.gradle at the end of repositories:
1123
```java
12-
allprojects {
13-
repositories {
14-
...
15-
maven { url 'https://jitpack.io' }
16-
}
17-
}
24+
allprojects {
25+
repositories {
26+
...
27+
maven { url 'https://jitpack.io' }
28+
}
29+
}
1830
```
1931
Add the dependency
2032

2133
```java
22-
dependencies {
23-
implementation 'com.github.TalbotGooday:Android-Oembed-Video:Tag'
24-
}
34+
dependencies {
35+
implementation 'com.github.TalbotGooday:Android-Oembed-Video:Tag'
36+
}
2537

2638
```

0 commit comments

Comments
 (0)