"; echo "

" . $channel_info["channel_name"] . " (" . $channel_info["subscribers"] . ")

"; echo "
"; foreach ($results as $result) { if (!$result["is_video"]) continue; echo "
"; echo ""; echo ""; echo "

" . $result["title"] . "

"; echo "
"; echo "" . $result["date"] . " - " . $result["views"] . ""; echo "
"; } echo "
"; require "static/footer.xhtml"; ?>