Merge branch 'develop' into feature/stream
This commit is contained in:
commit
87f65d20c3
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ class FrontController
|
||||||
'extractors' => $this->download->listExtractors(),
|
'extractors' => $this->download->listExtractors(),
|
||||||
'class' => 'extractors',
|
'class' => 'extractors',
|
||||||
'title' => 'Supported websites',
|
'title' => 'Supported websites',
|
||||||
'description' => 'List of all supported websites from which Alltube Download can extract video or audio files',
|
'description' => 'List of all supported websites from which Alltube Download '.
|
||||||
|
'can extract video or audio files',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue