Skip to content

Commit

Permalink
Merge branch '1.5.4-hotfix' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gegehprast committed Dec 30, 2019
2 parents 00e3b9f + 2280783 commit 343c558
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shallty",
"version": "1.5.2",
"version": "1.5.4",
"description": "Shallty adalah aplikasi untuk meng-crawl situs fastsub/fanshare Indonesia. Tujuan utamanya adalah untuk melewati berbagai halaman redirect dan mengambil tautan unduh aslinya. Saat ini Shallty telah mendukung crawling untuk Meownime, Samehadaku, Neonime, dan Oploverz. https://shallty.kyuun.id",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion services/Kusonime.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class Kusonime {
const params = Util.getAllUrlParams(link)

if (link.includes('kepoow.me')) {
return this.parseKepoow(link)
return this.parseKepoow(params)
}

if (link.includes('sukakesehattan.')) {
Expand Down
4 changes: 2 additions & 2 deletions services/Moenime.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ class Moenime {

await Promise.all([
page.waitForNavigation({
timeout: 0,
waitUntil: 'networkidle2'
timeout: 60000,
waitUntil: 'domcontentloaded'
}),
page.$eval('#srl > form', form => form.submit()),
])
Expand Down

0 comments on commit 343c558

Please sign in to comment.