PDA

View Full Version : Looking for some "View Source" Tips!


Leeboy
Feb 7, 2008, 09:17 AM
Hi everyone, love ths site... Last year, I was helping a friend with a school project. She needed to edit some videos( she had permission) I remember a web page she was working with had videos on it, but you couldn't download them. Someone showed me a trick to do a view source or something, and when we did it, we saw a link and took the link to Google and in the Google search, just the video only (that was then downloadable) came up with the search. If anyone can refresh my memory on how to do this, would be much appreciated. Thanks !

hauser5
Feb 7, 2008, 02:41 PM
Just right click on any page with the videos on them and choose "view source". If this info comes up in notepad, you can look under the Edit tab on notepad and choose (find... ) If not in notepad, copy and paste into notepad so you can do this.
This will help find the code you are looking for (if you know what you are looking for). If you are on a flash site you won't be able to do this. Check to see if the site has a HTML version of the site if needed. I can help in private if needed, or just give more details on what you are trying to do. I could figure it out for you.

littlebear91
Feb 7, 2008, 02:44 PM
If you are in flash, then use software to catch flv files, there are lots readily available on Google. Kissyoutube.com is one of the downloading flv files not sure if it still work

Leeboy
Feb 14, 2008, 10:19 AM
Hey everyone, thanks for the replys. I appreciate it. So, I willtry and explain again what I am trying to do. (ANd did before but can't remember how) So, basically, if there was a web page or internet page that had a video playing on the screen, and when you right click on it, nothing happens when you save target. I was thinking there was a way to view source, and see where the video portion was, take that link and Google it to download it. Is this possible? Or is there a similar way or tool for this? Thanks in advance...

NeedKarma
Feb 14, 2008, 10:22 AM
The View Source feature will not help with streaming videos, littlebear's advice is more of what you seek. There was a thread recently about capturing streaming videos, I'll see if I can find it for you.

morgaine300
Feb 14, 2008, 03:25 PM
If you have permission to edit these videos, why are you not being given direct access to them?

Leeboy
Feb 19, 2008, 10:31 PM
My neighbor is 16 and her school has raised money to go to africa to build 3 schools. She was given a couple different Africa sites that contain some video, to make a little project. The project is going to be presented to some companies to ask for sponsor ship. And since I'm her buddy, I told her I would help her and the trip is in July! So, I'm getting started earlier. Any help would be appreciated

xphelper
Feb 20, 2008, 02:57 PM
Leeboy,

There are several ways to accomplish the download of flash movies from various websites and some work better than others. Give us an example of a website you will be working on and we can show you how to download that particular movie. Then you can take it from there.

Leeboy
Feb 20, 2008, 03:03 PM
Thanks everyone, when my neighbor gets over here in the next day or two, to work on it, I will post a few examples. Thanks a lot!

Leeboy
Feb 20, 2008, 06:20 PM
Here is one of the web pages...

Free The Children: Kenya Video (http://www.freethechildren.com/images/video_kenya.htm)

NeedKarma
Feb 21, 2008, 03:15 AM
Ok, here is the URL of the streaming video file file:
http://www.freethechildren.com/images/kenyawmv-1.wmv

Open Windows Media Player (I have Vista and version 11 of WMP), Under File there should be an 'Open URL' option, select that. Paste in the URL above; once the video starts playing click on File > Save As and save the video to your computer. It's about 2.7 MB.

If you have any problems let me know, I can email the file to you.

Good luck!

xphelper
Feb 21, 2008, 08:21 AM
Leeboy,
Now I understand what you were talking about when you said "use view source" and then "do something." So, when you go to that page you recently identified, click on View > Source (this displays the raw data like html, javascripts, etc). Go to the bottom of the source page and look for this line of data: <embed src="kenyawmv-1.wmv" width="320" height="285"></embed>. This is the embedded source of the video file you are watching (eg, it's actual unmasked location). So, in this specific case, if you just edited your original link and replaced "video_kenya.htm" with "kenyawmv-1.wmv", then you would be able to download that video. This information is only intended to try and help you remember what you did before; however, I must warn you that this method will not work on most websites because they have a more secure method of protecting their videos. For those site that are more protected, you may need something like this Capture Streaming Video and Record Streaming Audio with WM Recorder (http://www.wmrecorder.com/) which is the best utility I've ever used for capturing streaming video. As best I remember, the trial never expires but you are limited to a maximum of 5 minutes for each session. Now, this Media Player has "built-in" capabilities to capture streaming video (and it is free), so you might want to take a peek here: VLC media player - Overview (http://www.videolan.org/vlc/)