eyecatchup / php-yt_downloader

PHP Class to download videos from YouTube.
http://eyecatchup.github.com/php-yt_downloader/
293 stars 166 forks source link

exit your life #12

Open Nek- opened 9 years ago

Nek- commented 9 years ago
<?php

        $id = self::get_video_id();
        if($id === FALSE) {
            throw new Exception("Missing video id. Use set_youtube() and try again.");
            exit();
        }

no_idea_what_im_doing

Shine-neko commented 9 years ago

+:100: