Skip to content

Commit

Permalink
sources: don't use translated tag names on Pixiv by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Sep 29, 2024
1 parent 5b15546 commit 0e952df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sites/Pixiv/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// - https://github.com/akameco/pixiv-app-api/blob/master/src/index.ts

// Set to true to use translated tag names when available
const TRANSLATED_TAG_NAMES = true;
const TRANSLATED_TAG_NAMES = false;

function urlSampleToThumbnail(url: string): string {
return url.replace("/img-master/", "/c/150x150/img-master/");
Expand Down

0 comments on commit 0e952df

Please sign in to comment.