aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-06-02 16:16:37 -0500
committerJesús <heckyel@hyperbola.info>2019-06-02 16:16:37 -0500
commit1144b5dd0d85c81e8cab0e7f942dd41ce18d4471 (patch)
tree81550c443331fe0f0c796f72afa9495d6ff555fb
parentce5c6fad2468ec7b7cd935d91f64c789c6226749 (diff)
downloadytlibre-1144b5dd0d85c81e8cab0e7f942dd41ce18d4471.tar.lz
ytlibre-1144b5dd0d85c81e8cab0e7f942dd41ce18d4471.tar.xz
ytlibre-1144b5dd0d85c81e8cab0e7f942dd41ce18d4471.zip
fix URL channel
-rw-r--r--tools/processor.php2
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;