Skip to content

Commit

Permalink
[YoutubeBridge] Switch maintainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
em92 committed May 16, 2021
1 parent e6bca0d commit 6a95bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/YoutubeBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class YoutubeBridge extends BridgeAbstract {
const URI = 'https://www.youtube.com/';
const CACHE_TIMEOUT = 10800; // 3h
const DESCRIPTION = 'Returns the 10 newest videos by username/channel/playlist or search';
const MAINTAINER = 'mitsukarenai';
const MAINTAINER = 'em92';

const PARAMETERS = array(
'By username' => array(
Expand Down

0 comments on commit 6a95bf0

Please sign in to comment.