From 4456d9528c9fdb0d035df96a4322a2539306fec9 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 20 Mar 2018 12:21:24 +0100 Subject: [PATCH 1/2] docs: Explain where to find al list of the JSON properties --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c8d283..efb526d 100644 --- a/README.md +++ b/README.md @@ -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: [/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 Please read the [FAQ](resources/FAQ.md) before reporting any issue. From af07826dacb61154f742dd46cb203f7e98e0795a Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 26 Mar 2018 11:53:17 +0200 Subject: [PATCH 2/2] fix: Remove link to Facebook page Since we don't use it anymore --- i18n/template.pot | 12 ++---------- templates/inc/footer.tpl | 4 ---- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/i18n/template.pot b/i18n/template.pot index ec28874..e440737 100644 --- a/i18n/template.pot +++ b/i18n/template.pot @@ -91,19 +91,11 @@ msgstr "" msgid "Design by" msgstr "" -#: templates/inc/footer.tpl:12 -msgid "AllTube Download on Facebook" -msgstr "" - -#: templates/inc/footer.tpl:12 -msgid "Like us on Facebook" -msgstr "" - -#: templates/inc/footer.tpl:14 +#: templates/inc/footer.tpl:10 msgid "Get the code" msgstr "" -#: templates/inc/footer.tpl:16 +#: templates/inc/footer.tpl:12 msgid "Based on" msgstr "" diff --git a/templates/inc/footer.tpl b/templates/inc/footer.tpl index f3b6a06..4262e82 100644 --- a/templates/inc/footer.tpl +++ b/templates/inc/footer.tpl @@ -7,10 +7,6 @@ · - {t}Like us on Facebook{/t} - · {t}Get the code{/t} · {t}Based on{/t} youtube-dl