Skip to content

Commit fd7797b

Browse files
authored
Merge pull request #86 from naari3/url-watch-tmp
change URL prefix to https://www.nicovideo.jp/watch_tmp/
2 parents 31e9bb1 + cda993e commit fd7797b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/VideoIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { VideoProps } from "./VideoDetail";
66

77
type Props = VideoProps;
88

9-
const urlPrefix = "https://www.nicovideo.jp/watch/";
9+
const urlPrefix = "https://www.nicovideo.jp/watch_tmp/";
1010

1111
const VideoIcon = React.memo(({ video }: Props) => {
1212
return (

components/VideoWrap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type Props = {
1111
float?: boolean;
1212
} & VideoProps;
1313

14-
const urlPrefix = "https://www.nicovideo.jp/watch/";
14+
const urlPrefix = "https://www.nicovideo.jp/watch_tmp/";
1515

1616
const VideoWrap = React.memo(({ video, float }: Props) => {
1717
const { t } = useTranslation("VideoWrap");

0 commit comments

Comments
 (0)