diff options
author | Jesús <heckyel@hyperbola.info> | 2018-11-13 17:41:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-11-13 17:41:11 -0500 |
commit | e620918e931367af4ea9bc937dd0227db820dc71 (patch) | |
tree | ac670c53a3597dfe96ffe7973e31fd1b01ab632d /tools | |
parent | a0be26620b90d9e32c936f6d94a44c06c264acbe (diff) | |
download | ytlibre-e620918e931367af4ea9bc937dd0227db820dc71.tar.lz ytlibre-e620918e931367af4ea9bc937dd0227db820dc71.tar.xz ytlibre-e620918e931367af4ea9bc937dd0227db820dc71.zip |
Add videChannel to variable
Diffstat (limited to 'tools')
-rw-r--r-- | tools/processor.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/processor.php b/tools/processor.php index 58a8bc7..80461ba 100644 --- a/tools/processor.php +++ b/tools/processor.php @@ -30,6 +30,7 @@ $videoAuthor = $video_info->author; $videoDurationSecs = $video_info->length_seconds; $videoDuration = secToDuration($videoDurationSecs); //$videoViews = $video_info->view_count; +$videoChannel = $video_info->ucid; //change hqdefault.jpg to default.jpg for downgrading the thumbnail quality $videoThumbURL = "https://i1.ytimg.com/vi/{$my_id}/hqdefault.jpg"; |