Rev 199 | Rev 267 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 199 | Rev 203 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | $moonlighting = array( |
3 | $moonlighting = array( |
4 | // 'ignore' => true,
|
4 | // 'ignore' => true,
|
5 | 'channel' => 'online', |
5 | 'channel' => 'online', |
6 | // 'showtimes' => 'Mi–Fr 21:00',
|
6 | // 'showtimes' => 'Mi–Fr 21:00',
|
7 | 'seen' => array(array(1, 5)), |
7 | 'seen' => array(array(1, 8)), |
8 | // 'last_seen' => mktime(21, 0, 0, 9, 8, 2011),
|
8 | // 'last_seen' => mktime(21, 0, 0, 9, 8, 2011),
|
9 | 'seasons' => array(6, 18, 15, 14, 13), |
9 | 'seasons' => array(6, 18, 15, 14, 13), |
10 | 'episodes' => array( |
10 | 'episodes' => array( |
11 | 1 => "Pilot", |
11 | 1 => "Pilot", |
12 | 2 => "Gunfight at the So-So Corral", |
12 | 2 => "Gunfight at the So-So Corral", |
Line 77... | Line 77... | ||
77 | 64 => "In 'n Outlaws", |
77 | 64 => "In 'n Outlaws", |
78 | 65 => "Eine Kleine Nacht Murder", |
78 | 65 => "Eine Kleine Nacht Murder", |
79 | 66 => "Lunar Eclipse" |
79 | 66 => "Lunar Eclipse" |
80 | ), |
80 | ), |
81 | 'episode_list' => 'wiki:en:List_of_Moonlighting_episodes' |
81 | 'episode_list' => 'wiki:en:List_of_Moonlighting_episodes' |
82 | ); |
- | |
83 | 82 | ); |
|
- | 83 |