Skip to content

Commit

Permalink
fix(scraper): fix file name case
Browse files Browse the repository at this point in the history
fix #4
  • Loading branch information
fhyoga committed Sep 29, 2019
1 parent bdef4a5 commit fa07217
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion app/scraper/core/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// import douban from '../douban';

import { writeFile, mkdirp } from 'fs-extra';
import javbus from '../javBus';
import javbus from '../javbus';
import { downloadImg, defaultRegExp, emitter } from '../../utils';
import { EventType } from '@types';

Expand Down
6 changes: 0 additions & 6 deletions app/scraper/dd.json

This file was deleted.

28 changes: 0 additions & 28 deletions app/scraper/douban.ts

This file was deleted.

0 comments on commit fa07217

Please sign in to comment.