How to get their video link to my website

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
colencon
Posts: 35
Joined: February 13th, 2014, 2:24 pm

How to get their video link to my website

Post by colencon » December 6th, 2016, 3:09 pm

Hi, I try to make a website about movie. But instate of upload it, how can i get their video link to my website. Thank a lot

Codex NG
Posts: 9
Joined: December 6th, 2016, 2:54 am

Re: How to get their video link to my website

Post by Codex NG » December 6th, 2016, 3:38 pm


colencon
Posts: 35
Joined: February 13th, 2014, 2:24 pm

Re: How to get their video link to my website

Post by colencon » December 6th, 2016, 5:16 pm

I mean how to get video link form this website: http://boxasian.com/drama/seven-first-kisses/watch/
and embed it to my website,

Codex NG
Posts: 9
Joined: December 6th, 2016, 2:54 am

Re: How to get their video link to my website

Post by Codex NG » December 6th, 2016, 5:42 pm

If you use google chrome then right click the page and click inspect...

Gave me an error when loading the video, but in essence you can lift content just by loading the page and inspecting the source while the page is executing.

Code: Select all

<video id="example_video_1_html5_api" class="vjs-tech" preload="none" poster="http://i.boxasian.com/banner/719/seven-first-kisses-korean-2016.png?type=banner" autoplay="" src="http://e.boxasian.com/error.mp4"><source src="http://e.boxasian.com/error.mp4" type="video/mp4" label="default" res="default"></video>
When you right click a page you might be tempted to click on view source, view source won't help you lift dynamic content as the code in view source never changes, inspect is what you are after if you want to see the code of the page change before your eyes.

Inspect shows live code execution. If you change code in the inspect window, it will update in real time but it may only exist on the client end and will be lost to the void when you refresh the page.

colencon
Posts: 35
Joined: February 13th, 2014, 2:24 pm

Re: How to get their video link to my website

Post by colencon » December 6th, 2016, 6:22 pm

I inspect and get this source Does it possible to get the real one, that i can embed it to my wensite

User avatar
LuisR14
Posts: 1248
Joined: May 23rd, 2013, 3:52 pm
Location: USA
Contact:

Re: How to get their video link to my website

Post by LuisR14 » December 7th, 2016, 7:55 am

this is what you want (somewhat what Codex pasted in his post):

Code: Select all

<video id="example_video_1_html5_api" class="vjs-tech" preload="none" poster="http://i.boxasian.com/banner/719/seven-first-kisses-korean-2016.png?type=banner" autoplay="" src="https://redirector.googlevideo.com/videoplayback?requiressl=yes&id=11fdb8f75e7fd4d6&itag=22&source=webdrive&ttl=transient&app=explorer&ip=2a02:5060:513:c049::2&ipbits=32&expire=1481108707&sparams=requiressl,id,itag,source,ttl,ip,ipbits,expire&signature=B03D694076AA3FA9E5BA9C96083591AA0CBA36AE.3AC2A0F001DC2D3FF61ACFEEE06755462CF2C16D&key=ck2&mm=31&mn=sn-5hne6ned&ms=au&mt=1481094203&mv=u&nh=IgpwcjAxLmFtczE2KgkxMjcuMC4wLjE&pl=32">
	<source src="https://redirector.googlevideo.com/videoplayback?requiressl=yes&id=11fdb8f75e7fd4d6&itag=18&source=webdrive&ttl=transient&app=explorer&ip=2a02:5060:513:c049::2&ipbits=32&expire=1481108707&sparams=requiressl,id,itag,source,ttl,ip,ipbits,expire&signature=825B47356D06B7C3D8CAE19DDD2079003736F014.BAAB3EDA1B28202C829A0E10C275AB7A06B79099&key=ck2&mm=31&mn=sn-5hne6ned&ms=au&mt=1481094203&mv=u&nh=IgpwcjAxLmFtczE2KgkxMjcuMC4wLjE&pl=32" type="video/mp4" label="360p" res="360p">
	<source src="https://redirector.googlevideo.com/videoplayback?requiressl=yes&id=11fdb8f75e7fd4d6&itag=59&source=webdrive&ttl=transient&app=explorer&ip=2a02:5060:513:c049::2&ipbits=32&expire=1481108707&sparams=requiressl,id,itag,source,ttl,ip,ipbits,expire&signature=AC00B0FCD782BE8D57AD2E343D4A459761422E4.B371FCE83FCA035DFA563BA180177CAF1F9DD55&key=ck2&mm=31&mn=sn-5hne6ned&ms=au&mt=1481094203&mv=u&nh=IgpwcjAxLmFtczE2KgkxMjcuMC4wLjE&pl=32" type="video/mp4" label="480p" res="480p">
	<source src="https://redirector.googlevideo.com/videoplayback?requiressl=yes&id=11fdb8f75e7fd4d6&itag=22&source=webdrive&ttl=transient&app=explorer&ip=2a02:5060:513:c049::2&ipbits=32&expire=1481108707&sparams=requiressl,id,itag,source,ttl,ip,ipbits,expire&signature=B03D694076AA3FA9E5BA9C96083591AA0CBA36AE.3AC2A0F001DC2D3FF61ACFEEE06755462CF2C16D&key=ck2&mm=31&mn=sn-5hne6ned&ms=au&mt=1481094203&mv=u&nh=IgpwcjAxLmFtczE2KgkxMjcuMC4wLjE&pl=32" type="video/mp4" label="720p" res="720p">
	<source src="https://redirector.googlevideo.com/videoplayback?requiressl=yes&id=11fdb8f75e7fd4d6&itag=37&source=webdrive&ttl=transient&app=explorer&ip=2a02:5060:513:c049::2&ipbits=32&expire=1481108707&sparams=requiressl,id,itag,source,ttl,ip,ipbits,expire&signature=4E521169DB365BAC09EF5A5C2A1C865377214186.2B974A665B7FB2A90CD80357910C042F86DCF663&key=ck2&mm=31&mn=sn-5hne6ned&ms=au&mt=1481094203&mv=u&nh=IgpwcjAxLmFtczE2KgkxMjcuMC4wLjE&pl=32" type="video/mp4" label="1080p" res="1080p">
</video>
(dam this source has really long urls xD)
always available, always on, about ~10 years c/c++, java[script], win32/directx api, [x]html/css/php/some asp/sql experience. (all self taught)
Knows English, Spanish and Japanese.
[url=irc://irc.freenode.net/#pchili]irc://irc.freenode.net/#pchili[/url] [url=irc://luisr14.no-ip.org/#pchili]alt[/url] -- join up if ever want real-time help or to just chat :mrgreen: --

colencon
Posts: 35
Joined: February 13th, 2014, 2:24 pm

Re: How to get their video link to my website

Post by colencon » December 8th, 2016, 8:28 am

But this urls only work for me, How to embbed to my website

User avatar
LuisR14
Posts: 1248
Joined: May 23rd, 2013, 3:52 pm
Location: USA
Contact:

Re: How to get their video link to my website

Post by LuisR14 » December 8th, 2016, 11:36 am

you just paste the whole code onto your site, the whole thing i have pasted there
always available, always on, about ~10 years c/c++, java[script], win32/directx api, [x]html/css/php/some asp/sql experience. (all self taught)
Knows English, Spanish and Japanese.
[url=irc://irc.freenode.net/#pchili]irc://irc.freenode.net/#pchili[/url] [url=irc://luisr14.no-ip.org/#pchili]alt[/url] -- join up if ever want real-time help or to just chat :mrgreen: --

colencon
Posts: 35
Joined: February 13th, 2014, 2:24 pm

Re: How to get their video link to my website

Post by colencon » December 8th, 2016, 4:55 pm

i pasted the whole code onto my site, but only show the banner. Btw, i;m using blogger

Post Reply