diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5f081a..0149a6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,5 +10,5 @@ Before opening a new issue, make sure that: ## Translation -If you want to help translating Alltube in your language, +If you want to help translating AllTube in your language, you can join our [POEditor project](https://poeditor.com/join/project/GJmE0wN7Xw). diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 6211bc0..9c781d4 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -8,9 +8,9 @@ Please answer these questions when reporting a new issue: **What is your web server (Apache, IIS, etc.)?** -**What version of Alltube are you using?** +**What version of AllTube are you using?** -**How did you install Alltube (with Git or with a release package)?** +**How did you install AllTube (with Git or with a release package)?** **What version of PHP are you using?** diff --git a/README.md b/README.md index ffb9ef6..8a138be 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Alltube Download +# AllTube Download HTML GUI for youtube-dl ([alltubedownload.net](http://alltubedownload.net/)) -![Screenshot](img/screenshot.png "Alltube GUI screenshot") +![Screenshot](img/screenshot.png "AllTube GUI screenshot") ## Setup @@ -148,7 +148,7 @@ so that it points to your ffmpeg/avconv binary (`/usr/bin/avconv` on Debian/Ubun ## Use as library -Alltube can also be used as a library to extract a video URL from a webpage. +AllTube can also be used as a library to extract a video URL from a webpage. You can install it with: diff --git a/phpdoc.xml b/phpdoc.xml index 047f3a6..17bc322 100644 --- a/phpdoc.xml +++ b/phpdoc.xml @@ -1,4 +1,4 @@ - Alltube Download library documentation + AllTube Download library documentation diff --git a/resources/FAQ.md b/resources/FAQ.md index 8f68959..d1e6b74 100644 --- a/resources/FAQ.md +++ b/resources/FAQ.md @@ -30,7 +30,7 @@ You will also need to install `avconv` on your server: sudo apt-get install libav-tools ``` -## How do I deploy Alltube on Heroku? +## How do I deploy AllTube on Heroku? Create a dyno with the following buildpacks: @@ -50,12 +50,12 @@ Then push the code to Heroku and it should work out of the box. ## Why can't I download videos from some websites (e.g. Dailymotion) Some websites generate an unique video URL for each IP address. -When using Alltube, the URL is generated for our server's IP address +When using AllTube, the URL is generated for our server's IP address and your computer is not allowed to use it. There are two known workarounds: -* You can run Alltube locally on your computer. +* You can run AllTube locally on your computer. * You can enable streaming videos through the server (see below). Please note that this can use a lot of resources on the server (which is why we won't enable it on alltubedownload.net). @@ -94,7 +94,7 @@ You need to enable streaming (see above). ## The downloaded videos have a strange name like `videoplayback.mp4` -Alltube can rename videos automatically if you enable streaming (see above). +AllTube can rename videos automatically if you enable streaming (see above). ## I want to download a video that isn't available in my country @@ -134,7 +134,7 @@ chmod 0667 /tmp/heroku.fcgi.5000.sock ## How can I download 1080p videos from Youtube? Youtube distributes HD content in two separate video and audio files. -So Alltube will offer you video-only and audio-only formats in the format list. +So AllTube will offer you video-only and audio-only formats in the format list. You then need to merge them together with a tool like ffmpeg.