Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix For Issue #455 #646

Merged
merged 5 commits into from Mar 27, 2017
Merged

Fix For Issue #455 #646

merged 5 commits into from Mar 27, 2017

Conversation

jkieberk
Copy link
Contributor

Also allows for scraping any number of pages

Hard-coded at 3 right now, but can be changed in future if needed (is this necessary?)

Also allows for scraping multiple pages of memes

Default set to 3 pages
@codecov-io
Copy link

codecov-io commented Mar 25, 2017

Codecov Report

Merging #646 into master will decrease coverage by 0.11%.
The diff coverage is 15.38%.

@@            Coverage Diff             @@
##           master     #646      +/-   ##
==========================================
- Coverage    41.6%   41.49%   -0.12%     
==========================================
  Files          72       72              
  Lines        2026     2034       +8     
  Branches       79       79              
==========================================
+ Hits          843      844       +1     
- Misses       1104     1111       +7     
  Partials       79       79

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 066b1e5...9eea322. Read the comment docs.

-Idea from: mmazi/rescu#54 (comment)

Not sure if this is something that clj-http should be stripping out
on their end? This might just be a hack, and there is a better way
to go about this?

Also, adding [cheshire] as a dependency might fix it as well, although when I
tried that, it still gave the same error (cheshire is a dependency
of clj-http when using the :as :json feature of clj-http/get
see [here](https://github.com/dakrone/clj-http#optional-dependencies) )
Woops, forgot to put this in a new branch
@devth
Copy link
Member

devth commented Mar 26, 2017

Looks good! I'm going to wait to merge until I have a chance to run the code tomorrow.

@devth
Copy link
Member

devth commented Mar 27, 2017

This is awesome. Thanks @jkieberk!

@devth devth merged commit a10374b into yetibot:master Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants