mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:43:26 +00:00
Import types only
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { load } from 'cheerio';
|
||||
|
||||
import { ScrapeContext } from '@/utils/context';
|
||||
import type { ScrapeContext } from '@/utils/context';
|
||||
|
||||
import { embedProviders, kissasianBase } from './common';
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { CheerioAPI } from 'cheerio';
|
||||
import type { CheerioAPI } from 'cheerio';
|
||||
|
||||
export async function getEpisodes(dramaPage: CheerioAPI) {
|
||||
const episodesEl = dramaPage('tbody tr:not(:first-child)');
|
||||
|
Reference in New Issue
Block a user