Skip to content

Commit

Permalink
fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalduino committed Feb 10, 2014
1 parent 6818d86 commit 9b63244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 09/grokpodcast/src/grokpodcast/core.clj
Expand Up @@ -5,7 +5,7 @@
[net.cgrand.enlive-html :as en]) [net.cgrand.enlive-html :as en])
(:import [java.net URL])) (:import [java.net URL]))


(def file-dir "C:\\Documents and Settings\\pbalduino\\Meus documentos\\grokpodcast\\") (def file-dir "~/Music/grokpodcast/")


(defn- get-archive [url] (defn- get-archive [url]
(map (map
Expand Down Expand Up @@ -39,4 +39,4 @@
(defn -main [& args] (defn -main [& args]
(doall (doall
(pmap download-file (get-archive "http://www.grokpodcast.com/arquivo/"))) (pmap download-file (get-archive "http://www.grokpodcast.com/arquivo/")))
(shutdown-agents)) (shutdown-agents))

0 comments on commit 9b63244

Please sign in to comment.