diff --git a/index.html b/index.html index 30c0417..0945377 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Video Player + ACG.WATCH Player @@ -16,6 +16,7 @@


+

@@ -76,6 +77,8 @@ cookie.set($.md5(options.video.quality[0].url), dp.video.currentTime); } }, 1000); + /* print info */ + getInfo(); /* next video */ dp.on('ended', next_video); }); @@ -108,6 +111,8 @@ unlimited: true, } ); + /* print info */ + getInfo(); //setTimeout(function(){dp.switchQuality(0);}, 1000); });