mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
chore(teamx): remove unimplemented methods
This commit is contained in:
@@ -16,11 +16,6 @@ const mangayomiSources = [
|
|||||||
|
|
||||||
class DefaultExtension extends MProvider {
|
class DefaultExtension extends MProvider {
|
||||||
// Helper Methods
|
// Helper Methods
|
||||||
|
|
||||||
getHeaders(url) {
|
|
||||||
return { Referer: this.source.baseUrl };
|
|
||||||
}
|
|
||||||
|
|
||||||
toStatus(status) {
|
toStatus(status) {
|
||||||
return (
|
return (
|
||||||
{
|
{
|
||||||
@@ -355,22 +350,4 @@ class DefaultExtension extends MProvider {
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unimplemented Methods
|
|
||||||
get supportsLatest() {
|
|
||||||
throw new Error("Method not implemented: supportsLatest");
|
|
||||||
}
|
|
||||||
|
|
||||||
async getHtmlContent(url) {
|
|
||||||
throw new Error("Method not implemented: getHtmlContent");
|
|
||||||
}
|
|
||||||
|
|
||||||
async cleanHtmlContent(html) {
|
|
||||||
throw new Error("Method not implemented: cleanHtmlContent");
|
|
||||||
}
|
|
||||||
|
|
||||||
// For anime episode video list
|
|
||||||
async getVideoList(url) {
|
|
||||||
throw new Error("Method not implemented: getVideoList");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user