Skip to content

Commit

Permalink
fix(dramacool): update domain (#643)
Browse files Browse the repository at this point in the history
Updated To the new domain
  • Loading branch information
TMGboy authored Jan 27, 2025
1 parent 1afd2b7 commit 47b9a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/movies/dramacool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {

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

0 comments on commit 47b9a2e

Please sign in to comment.