Skip to content

Commit

Permalink
Specified HTTP instead of HTTPS for all traffic
Browse files Browse the repository at this point in the history
This fixes issue #14
  • Loading branch information
roflmuffin committed Jul 24, 2016
1 parent 6c1dcec commit 3959adf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anime-scraper",
"version": "2.1.1",
"version": "2.1.2",
"description": "Scrapes information from KissAnime.com to get Anime, Episode & Video information & urls.",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bottleneck = require 'bottleneck'
KissHTTP = require './http-wrapper'
_ = require 'lodash'

KISS_URL = 'https://kissanime.to'
KISS_URL = 'http://kissanime.to'

k = new KissHTTP()
b = new Bottleneck(0, 500)
Expand Down

0 comments on commit 3959adf

Please sign in to comment.