Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
fix: #1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxteer committed Sep 26, 2021
1 parent a6c1c84 commit 3481d44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 4 additions & 6 deletions src/scrapers/BetterAnime.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import {Scraper} from '~/types'

import {
createBrowser,
calcDownloadLink,
fetchEpisodes,
searchAnimes,
} from './betteranime'
import calcDownloadLink from './betteranime/calcDownloadLink'
import createBrowser from './betteranime/createBrowser'
import fetchEpisodes from './betteranime/fetchEpisodes'
import searchAnimes from './betteranime/searchAnimes'

export const name = 'betteranime'

Expand Down
4 changes: 0 additions & 4 deletions src/scrapers/betteranime/index.ts

This file was deleted.

0 comments on commit 3481d44

Please sign in to comment.