Rev 64 | Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 64 | Rev 172 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | $heroes = array( | 3 | $heroes = array( | 
| 4 | //   'ignore' => true,
 | 4 | //   'ignore' => true,
 | 
| 5 | //   'channel'   => 'SF 2',
 | 5 | //   'channel'   => 'SF 2',
 | 
| 6 | //   'showtimes' => 'Di 04:57',
 | 6 | //   'showtimes' => 'Di 04:57',
 | 
| 7 | 'seen' => array(array(1, 8)), | 7 | 'seen' => array(array(1, 9)), | 
| 8 | //   'last_seen'    => mktime(3, 52, 0, 7, 5, 2011),
 | 8 | //   'last_seen'    => mktime(3, 52, 0, 7, 5, 2011),
 | 
| 9 | 'seasons' => array(23, 11, 25, 19), | 9 | 'seasons' => array(23, 11, 25, 19), | 
| 10 | 'episode_list' => 'wiki:Liste_der_Heroes-Episoden', | 10 | 'episode_list' => 'wiki:Liste_der_Heroes-Episoden', | 
| 11 | 'episodes' => array( | 11 | 'episodes' => array( | 
| 12 | 1 => "Genesis", | 12 | 1 => "Genesis", | 
| Line 30... | Line 30... | ||
| 30 | 19 => "0,07 Prozent (0.07 %)", | 30 | 19 => "0,07 Prozent (0.07 %)", | 
| 31 | 20 => "Fünf Jahre später (Five Years Gone)", | 31 | 20 => "Fünf Jahre später (Five Years Gone)", | 
| 32 | 21 => "Der Schwierige Teil (The Hard Part)", | 32 | 21 => "Der Schwierige Teil (The Hard Part)", | 
| 33 | 22 => "Erdrutsch (Landslide)", | 33 | 22 => "Erdrutsch (Landslide)", | 
| 34 | 23 => "Wie man einen explodierenden Mann aufhält (How to Stop an Exploding Man)", | 34 | 23 => "Wie man einen explodierenden Mann aufhält (How to Stop an Exploding Man)", | 
| 35 | 35 | ||
| 36 | 24 => "Vier Monate später … (Four Months Later …)", | 36 | 24 => "Vier Monate später … (Four Months Later …)", | 
| 37 | 25 => "Eidechsen (Lizards)", | 37 | 25 => "Eidechsen (Lizards)", | 
| 38 | 26 => "Verwandte Seelen (Kindred)", | 38 | 26 => "Verwandte Seelen (Kindred)", | 
| 39 | 27 => "Der Trost von Fremden (The Kindness of Strangers)", | 39 | 27 => "Der Trost von Fremden (The Kindness of Strangers)", | 
| 40 | 28 => "Kampf oder Flucht (Fight or Flight)", | 40 | 28 => "Kampf oder Flucht (Fight or Flight)", | 
| Line 42... | Line 42... | ||
| 42 | 30 => "Zeitenwanderer (Out of Time)", | 42 | 30 => "Zeitenwanderer (Out of Time)", | 
| 43 | 31 => "Vier Monate zuvor … (Four Months Ago …)", | 43 | 31 => "Vier Monate zuvor … (Four Months Ago …)", | 
| 44 | 32 => "Lektionen (Cautionary Tales)", | 44 | 32 => "Lektionen (Cautionary Tales)", | 
| 45 | 33 => "Im Bund mit dem Bösen (Truth & Consequences)", | 45 | 33 => "Im Bund mit dem Bösen (Truth & Consequences)", | 
| 46 | 34 => "Machtlos (Powerless)", | 46 | 34 => "Machtlos (Powerless)", | 
| 47 | 47 | ||
| 48 | //        35 => "Die Wiederkunft (The Second Coming)",
 | 48 | //        35 => "Die Wiederkunft (The Second Coming)",
 | 
| 49 | //        36 => "Der Schmetterlingseffekt (The Butterfly Effect)",
 | 49 | //        36 => "Der Schmetterlingseffekt (The Butterfly Effect)",
 | 
| 50 | //        37 => "Einer von uns, einer von ihnen (One of Us, One of Them)",
 | 50 | //        37 => "Einer von uns, einer von ihnen (One of Us, One of Them)",
 | 
| 51 | //        38 => "Tödlicher Hunger (I Am Become Death)",
 | 51 | //        38 => "Tödlicher Hunger (I Am Become Death)",
 | 
| 52 | //        39 => "Engel und Monster (Angels and Monsters)",
 | 52 | //        39 => "Engel und Monster (Angels and Monsters)",
 |