Skip to content

Commit

Permalink
Dub mapping Improvements (#104)
Browse files Browse the repository at this point in the history
* Fixed major issues where malsync didn't return the correct source for dub and subs
- Anilist now finds animeinfo more accurately for dub
- mapping episodes is now possible in the future.

* Updated ts build

* Bump version to 1.2.7

* Improve syntax and build ts

* cleaned up syntax again + ts build

* ...syntax again!

Thanks to @riimuru for being our eyes!

Co-authored-by: Aidan Juma <[email protected]>
  • Loading branch information
ErrorErrorError and aidanjuma authored Nov 9, 2022
1 parent 95d436a commit 42a0d3b
Show file tree
Hide file tree
Showing 10 changed files with 2,984 additions and 2,756 deletions.
334 changes: 221 additions & 113 deletions CHANGELOG.md

Large diffs are not rendered by default.

44 changes: 39 additions & 5 deletions dist/providers/meta/anilist.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/meta/anilist.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/utils/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ export declare const capitalizeFirstLetter: (s: string) => string;
export declare const getDays: (day1: string, day2: string) => number[];
export declare const isJson: (str: string) => boolean;
export declare function convertDuration(milliseconds: number): string;
export declare const compareTwoStrings: (first: string, second: string) => number;
32 changes: 31 additions & 1 deletion dist/utils/utils.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/utils/utils.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consumet/extensions",
"version": "1.2.6",
"version": "1.2.7",
"description": "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.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 42a0d3b

Please sign in to comment.