From eeb6c9681d944a2501e43724ecb3801e0a96fe90 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Thu, 11 Aug 2016 21:42:49 +0200 Subject: [PATCH] [YoutubeBridge] Fix typo --- bridges/YoutubeBridge.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/YoutubeBridge.php b/bridges/YoutubeBridge.php index 08656bc0..9fd0ea61 100644 --- a/bridges/YoutubeBridge.php +++ b/bridges/YoutubeBridge.php @@ -11,10 +11,10 @@ class YoutubeBridge extends BridgeAbstract { public function loadMetadatas() { $this->name = 'YouTube Bridge'; - $this->homepage = 'https://www.youtube.com/'; + $this->uri = 'https://www.youtube.com/'; $this->description = 'Returns the 10 newest videos by username/channel/playlist or search'; $this->maintainer = 'mitsukarenai'; - $this->update = '2016-08-09'; + $this->update = '2016-08-11'; $this->parameters['By username'] = '[