@tiktikimelbo7/extensions
Version:
Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.
97 lines • 3.64 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Topics = exports.Genres = exports.TvType = exports.SubOrSub = exports.MediaStatus = exports.StreamingServers = exports.MediaFormat = void 0;
var MediaFormat;
(function (MediaFormat) {
MediaFormat["TV"] = "TV";
MediaFormat["TV_SHORT"] = "TV_SHORT";
MediaFormat["MOVIE"] = "MOVIE";
MediaFormat["SPECIAL"] = "SPECIAL";
MediaFormat["OVA"] = "OVA";
MediaFormat["ONA"] = "ONA";
MediaFormat["MUSIC"] = "MUSIC";
MediaFormat["MANGA"] = "MANGA";
MediaFormat["NOVEL"] = "NOVEL";
MediaFormat["ONE_SHOT"] = "ONE_SHOT";
})(MediaFormat || (exports.MediaFormat = MediaFormat = {}));
var StreamingServers;
(function (StreamingServers) {
StreamingServers["AsianLoad"] = "asianload";
StreamingServers["GogoCDN"] = "gogocdn";
StreamingServers["StreamSB"] = "streamsb";
StreamingServers["MixDrop"] = "mixdrop";
StreamingServers["Mp4Upload"] = "mp4upload";
StreamingServers["UpCloud"] = "upcloud";
StreamingServers["VidCloud"] = "vidcloud";
StreamingServers["StreamTape"] = "streamtape";
StreamingServers["VizCloud"] = "vizcloud";
// same as vizcloud
StreamingServers["MyCloud"] = "mycloud";
StreamingServers["Filemoon"] = "filemoon";
StreamingServers["VidStreaming"] = "vidstreaming";
StreamingServers["SmashyStream"] = "smashystream";
StreamingServers["StreamHub"] = "streamhub";
StreamingServers["StreamWish"] = "streamwish";
StreamingServers["VidMoly"] = "vidmoly";
})(StreamingServers || (exports.StreamingServers = StreamingServers = {}));
var MediaStatus;
(function (MediaStatus) {
MediaStatus["ONGOING"] = "Ongoing";
MediaStatus["COMPLETED"] = "Completed";
MediaStatus["HIATUS"] = "Hiatus";
MediaStatus["CANCELLED"] = "Cancelled";
MediaStatus["NOT_YET_AIRED"] = "Not yet aired";
MediaStatus["UNKNOWN"] = "Unknown";
})(MediaStatus || (exports.MediaStatus = MediaStatus = {}));
var SubOrSub;
(function (SubOrSub) {
SubOrSub["SUB"] = "sub";
SubOrSub["DUB"] = "dub";
SubOrSub["BOTH"] = "both";
})(SubOrSub || (exports.SubOrSub = SubOrSub = {}));
/**
* Used **only** for movie/tvshow providers
*/
var TvType;
(function (TvType) {
TvType["TVSERIES"] = "TV Series";
TvType["MOVIE"] = "Movie";
TvType["ANIME"] = "Anime";
})(TvType || (exports.TvType = TvType = {}));
var Genres;
(function (Genres) {
Genres["ACTION"] = "Action";
Genres["ADVENTURE"] = "Adventure";
Genres["CARS"] = "Cars";
Genres["COMEDY"] = "Comedy";
Genres["DRAMA"] = "Drama";
Genres["FANTASY"] = "Fantasy";
Genres["HORROR"] = "Horror";
Genres["MAHOU_SHOUJO"] = "Mahou Shoujo";
Genres["MECHA"] = "Mecha";
Genres["MUSIC"] = "Music";
Genres["MYSTERY"] = "Mystery";
Genres["PSYCHOLOGICAL"] = "Psychological";
Genres["ROMANCE"] = "Romance";
Genres["SCI_FI"] = "Sci-Fi";
Genres["SLICE_OF_LIFE"] = "Slice of Life";
Genres["SPORTS"] = "Sports";
Genres["SUPERNATURAL"] = "Supernatural";
Genres["THRILLER"] = "Thriller";
})(Genres || (exports.Genres = Genres = {}));
var Topics;
(function (Topics) {
Topics["ANIME"] = "anime";
Topics["ANIMATION"] = "animation";
Topics["MANGA"] = "manga";
Topics["GAMES"] = "games";
Topics["NOVELS"] = "novels";
Topics["LIVE_ACTION"] = "live-action";
Topics["COVID_19"] = "covid-19";
Topics["INDUSTRY"] = "industry";
Topics["MUSIC"] = "music";
Topics["PEOPLE"] = "people";
Topics["MERCH"] = "merch";
Topics["EVENTS"] = "events";
})(Topics || (exports.Topics = Topics = {}));
//# sourceMappingURL=types.js.map