Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Mar 23, 2024
1 parent d4a3925 commit 11ab686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/_mig_misskeyusercontent.ts
Expand Up @@ -5,7 +5,7 @@ import DriveFile from '../models/drive-file';

const host = 'misskey.io';
const from = /^https:[/][/]media[.]misskeyusercontent[.]com[/]/;
///const from = /^https:(?:[/][/]media[.]misskeyusercontent[.]com[/]|s3[.]arkjp[.]net)/;
//const from = /^https:[/][/](?:media[.]misskeyusercontent[.]com|s3[.]arkjp[.]net)[/]/;
const to = 'https://media.misskeyusercontent.jp/';

async function main() {
Expand Down

0 comments on commit 11ab686

Please sign in to comment.