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

Mirror images on Imgur #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 12 additions & 14 deletions src/shipit.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,18 @@
# maddox

squirrels = [
"http://shipitsquirrel.github.io/images/ship%20it%20squirrel.png",
"http://images.cheezburger.com/completestore/2011/11/2/aa83c0c4-2123-4bd3-8097-966c9461b30c.jpg",
"http://images.cheezburger.com/completestore/2011/11/2/46e81db3-bead-4e2e-a157-8edd0339192f.jpg",
"http://28.media.tumblr.com/tumblr_lybw63nzPp1r5bvcto1_500.jpg",
"http://i.imgur.com/DPVM1.png",
"http://d2f8dzk2mhcqts.cloudfront.net/0772_PEW_Roundup/09_Squirrel.jpg",
"http://www.cybersalt.org/images/funnypictures/s/supersquirrel.jpg",
"http://www.zmescience.com/wp-content/uploads/2010/09/squirrel.jpg",
"http://img70.imageshack.us/img70/4853/cutesquirrels27rn9.jpg",
"http://img70.imageshack.us/img70/9615/cutesquirrels15ac7.jpg",
"https://dl.dropboxusercontent.com/u/602885/github/sniper-squirrel.jpg",
"http://1.bp.blogspot.com/_v0neUj-VDa4/TFBEbqFQcII/AAAAAAAAFBU/E8kPNmF1h1E/s640/squirrelbacca-thumb.jpg",
"https://dl.dropboxusercontent.com/u/602885/github/soldier-squirrel.jpg",
"https://dl.dropboxusercontent.com/u/602885/github/squirrelmobster.jpeg",
"https://i.imgur.com/RLQpXfX.png",
Copy link

@arm4b arm4b Jul 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this one is OK to leave,

also there is https://shipitsquirrel.github.io/images/squirrel.png to add

"https://i.imgur.com/sA1h34D.jpg",
"https://i.imgur.com/DEnnA6m.jpg",
"https://i.imgur.com/oHJIlXI.jpg",
"https://i.imgur.com/DPVM1.png",
"https://i.imgur.com/BVpkdrU.jpg",
"https://i.imgur.com/NSanWiX.jpg",
"https://i.imgur.com/TEVqIZQ.jpg",
"https://i.imgur.com/mUuDkyK.jpg",
"https://i.imgur.com/ERCNrhd.jpg",
"https://i.imgur.com/nxMZSJi.png",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these last two links are the same squirrel

"https://i.imgur.com/Srms6yk.png"
]

module.exports = (robot) ->
Expand Down