diff options
-rw-r--r-- | tools/processor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/processor.php b/tools/processor.php index 7f2d69a..a8fab8b 100644 --- a/tools/processor.php +++ b/tools/processor.php @@ -55,7 +55,7 @@ $videoTitle = $video_info->title; $videoAuthor = $video_info->author; $videoDurationSecs = $video_info->lengthSeconds; $videoDuration = secToDuration( $videoDurationSecs ); -$videoChannel = $video_info->author; +$videoChannel = $video_info->authorId; // Begin_ViewCount $extract_video_view = $video_info->viewCount; |