Subversion Repositories LCARS

Rev

Rev 188 | Rev 267 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 188 Rev 192
Line 2... Line 2...
2
2
3
$charmed = array(
3
$charmed = array(
4
//   'ignore' => true,
4
//   'ignore' => true,
5
  'channel'   => 'online',
5
  'channel'   => 'online',
6
//   'showtimes' => 'Do 21:50',
6
//   'showtimes' => 'Do 21:50',
7
  'seen'      => array(array(1, 20)),
7
  'seen'      => array(array(1, 22)),
8
//   'last_seen' => mktime(8, 10, 0, 10, 20, 2011),
8
//   'last_seen' => mktime(8, 10, 0, 10, 20, 2011),
9
  'seasons'   => array(22, 22, 22, 22, 23, 23, 22, 22),
9
  'seasons'   => array(22, 22, 22, 22, 23, 23, 22, 22),
10
  'episode_list' => 'http://www.tvsi.de/mysteryserien/charmed.php',
10
  'episode_list' => 'http://www.tvsi.de/mysteryserien/charmed.php',
11
  'episodes' => array(
11
  'episodes' => array(
12
      1 => "Something Wicca This Way Comes (Das Buch der Schatten)",
12
      1 => "Something Wicca This Way Comes (Das Buch der Schatten)",
Line 193... Line 193...
193
    175 => "Zeig mir deinen Traum (The Jung and the Restless)",
193
    175 => "Zeig mir deinen Traum (The Jung and the Restless)",
194
    176 => "Hexenkampf (Gone With The Witches)",
194
    176 => "Hexenkampf (Gone With The Witches)",
195
    177 => "Kill Billie: Vol. 2",
195
    177 => "Kill Billie: Vol. 2",
196
    178 => "Forever Charmed (Das Vermächtnis der Halliwells)"
196
    178 => "Forever Charmed (Das Vermächtnis der Halliwells)"
197
  )
197
  )
198
);
-
 
199
198
);
-
 
199