mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 09:23:26 +00:00
Remove console.log
This commit is contained in:
@@ -29,7 +29,6 @@ export const vidplayScraper = makeEmbed({
|
||||
}
|
||||
|
||||
const url = new URL(ctx.url);
|
||||
console.log(url);
|
||||
const subtitlesLink = url.searchParams.get('sub.info');
|
||||
const captions: Caption[] = [];
|
||||
if (subtitlesLink) {
|
||||
|
Reference in New Issue
Block a user