【サムネイル】WhiteBrowser【動画管理】Part15 [sc](★0)
-
- 385
- 2024/08/29(木) 00:28:25.01
-
>>384
確認しておいて申し訳ないのだけど、サムネイルとカバー画像の取得は
そもそも機能として盛り込んでないです……
またタイトルの設定についても機能として具備していないので、
もし必要なら159行目の任意の位置に以下のコードを追加してください。
多分動きます。
if (data.title) {
if ($This.title) {
$This.title = $This.title + " " + JSON.stringify(data.title).replace(/["[\]]/g, '').replace(/ /g, '・');
} else $This.title = JSON.stringify(data.title).replace(/["[\]]/g, '').replace(/ /g, '・');
}
mb.console("タイトル:" + $This.title);
このページを共有する
おすすめワード