Skip to content

Commit

Permalink
update dramacool baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlymo committed Apr 23, 2024
1 parent 3de3d07 commit c04db3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/providers/movies/dramacool.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/providers/movies/dramacool.js.map

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

2 changes: 1 addition & 1 deletion src/providers/movies/dramacool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { MixDrop, AsianLoad, StreamTape, StreamSB } from '../../extractors';

class DramaCool extends MovieParser {
override readonly name = 'DramaCool';
protected override baseUrl = 'https://dramacool.com.pa';
protected override baseUrl = 'https://asianc.to';
protected override logo =
'https://play-lh.googleusercontent.com/IaCb2JXII0OV611MQ-wSA8v_SAs9XF6E3TMDiuxGGXo4wp9bI60GtDASIqdERSTO5XU';
protected override classPath = 'MOVIES.DramaCool';
Expand Down

0 comments on commit c04db3a

Please sign in to comment.