Skip to content

Commit

Permalink
last touches before the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rippinrobr committed Nov 21, 2011
1 parent 8acac15 commit 52d9473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/hugoclr.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
(:use hugoclr.parser)
(:use hugoclr.data.csv))

;; the hugo site's page that lists all of the years they have data for
(def base-url "http://www.thehugoawards.org/hugo-history/")

(defn -main [& args]
Expand Down
2 changes: 1 addition & 1 deletion src/hugoclr/parser.clj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
the category records are created."
[award-url]
(let [top-node (get-html-elements award-url "//div[@id='content']/ul")]
(map create-category-record top-node)))
(map create-category-record top-node)))

(defn get-awards
"gets all the links from the http://www.thehugoawards.org/hugo-history/ that lead to a awards page"
Expand Down

0 comments on commit 52d9473

Please sign in to comment.