Skip to content

Commit

Permalink
fix wrong fix 馃樀
Browse files Browse the repository at this point in the history
  • Loading branch information
leoding86 committed Sep 27, 2020
1 parent de813a7 commit 23107bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions src/main/modules/Downloader/WorkDownloader/MangaDownloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ class MangaDownloader extends WorkDownloader {
}
}

/**
* @returns {string}
*/
get externalUrl() {
return `https://www.pixiv.net/artworks/${this.context.id}`;
}

/**
*
* @param {Object} options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ class EpisodeDownloader extends WorkDownloader {
}
}

/**
* @returns {string}
*/
get externalUrl() {
return EpisodeProvider.getEpisodeUrl(this.context.id);
}

/**
* @returns {String}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ class UgoiraDownloader extends WorkDownloader {
}
}

/**
* @returns {string}
*/
get externalUrl() {
return `https://www.pixiv.net/artworks/${this.context.id}`;
}

/**
*
* @param {Object} options
Expand Down

0 comments on commit 23107bc

Please sign in to comment.