docs: Be more consistent and use "AllTube" everywhere
This commit is contained in:
parent
2ae2141a46
commit
2efabacd65
5 changed files with 12 additions and 12 deletions
|
@ -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).
|
||||
|
|
|
@ -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?**
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpdoc>
|
||||
<title>Alltube Download library documentation</title>
|
||||
<title>AllTube Download library documentation</title>
|
||||
</phpdoc>
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue