aboutsummaryrefslogtreecommitdiff
path: root/pl/episode_data.pl
diff options
context:
space:
mode:
Diffstat (limited to 'pl/episode_data.pl')
-rw-r--r--pl/episode_data.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pl/episode_data.pl b/pl/episode_data.pl
index 49dddd0..a1b3a25 100644
--- a/pl/episode_data.pl
+++ b/pl/episode_data.pl
@@ -48,7 +48,7 @@ lookup_episode_remote(Ep, Name, Data) :-
atom_phrase(episode_number(Ep), T),
xpath(D1, td(index(2),text), Name),
xpath(D1, td(index(3),text), Hint),
- Data = [hint(Hint)],
+ Data = ['Hint'(Hint)],
assert_episode_name_data(Ep, Name, Data).
http_load_html(URL, DOM) :-