Merge commit 'af07826dacb61154f742dd46cb203f7e98e0795a'

This commit is contained in:
Pierre Rudloff 2018-04-01 11:38:11 +02:00
commit 2a3612d7ec
3 changed files with 5 additions and 14 deletions

View file

@ -184,6 +184,9 @@ You can also have a look at this [example project](https://github.com/Rudloff/al
We also provide a JSON API that you can use like this: We also provide a JSON API that you can use like this:
[/json?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ](https://alltubedownload.net/json?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ) [/json?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ](https://alltubedownload.net/json?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ)
It returns a JSON object generated by youtube-dl.
You can find a list of all the properties [in the youtube-dl documentation](https://github.com/rg3/youtube-dl#output-template).
## FAQ ## FAQ
Please read the [FAQ](resources/FAQ.md) before reporting any issue. Please read the [FAQ](resources/FAQ.md) before reporting any issue.

View file

@ -91,19 +91,11 @@ msgstr ""
msgid "Design by" msgid "Design by"
msgstr "" msgstr ""
#: templates/inc/footer.tpl:12 #: templates/inc/footer.tpl:10
msgid "AllTube Download on Facebook"
msgstr ""
#: templates/inc/footer.tpl:12
msgid "Like us on Facebook"
msgstr ""
#: templates/inc/footer.tpl:14
msgid "Get the code" msgid "Get the code"
msgstr "" msgstr ""
#: templates/inc/footer.tpl:16 #: templates/inc/footer.tpl:12
msgid "Based on" msgid "Based on"
msgstr "" msgstr ""

View file

@ -7,10 +7,6 @@
<a rel="author" target="blank" <a rel="author" target="blank"
href="http://olivierhaquette.fr">Olivier Haquette</a> href="http://olivierhaquette.fr">Olivier Haquette</a>
&middot; &middot;
<a rel="noopener" target="_blank"
href="https://www.facebook.com/pages/AllTube-Download/571380966249415"
title="{t}AllTube Download on Facebook{/t}">{t}Like us on Facebook{/t}</a>
&middot;
<a rel="noopener" target="_blank" href="https://github.com/Rudloff/alltube">{t}Get the code{/t}</a> <a rel="noopener" target="_blank" href="https://github.com/Rudloff/alltube">{t}Get the code{/t}</a>
&middot; &middot;
{t}Based on{/t} <a href="http://rg3.github.io/youtube-dl/">youtube-dl</a> {t}Based on{/t} <a href="http://rg3.github.io/youtube-dl/">youtube-dl</a>