Actually gets media items now!

This commit is contained in:
2020-08-05 15:21:54 -05:00
parent 22e0ff0998
commit 9dfc548a6f
4 changed files with 91 additions and 7 deletions

View File

@@ -4,7 +4,8 @@
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.1"]
[clj-http "3.10.1"]]
[clj-http "3.10.1"]
[cheshire "5.10.0"]]
:main ^:skip-aot google-photos-downloader.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all