Skip to content

Commit

Permalink
Fix(zoro): remove console.log and clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosesteven committed Mar 2, 2024
1 parent 052b528 commit 7c22359
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 94 deletions.
1 change: 0 additions & 1 deletion dist/extractors/megacloud.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { IVideo, ISubtitle, Intro } from '../models';
declare class MegaCloud {
private serverName;
extract(videoUrl: URL): Promise<{
sources: IVideo[];
subtitles: ISubtitle[];
Expand Down
31 changes: 2 additions & 29 deletions dist/extractors/megacloud.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/extractors/megacloud.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7c22359

Please sign in to comment.