File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
h1. Simple oembed implementation for Java based on Apache HttpClient
2
2
3
- !https://github.com/michael-simons/java-oembed/workflows/build/badge.svg!:https://github.com/michael-simons/java-oembed/actions !https://sonarcloud.io/api/project_badges/measure?project=eu.michael-simons%3Ajava-oembed&metric=coverage!:https://sonarcloud.io/dashboard?id=eu.michael-simons%3Ajava-oembed !https://sonarcloud.io/api/project_badges/measure?project=eu.michael-simons%3Ajava-oembed&metric=alert_status!:https://sonarcloud.io/dashboard?id=eu.michael-simons%3Ajava-oembed
4
-
5
3
This is a very simple Java client for consuming "Oembed":http://www.oembed.com/ enabled sites.
6
4
7
5
It uses "Jackson":http://jackson.codehaus.org/ for JSON processing and JAXB for XML parsing.
@@ -138,7 +136,6 @@ public class OembedConfig {
138
136
and achieving the same result as in the stand alone version through the following properties:
139
137
140
138
<pre><code>
141
-
142
139
# A flag wether autodiscovery of oembed endpoints should be tried. Defaults to false.
143
140
# some-app.oembed.autodiscovery =
144
141
@@ -153,4 +150,4 @@ some-app.oembed.endpoints[0].endpoint = https://www.youtube.com/oembed
153
150
some-app.oembed.endpoints[0].maxWidth = 480
154
151
some-app.oembed.endpoints[0].urlSchemes[0] = https?://(www|de)\\.youtube\\.com/watch\\?v=.*
155
152
# some-app.oembed.endpoints[0].responseRendererClass = de.dailyfratze.text.oembed.YoutubeRenderer
156
- </code></pre>
153
+ </code></pre>
You can’t perform that action at this time.
0 commit comments