0,0 → 1,95 |
<?php |
|
$true_blood = array( |
// 'ignore' => true, |
'channel' => 'online', |
// 'showtimes' => 'Mi 00:10', |
'seen' => array(array(1, 6)), |
'seasons' => array(12, 12, 12, 12, 12, 2), |
'episode_list' => 'wiki:en:List_of_True_Blood_episodes', |
'episodes' => array( |
1 => "Strange Love", |
2 => "The First Taste", |
3 => "Mine", |
4 => "Escape From Dragon House", |
5 => "Sparks Fly Out", |
6 => "Cold Ground", |
7 => "Burning House of Love", |
8 => "The Fourth Man in the Fire", |
9 => "Plaisir d'Amour", |
10 => "I Don't Wanna Know", |
11 => "To Love is to Bury", |
12 => "You'll Be the Death of Me", |
13 => "Nothing But the Blood", |
14 => "Keep This Party Going", |
15 => "Scratches", |
16 => "Shake and Fingerpop", |
17 => "Never Let Me Go", |
18 => "Hard-Hearted Hannah", |
19 => "Release Me", |
20 => "Time Bomb", |
21 => "I Will Rise Up", |
22 => "New World In My View", |
23 => "Frenzy", |
24 => "Beyond Here Lies Nothing", |
25 => "Bad Blood", |
26 => "Beautifully Broken", |
27 => "It Hurts Me Too", |
28 => "9 Crimes", |
29 => "Trouble", |
30 => "I Got a Right to Sing the Blues", |
31 => "Hitting the Ground", |
32 => "Night on the Sun", |
33 => "Everything Is Broken", |
34 => "I Smell a Rat", |
35 => "Fresh Blood", |
36 => "Evil is Going On", |
) |
); |
|
// '<span class="true-blood"><span class="upper">True</span>' |
// . '<span class="hidden"> </span><span class="lower">B</span>lood</span> (de)' => array( |
// 'channel' => 'RTL Ⅱ', |
// 'showtimes' => 'Mi 21:05', |
// 'seen' => array(array(1, 6)), |
// 'seasons' => array(12, 12, 12, 12), |
// 'episode_list' => 'wiki:Liste_der_True-Blood-Episoden', |
// 'episodes' => array( |
// 1 => "Strange Love (Strange Love)", |
// 2 => "Blut geleckt (The First Taste)", |
// 3 => "Sie gehört zu mir (Mine)", |
// 4 => "Flucht aus dem Drachenhaus (Escape From Dragon House)", |
// 5 => "Funkenflug (Sparks Fly Out)", |
// 6 => "Kalte Erde (Cold Ground)", |
// 7 => "Brennende Leidenschaft (Burning House of Love)", |
// 8 => "Der vierte Mann im Feuer (The Fourth Man in the Fire)", |
// 9 => "Plaisir d'Amour (Plaisir d'Amour)", |
// 10 => "Gefährliches Spiel (I Don't Wanna Know)", |
// 11 => "Begräbnis aus Liebe (To Love is to Bury)", |
// 12 => "Du wirst mein Tod sein (You'll Be the Death of Me)", |
// 13 => "Nichts als Blut (Nothing But the Blood)", |
// 14 => "Die Party geht weiter (Keep This Party Going)", |
// 15 => "Kratzer (Scratches)", |
// 16 => "Überraschung (Shake and Fingerpop)", |
// 17 => "Verflucht (Never Let Me Go)", |
// 18 => "Hartherzige Hannah (Hard-Hearted Hannah)", |
// 19 => "Lass mich frei (Release Me)", |
// 20 => "Zeitbombe (Time Bomb)", |
// 21 => "Auferstehung (I Will Rise Up)", |
// 22 => "Neue Welt (New World In My View)", |
// 23 => "Ekstase (Frenzy)", |
// 24 => "Das Ende des Horizonts (Beyond Here Lies Nothing)", |
// 25 => "Böses Blut (Bad Blood)", |
// 26 => "Schön kaputt (Beautifully Broken)", |
// 27 => "Es tut so weh (It Hurts Me Too)", |
// 28 => "Neun Verbrechen (9 Crimes)", |
// 29 => "Ärger (Trouble)", |
// 30 => "Ich habe ein Recht darauf, den Blues zu singen (I Got a Right to Sing the Blues)", |
// 31 => "Am Boden der Tatsachen (Hitting the Ground)", |
// 32 => "Nacht auf der Sonne (Night on the Sun)", |
// 33 => "Alles ist zerbrochen (Everything Is Broken)", |
// 34 => "Verdacht (I Smell a Rat)", |
// 35 => "Frisches Blut (Fresh Blood)", |
// 36 => "Das Böse geht weiter (Evil is Going On)", |
// ) |
// ); |