Rev 41 | Rev 188 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 41 | Rev 172 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <?php
 | 
            1 | <?php
 | 
          
| 2 | 2 | ||
| 3 | $macgyver = array(  | 
            3 | $macgyver = array(  | 
          
| 4 | //   'ignore'    => true,
 | 
            4 | //   'ignore'    => true,
 | 
          
| 5 | 'channel' => 'online',  | 
            5 | 'channel' => 'online',  | 
          
| 6 | 'seen' => array(array(1, 13)),  | 
            6 | 'seen' => array(array(1, 15)),  | 
          
| 7 | 'seasons' => array(22, 22, 20, 19, 21, 21, 14),  | 
            7 | 'seasons' => array(22, 22, 20, 19, 21, 21, 14),  | 
          
| 8 | 'episode_list' => 'wiki:en:List_of_MacGyver_episodes',  | 
            8 | 'episode_list' => 'wiki:en:List_of_MacGyver_episodes',  | 
          
| 9 | 'episodes' => array(  | 
            9 | 'episodes' => array(  | 
          
| 10 | 1 => "Pilot",  | 
            10 | 1 => "Pilot",  | 
          
| 11 | 2 => "The Golden Triangle",  | 
            11 | 2 => "The Golden Triangle",  | 
          
| 12 | 3 => "Thief of Budapest",  | 
            12 | 3 => "Thief of Budapest",  | 
          
| 13 | 4 => "The Gauntlet",  | 
            13 | 4 => "The Gauntlet",  | 
          
| 14 | 5 => "The Heist",  | 
            14 | 5 => "The Heist",  | 
          
| 15 | 6 => "Trumbo's World",  | 
            15 | 6 => "Trumbo's World",  | 
          
| 16 | 7 => "Last Stand",  | 
            16 | 7 => "Last Stand",  | 
          
| 17 | 8 => "Hellfire",  | 
            17 | 8 => "Hellfire",  | 
          
| 18 | 9 => "The Prodigal",  | 
            18 | 9 => "The Prodigal",  | 
          
| 19 | 10 => "Target MacGyver",  | 
            19 | 10 => "Target MacGyver",  | 
          
| 20 | 11 => "Nightmares",  | 
            20 | 11 => "Nightmares",  | 
          
| 21 | 12 => "Deathlock",  | 
            21 | 12 => "Deathlock",  | 
          
| 22 | 13 => "Flame's End",  | 
            22 | 13 => "Flame's End",  | 
          
| 23 | 14 => "Countdown",  | 
            23 | 14 => "Countdown",  |