“Widget:BilibiliVideo”的版本间的差异
BearKidsTeam(讨论 | 贡献) |
BearKidsTeam(讨论 | 贡献) |
||
(未显示同一用户的3个中间版本) | |||
第1行: | 第1行: | ||
<noinclude><poem> | <noinclude><poem> | ||
[https://zh.moegirl.org/index.php?title=Widget:BilibiliVideo 摘抄]自萌娘百科,详细情况请点击链接查看。 | [https://zh.moegirl.org/index.php?title=Widget:BilibiliVideo 摘抄]自萌娘百科,详细情况请点击链接查看。 | ||
− | </poem></noinclude><includeonly> | + | </poem></noinclude> |
+ | <includeonly> | ||
<!--{if !isset($wgBilibili) || !$wgBilibili}--> | <!--{if !isset($wgBilibili) || !$wgBilibili}--> | ||
<!--{assign var="wgBilibili" value=true scope="global"}--> | <!--{assign var="wgBilibili" value=true scope="global"}--> | ||
第277行: | 第278行: | ||
var href = title_text.attr('href'); | var href = title_text.attr('href'); | ||
if (list[index] !== undefined && list[index].VideoCid !== undefined) { | if (list[index] !== undefined && list[index].VideoCid !== undefined) { | ||
− | iframe.attr('src', 'https:// | + | iframe.attr('src', 'https://player.bilibili.com/player.html?aid=' + id + '&cid=' + list[index].VideoCid + '&page=' + _page + '&enable_ssl=1&as_wide=1' + (tIsInvalid ? '' : '&t=' + t)); |
if (iframeContainer.is(':visible')) iframe.execAppend(); | if (iframeContainer.is(':visible')) iframe.execAppend(); | ||
else iframe.data('ready', true); | else iframe.data('ready', true); | ||
第285行: | 第286行: | ||
} else { | } else { | ||
title_text.text(name + (tIsInvalid ? '' : '[视频从' + time + '开始播放]')); | title_text.text(name + (tIsInvalid ? '' : '[视频从' + time + '开始播放]')); | ||
− | + | iframe.attr('src', 'https://player.bilibili.com/player.html?aid=' + id + '&page=' + _page + '&enable_ssl=1&as_wide=1' + (tIsInvalid ? '' : '&t=' + t)); | |
− | |||
− | |||
if (iframeContainer.is(':visible')) iframe.execAppend(); | if (iframeContainer.is(':visible')) iframe.execAppend(); | ||
else iframe.data('ready', true); | else iframe.data('ready', true); | ||
第295行: | 第294行: | ||
title_text.text((title || 'av' + id) + ([0, 1].indexOf(page) === -1 ? ' (' + page + ')' : '') + (tIsInvalid ? '' : '[视频从' + time + '开始播放]')); | title_text.text((title || 'av' + id) + ([0, 1].indexOf(page) === -1 ? ' (' + page + ')' : '') + (tIsInvalid ? '' : '[视频从' + time + '开始播放]')); | ||
if (e && e.responseJSON && e.responseJSON.message && e.responseJSON.message === "Authentication is required for accessing this video.") title_text.parent().append('<sup title="“Bilibili采用会员制,大部分投稿视频会员与游客都可以观看,\n 但部分视频在UP主设定下只有会员才可以观看(这些视频常被称为‘只有会员才知道的世界’)。”\n - Bilibili#用户制度 @ ZhMoegirl\n在这种情况下我们无法为您解析视频及其分P标题、分P数量等,也不能强制使用H5播放器。\n但如果您已经登录B站并且设置默认播放器为H5播放器时此处仍会是H5播放器。">(只有会员才知道的世界)</sup>'); | if (e && e.responseJSON && e.responseJSON.message && e.responseJSON.message === "Authentication is required for accessing this video.") title_text.parent().append('<sup title="“Bilibili采用会员制,大部分投稿视频会员与游客都可以观看,\n 但部分视频在UP主设定下只有会员才可以观看(这些视频常被称为‘只有会员才知道的世界’)。”\n - Bilibili#用户制度 @ ZhMoegirl\n在这种情况下我们无法为您解析视频及其分P标题、分P数量等,也不能强制使用H5播放器。\n但如果您已经登录B站并且设置默认播放器为H5播放器时此处仍会是H5播放器。">(只有会员才知道的世界)</sup>'); | ||
− | iframe.attr('src', 'https:// | + | iframe.attr('src', 'https://player.bilibili.com/player.html?aid=' + id + '&page=' + page + '&enable_ssl=1&as_wide=1' + (tIsInvalid ? '' : '&t=' + t)); |
if (iframeContainer.is(':visible')) iframe.execAppend(); | if (iframeContainer.is(':visible')) iframe.execAppend(); | ||
else iframe.data('ready', true); | else iframe.data('ready', true); |
2019年8月30日 (五) 22:20的最新版本
摘抄自萌娘百科,详细情况请点击链接查看。