Hi there theremotedr,
You might be unaware that the code displayed by the developer
tool is not always to be found in the HTML document itself
For example it may well have been injected by JavaScript.
For reference, if you are interested, this is the precise
method that I used to extract the code...
- Position cursor over what you believe to be the video.
- Right click.
- In the pop-up window, scroll to "Inspect".
- Right click.
- You will see this highlighted...
Code:
<img src="https://img.youtube.com/vi/lHE2CDqJlZA/0.jpg">
- Place the pointer on this line above...
Code:
<div class="ytvideo">
- Right click.
- In the pop-up window, select "Edit as HTML".
- Right click.
- You will now see the full HTML for...
Code:
<div class="ytvideo">
- Right click.
- Choose the "Select All" option.
- If all the code is highlighted then...
- Right click.
- Choose the "Copy" option.
- Right click.
- Open your text editor.
- Position cursor anywhere.
- Right click.
- Choose the "Paste" option.
- Right click.
If you managed to navigate this procedure successfully, then
you should see this code in your text editor...
Code:
<div class="ytvideo">
<a target="_blank" href="https://www.youtube.com/embed/lHE2CDqJlZA?rel=0">
<img src="https://img.youtube.com/vi/lHE2CDqJlZA/0.jpg"></a>
<p class="yt_hd">2004 Honda Goldwing GL1800 (Unknown) 3405 Fallen Cycles</p>
<p class="yt_ft">Video will open in a new window<br>Using the eBay App? Paste link into a browser window:</p>
<span class="yt_tag" style="display:none">[isdntekvideo]</span>
<input class="yt_inp" type="text" value="https://www.youtube.com/embed/lHE2CDqJlZA?rel=0">
</div>
coothead
Bookmarks