diff --git a/PlayBot/sites/youtube.pm b/PlayBot/sites/youtube.pm index 6393bfe16b74089fdaa26edca7ecf005e8c23a03..d12c2608f10c448413f6090250dbfc42166c89e8 100644 --- a/PlayBot/sites/youtube.pm +++ b/PlayBot/sites/youtube.pm @@ -114,6 +114,7 @@ sub get $infos{'author'} = $video->{'snippet'}->{'channelTitle'}; $infos{'site'} = 'youtube'; $infos{'url'} = 'https://www.youtube.com/watch?v='.$id; + $infos{'external_id'} = $id; return %infos; }