I have a file which is a downloaded file from youtube. I have saved it as
local file. Now I want to extract links out of it. the format for links
inside file is like this
href="/watch?v=xyCKsE8D68Q&feature=PlayList&p=06D0D25CEA35E441&index=19"
href="/watch?v=vjhaSMqmqTo&feature=PlayList&p=06D0D25CEA35E441&index=17"
etc,
when I greped on --> href="/watch <--
I can get lines but that grep result also contain many data which i do not
need.
I want all such strings (and not whole line) which has
href="/watch?v= ************** "
format. I want to store all such links into another text file. I have seen
some tuts on regular expression but I think it is better to ask as i am
doing some basic mistake in forming regular express.
I have also attached the input.txt file.
Output file must be like this.
/watch?v=xyCKsE8D68Q&feature=PlayList&p=06D0D25CEA35E441&index=1
/watch?v=m3gMgK7h-BA&feature=PlayList&p=06D0D25CEA35E441&index=2
/watch?v==vjhaSMqmqTo&feature=PlayList&p=06D0D25CEA35E441&index=3
.....
and so one.
--
┌─────────────────────────┐
│ Narendra Sisodiya ( नरेन्द्र सिसोदिया )
│ Web : http://narendra.techfandu.org
│ Twitter : http://tinyurl.com/dz7e4a
└─────────────────────────┘
--~--~---------~--~----~------------~-------~--~----~
Do you have another question? Click here -
http://groups.google.com/group/iitdlug/post
Read archive - http://www.mail-archive.com/[email protected]/
l...@iitd community mailing list -- http://groups.google.com/group/iitdlug
-~----------~----~----~----~------~----~------~--~---
<div class="vCluster180WideEntry"><div
class="vCluster180WrapperOuter"><div class="vCluster180WrapperInner"><a
id="video-url-DPbUJtgJM70"
href="/watch?v=DPbUJtgJM70&feature=PlayList&p=06D0D25CEA35E441&index=0&playnext=1"
rel="nofollow"><img title="Music Playlist"
src="http://i1.ytimg.com/vi/DPbUJtgJM70/hqdefault.jpg" class="vimgCluster180
yt-uix-hovercard-target" alt="Music Playlist"></a><div
class="video-corner-text"><a id="video-corner-text-DPbUJtgJM70"
href="/watch?v=DPbUJtgJM70&feature=PlayList&p=06D0D25CEA35E441&index=0&playnext=1"
rel="nofollow">74 वीडियो</a></div></div></div></div>
<a
href="/watch?v=DPbUJtgJM70&feature=PlayList&p=06D0D25CEA35E441&index=0&playnext=1"><img
src="http://s.ytimg.com/yt/img/play_playlistButton-vfl79912.gif"
align="absmiddle"></a> <a
href="/watch?v=DPbUJtgJM70&feature=PlayList&p=06D0D25CEA35E441&index=0&playnext=1"><span>सभी
वीडियो चलाएं</span></a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-DPbUJtgJM70" class="video-thumb-link"
href="/watch?v=DPbUJtgJM70&feature=PlayList&p=06D0D25CEA35E441&index=0"
rel="nofollow"><img title="Rise Against - Like The Angel"
src="http://i1.ytimg.com/vi/DPbUJtgJM70/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="DPbUJtgJM70" alt="Rise Against - Like The
Angel"></a><div id="quicklist-icon-DPbUJtgJM70" class="addtoQL90"><a
id="add-to-quicklist-DPbUJtgJM70" href="#" ql="DPbUJtgJM70" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-DPbUJtgJM70"
href="/watch?v=DPbUJtgJM70&feature=PlayList&p=06D0D25CEA35E441&index=0"
rel="nofollow">2:41</a></div></div></div></div>
<a
id="video-short-title-DPbUJtgJM70"
href="/watch?v=DPbUJtgJM70&feature=PlayList&p=06D0D25CEA35E441&index=0"
class="yt-uix-hovercard-target" title="Rise Against - Like The Angel"
rel="nofollow">Rise Against - Like The Angel</a>
<a
id="video-long-title-DPbUJtgJM70"
href="/watch?v=DPbUJtgJM70&feature=PlayList&p=06D0D25CEA35E441&index=0"
class="yt-uix-hovercard-target" title="Rise Against - Like The Angel"
rel="nofollow">Rise Against - Like The Angel</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-D0QKbnCDW94" class="video-thumb-link"
href="/watch?v=D0QKbnCDW94&feature=PlayList&p=06D0D25CEA35E441&index=2"
rel="nofollow"><img title="Crossroads (1986) duel"
src="http://i1.ytimg.com/vi/D0QKbnCDW94/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="D0QKbnCDW94" alt="Crossroads (1986)
duel"></a><div id="quicklist-icon-D0QKbnCDW94" class="addtoQL90"><a
id="add-to-quicklist-D0QKbnCDW94" href="#" ql="D0QKbnCDW94" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-D0QKbnCDW94"
href="/watch?v=D0QKbnCDW94&feature=PlayList&p=06D0D25CEA35E441&index=2"
rel="nofollow">7:04</a></div></div></div></div>
<a
id="video-short-title-D0QKbnCDW94"
href="/watch?v=D0QKbnCDW94&feature=PlayList&p=06D0D25CEA35E441&index=2"
class="yt-uix-hovercard-target" title="Crossroads (1986) duel"
rel="nofollow">Crossroads (1986) duel</a>
<a
id="video-long-title-D0QKbnCDW94"
href="/watch?v=D0QKbnCDW94&feature=PlayList&p=06D0D25CEA35E441&index=2"
class="yt-uix-hovercard-target" title="Crossroads (1986) duel"
rel="nofollow">Crossroads (1986) duel</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-tyCRSZjtYBI" class="video-thumb-link"
href="/watch?v=tyCRSZjtYBI&feature=PlayList&p=06D0D25CEA35E441&index=3"
rel="nofollow"><img title="Steve Vai - "Star Spangled Banner""
src="http://i1.ytimg.com/vi/tyCRSZjtYBI/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="tyCRSZjtYBI" alt="Steve Vai - "Star
Spangled Banner""></a><div id="quicklist-icon-tyCRSZjtYBI"
class="addtoQL90"><a id="add-to-quicklist-tyCRSZjtYBI" href="#"
ql="tyCRSZjtYBI" title="सुलभ सूची में वीडियो जोड़ें"><button
class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-tyCRSZjtYBI"
href="/watch?v=tyCRSZjtYBI&feature=PlayList&p=06D0D25CEA35E441&index=3"
rel="nofollow">2:30</a></div></div></div></div>
<a
id="video-short-title-tyCRSZjtYBI"
href="/watch?v=tyCRSZjtYBI&feature=PlayList&p=06D0D25CEA35E441&index=3"
class="yt-uix-hovercard-target" title="Steve Vai - "Star Spangled
Banner"" rel="nofollow">Steve Vai - "Star Spangled Banner"</a>
<a
id="video-long-title-tyCRSZjtYBI"
href="/watch?v=tyCRSZjtYBI&feature=PlayList&p=06D0D25CEA35E441&index=3"
class="yt-uix-hovercard-target" title="Steve Vai - "Star Spangled
Banner"" rel="nofollow">Steve Vai - "Star Spangled Banner"</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-EPWQtdm7XEM" class="video-thumb-link"
href="/watch?v=EPWQtdm7XEM&feature=PlayList&p=06D0D25CEA35E441&index=4"
rel="nofollow"><img title="clasic arpegios."
src="http://i2.ytimg.com/vi/EPWQtdm7XEM/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="EPWQtdm7XEM" alt="clasic arpegios."></a><div
id="quicklist-icon-EPWQtdm7XEM" class="addtoQL90"><a
id="add-to-quicklist-EPWQtdm7XEM" href="#" ql="EPWQtdm7XEM" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-EPWQtdm7XEM"
href="/watch?v=EPWQtdm7XEM&feature=PlayList&p=06D0D25CEA35E441&index=4"
rel="nofollow">1:11</a></div></div></div></div>
<a
id="video-short-title-EPWQtdm7XEM"
href="/watch?v=EPWQtdm7XEM&feature=PlayList&p=06D0D25CEA35E441&index=4"
class="yt-uix-hovercard-target" title="clasic arpegios." rel="nofollow">clasic
arpegios.</a>
<a
id="video-long-title-EPWQtdm7XEM"
href="/watch?v=EPWQtdm7XEM&feature=PlayList&p=06D0D25CEA35E441&index=4"
class="yt-uix-hovercard-target" title="clasic arpegios." rel="nofollow">clasic
arpegios.</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-tUXRSWChnT4" class="video-thumb-link"
href="/watch?v=tUXRSWChnT4&feature=PlayList&p=06D0D25CEA35E441&index=5"
rel="nofollow"><img title="Arpegios from hell"
src="http://i1.ytimg.com/vi/tUXRSWChnT4/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="tUXRSWChnT4" alt="Arpegios from hell"></a><div
id="quicklist-icon-tUXRSWChnT4" class="addtoQL90"><a
id="add-to-quicklist-tUXRSWChnT4" href="#" ql="tUXRSWChnT4" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-tUXRSWChnT4"
href="/watch?v=tUXRSWChnT4&feature=PlayList&p=06D0D25CEA35E441&index=5"
rel="nofollow">2:41</a></div></div></div></div>
<a
id="video-short-title-tUXRSWChnT4"
href="/watch?v=tUXRSWChnT4&feature=PlayList&p=06D0D25CEA35E441&index=5"
class="yt-uix-hovercard-target" title="Arpegios from hell"
rel="nofollow">Arpegios from hell</a>
<a
id="video-long-title-tUXRSWChnT4"
href="/watch?v=tUXRSWChnT4&feature=PlayList&p=06D0D25CEA35E441&index=5"
class="yt-uix-hovercard-target" title="Arpegios from hell"
rel="nofollow">Arpegios from hell</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-ATub40Npxik" class="video-thumb-link"
href="/watch?v=ATub40Npxik&feature=PlayList&p=06D0D25CEA35E441&index=7"
rel="nofollow"><img title="Insanely Amazing Guitar Solo"
src="http://i2.ytimg.com/vi/ATub40Npxik/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="ATub40Npxik" alt="Insanely Amazing Guitar
Solo"></a><div id="quicklist-icon-ATub40Npxik" class="addtoQL90"><a
id="add-to-quicklist-ATub40Npxik" href="#" ql="ATub40Npxik" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-ATub40Npxik"
href="/watch?v=ATub40Npxik&feature=PlayList&p=06D0D25CEA35E441&index=7"
rel="nofollow">3:47</a></div></div></div></div>
<a
id="video-short-title-ATub40Npxik"
href="/watch?v=ATub40Npxik&feature=PlayList&p=06D0D25CEA35E441&index=7"
class="yt-uix-hovercard-target" title="Insanely Amazing Guitar Solo"
rel="nofollow">Insanely Amazing Guitar Solo</a>
<a
id="video-long-title-ATub40Npxik"
href="/watch?v=ATub40Npxik&feature=PlayList&p=06D0D25CEA35E441&index=7"
class="yt-uix-hovercard-target" title="Insanely Amazing Guitar Solo"
rel="nofollow">Insanely Amazing Guitar Solo</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-lw8Vc1Q-gqg" class="video-thumb-link"
href="/watch?v=lw8Vc1Q-gqg&feature=PlayList&p=06D0D25CEA35E441&index=8"
rel="nofollow"><img title="Bass Solo Funky Slap"
src="http://i1.ytimg.com/vi/lw8Vc1Q-gqg/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="lw8Vc1Q-gqg" alt="Bass Solo Funky
Slap"></a><div id="quicklist-icon-lw8Vc1Q-gqg" class="addtoQL90"><a
id="add-to-quicklist-lw8Vc1Q-gqg" href="#" ql="lw8Vc1Q-gqg" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-lw8Vc1Q-gqg"
href="/watch?v=lw8Vc1Q-gqg&feature=PlayList&p=06D0D25CEA35E441&index=8"
rel="nofollow">2:22</a></div></div></div></div>
<a
id="video-short-title-lw8Vc1Q-gqg"
href="/watch?v=lw8Vc1Q-gqg&feature=PlayList&p=06D0D25CEA35E441&index=8"
class="yt-uix-hovercard-target" title="Bass Solo Funky Slap"
rel="nofollow">Bass Solo Funky Slap</a>
<a
id="video-long-title-lw8Vc1Q-gqg"
href="/watch?v=lw8Vc1Q-gqg&feature=PlayList&p=06D0D25CEA35E441&index=8"
class="yt-uix-hovercard-target" title="Bass Solo Funky Slap"
rel="nofollow">Bass Solo Funky Slap</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-r2BOApUvFpw" class="video-thumb-link"
href="/watch?v=r2BOApUvFpw&feature=PlayList&p=06D0D25CEA35E441&index=9"
rel="nofollow"><img title="Impossible guitar"
src="http://i3.ytimg.com/vi/r2BOApUvFpw/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="r2BOApUvFpw" alt="Impossible guitar"></a><div
id="quicklist-icon-r2BOApUvFpw" class="addtoQL90"><a
id="add-to-quicklist-r2BOApUvFpw" href="#" ql="r2BOApUvFpw" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-r2BOApUvFpw"
href="/watch?v=r2BOApUvFpw&feature=PlayList&p=06D0D25CEA35E441&index=9"
rel="nofollow">3:16</a></div></div></div></div>
<a
id="video-short-title-r2BOApUvFpw"
href="/watch?v=r2BOApUvFpw&feature=PlayList&p=06D0D25CEA35E441&index=9"
class="yt-uix-hovercard-target" title="Impossible guitar"
rel="nofollow">Impossible guitar</a>
<a
id="video-long-title-r2BOApUvFpw"
href="/watch?v=r2BOApUvFpw&feature=PlayList&p=06D0D25CEA35E441&index=9"
class="yt-uix-hovercard-target" title="Impossible guitar"
rel="nofollow">Impossible guitar</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-s-ZZqJOb5xY" class="video-thumb-link"
href="/watch?v=s-ZZqJOb5xY&feature=PlayList&p=06D0D25CEA35E441&index=10"
rel="nofollow"><img title="Solo de Guitarra By Gauchos"
src="http://i4.ytimg.com/vi/s-ZZqJOb5xY/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="s-ZZqJOb5xY" alt="Solo de Guitarra By
Gauchos"></a><div id="quicklist-icon-s-ZZqJOb5xY" class="addtoQL90"><a
id="add-to-quicklist-s-ZZqJOb5xY" href="#" ql="s-ZZqJOb5xY" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-s-ZZqJOb5xY"
href="/watch?v=s-ZZqJOb5xY&feature=PlayList&p=06D0D25CEA35E441&index=10"
rel="nofollow">5:18</a></div></div></div></div>
<a
id="video-short-title-s-ZZqJOb5xY"
href="/watch?v=s-ZZqJOb5xY&feature=PlayList&p=06D0D25CEA35E441&index=10"
class="yt-uix-hovercard-target" title="Solo de Guitarra By Gauchos"
rel="nofollow">Solo de Guitarra By Gauchos</a>
<a
id="video-long-title-s-ZZqJOb5xY"
href="/watch?v=s-ZZqJOb5xY&feature=PlayList&p=06D0D25CEA35E441&index=10"
class="yt-uix-hovercard-target" title="Solo de Guitarra By Gauchos"
rel="nofollow">Solo de Guitarra By Gauchos</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-GX6Wr8E_gXw" class="video-thumb-link"
href="/watch?v=GX6Wr8E_gXw&feature=PlayList&p=06D0D25CEA35E441&index=11"
rel="nofollow"><img title="Ensayo de Bateria Emilio Jorge (NUEVO) de la cumbia
al death" src="http://i4.ytimg.com/vi/GX6Wr8E_gXw/default.jpg"
class="vimg120 yt-uix-hovercard-target" qlicon="GX6Wr8E_gXw" alt="Ensayo de
Bateria Emilio Jorge (NUEVO) de la cumbia al death"></a><div
id="quicklist-icon-GX6Wr8E_gXw" class="addtoQL90"><a
id="add-to-quicklist-GX6Wr8E_gXw" href="#" ql="GX6Wr8E_gXw" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-GX6Wr8E_gXw"
href="/watch?v=GX6Wr8E_gXw&feature=PlayList&p=06D0D25CEA35E441&index=11"
rel="nofollow">7:45</a></div></div></div></div>
<a
id="video-short-title-GX6Wr8E_gXw"
href="/watch?v=GX6Wr8E_gXw&feature=PlayList&p=06D0D25CEA35E441&index=11"
class="yt-uix-hovercard-target" title="Ensayo de Bateria Emilio Jorge (NUEVO)
de la cumbia al death" rel="nofollow">Ensayo de Bateria Emilio Jorge (...</a>
<a
id="video-long-title-GX6Wr8E_gXw"
href="/watch?v=GX6Wr8E_gXw&feature=PlayList&p=06D0D25CEA35E441&index=11"
class="yt-uix-hovercard-target" title="Ensayo de Bateria Emilio Jorge (NUEVO)
de la cumbia al death" rel="nofollow">Ensayo de Bateria Emilio Jorge (NUEVO) de
la cumbia al death</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-Zo_NL_OqyRY" class="video-thumb-link"
href="/watch?v=Zo_NL_OqyRY&feature=PlayList&p=06D0D25CEA35E441&index=12"
rel="nofollow"><img title="Acoustic Guitar - Titanic Soundtrack"
src="http://i3.ytimg.com/vi/Zo_NL_OqyRY/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="Zo_NL_OqyRY" alt="Acoustic Guitar - Titanic
Soundtrack"></a><div id="quicklist-icon-Zo_NL_OqyRY" class="addtoQL90"><a
id="add-to-quicklist-Zo_NL_OqyRY" href="#" ql="Zo_NL_OqyRY" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-Zo_NL_OqyRY"
href="/watch?v=Zo_NL_OqyRY&feature=PlayList&p=06D0D25CEA35E441&index=12"
rel="nofollow">1:42</a></div></div></div></div>
<a
id="video-short-title-Zo_NL_OqyRY"
href="/watch?v=Zo_NL_OqyRY&feature=PlayList&p=06D0D25CEA35E441&index=12"
class="yt-uix-hovercard-target" title="Acoustic Guitar - Titanic Soundtrack"
rel="nofollow">Acoustic Guitar - Titanic Soundt...</a>
<a
id="video-long-title-Zo_NL_OqyRY"
href="/watch?v=Zo_NL_OqyRY&feature=PlayList&p=06D0D25CEA35E441&index=12"
class="yt-uix-hovercard-target" title="Acoustic Guitar - Titanic Soundtrack"
rel="nofollow">Acoustic Guitar - Titanic Soundtrack</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-GRr_ET-zOyI" class="video-thumb-link"
href="/watch?v=GRr_ET-zOyI&feature=PlayList&p=06D0D25CEA35E441&index=13"
rel="nofollow"><img title="my heart will go on titanic"
src="http://i4.ytimg.com/vi/GRr_ET-zOyI/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="GRr_ET-zOyI" alt="my heart will go on
titanic"></a><div id="quicklist-icon-GRr_ET-zOyI" class="addtoQL90"><a
id="add-to-quicklist-GRr_ET-zOyI" href="#" ql="GRr_ET-zOyI" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-GRr_ET-zOyI"
href="/watch?v=GRr_ET-zOyI&feature=PlayList&p=06D0D25CEA35E441&index=13"
rel="nofollow">3:46</a></div></div></div></div>
<a
id="video-short-title-GRr_ET-zOyI"
href="/watch?v=GRr_ET-zOyI&feature=PlayList&p=06D0D25CEA35E441&index=13"
class="yt-uix-hovercard-target" title="my heart will go on titanic"
rel="nofollow">my heart will go on titanic</a>
<a
id="video-long-title-GRr_ET-zOyI"
href="/watch?v=GRr_ET-zOyI&feature=PlayList&p=06D0D25CEA35E441&index=13"
class="yt-uix-hovercard-target" title="my heart will go on titanic"
rel="nofollow">my heart will go on titanic</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url--HhRithlde4" class="video-thumb-link"
href="/watch?v=-HhRithlde4&feature=PlayList&p=06D0D25CEA35E441&index=14"
rel="nofollow"><img title="Titanic Theme Acoustic Cover"
src="http://i2.ytimg.com/vi/-HhRithlde4/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="-HhRithlde4" alt="Titanic Theme Acoustic
Cover"></a><div id="quicklist-icon--HhRithlde4" class="addtoQL90"><a
id="add-to-quicklist--HhRithlde4" href="#" ql="-HhRithlde4" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time--HhRithlde4"
href="/watch?v=-HhRithlde4&feature=PlayList&p=06D0D25CEA35E441&index=14"
rel="nofollow">2:21</a></div></div></div></div>
<a
id="video-short-title--HhRithlde4"
href="/watch?v=-HhRithlde4&feature=PlayList&p=06D0D25CEA35E441&index=14"
class="yt-uix-hovercard-target" title="Titanic Theme Acoustic Cover"
rel="nofollow">Titanic Theme Acoustic Cover</a>
<a
id="video-long-title--HhRithlde4"
href="/watch?v=-HhRithlde4&feature=PlayList&p=06D0D25CEA35E441&index=14"
class="yt-uix-hovercard-target" title="Titanic Theme Acoustic Cover"
rel="nofollow">Titanic Theme Acoustic Cover</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-D_vF3H7pFwM" class="video-thumb-link"
href="/watch?v=D_vF3H7pFwM&feature=PlayList&p=06D0D25CEA35E441&index=15"
rel="nofollow"><img title="Tears in heaven"
src="http://i1.ytimg.com/vi/D_vF3H7pFwM/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="D_vF3H7pFwM" alt="Tears in heaven"></a><div
id="quicklist-icon-D_vF3H7pFwM" class="addtoQL90"><a
id="add-to-quicklist-D_vF3H7pFwM" href="#" ql="D_vF3H7pFwM" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-D_vF3H7pFwM"
href="/watch?v=D_vF3H7pFwM&feature=PlayList&p=06D0D25CEA35E441&index=15"
rel="nofollow">5:16</a></div></div></div></div>
<a
id="video-short-title-D_vF3H7pFwM"
href="/watch?v=D_vF3H7pFwM&feature=PlayList&p=06D0D25CEA35E441&index=15"
class="yt-uix-hovercard-target" title="Tears in heaven" rel="nofollow">Tears
in heaven</a>
<a
id="video-long-title-D_vF3H7pFwM"
href="/watch?v=D_vF3H7pFwM&feature=PlayList&p=06D0D25CEA35E441&index=15"
class="yt-uix-hovercard-target" title="Tears in heaven" rel="nofollow">Tears
in heaven</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-NFa1w6XZSqI" class="video-thumb-link"
href="/watch?v=NFa1w6XZSqI&feature=PlayList&p=06D0D25CEA35E441&index=16"
rel="nofollow"><img title="Fernando Miyata, Agit"
src="http://i3.ytimg.com/vi/NFa1w6XZSqI/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="NFa1w6XZSqI" alt="Fernando Miyata,
Agit"></a><div id="quicklist-icon-NFa1w6XZSqI" class="addtoQL90"><a
id="add-to-quicklist-NFa1w6XZSqI" href="#" ql="NFa1w6XZSqI" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-NFa1w6XZSqI"
href="/watch?v=NFa1w6XZSqI&feature=PlayList&p=06D0D25CEA35E441&index=16"
rel="nofollow">4:48</a></div></div></div></div>
<a
id="video-short-title-NFa1w6XZSqI"
href="/watch?v=NFa1w6XZSqI&feature=PlayList&p=06D0D25CEA35E441&index=16"
class="yt-uix-hovercard-target" title="Fernando Miyata, Agit"
rel="nofollow">Fernando Miyata, Agit</a>
<a
id="video-long-title-NFa1w6XZSqI"
href="/watch?v=NFa1w6XZSqI&feature=PlayList&p=06D0D25CEA35E441&index=16"
class="yt-uix-hovercard-target" title="Fernando Miyata, Agit"
rel="nofollow">Fernando Miyata, Agit</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-vjhaSMqmqTo" class="video-thumb-link"
href="/watch?v=vjhaSMqmqTo&feature=PlayList&p=06D0D25CEA35E441&index=17"
rel="nofollow"><img title="Baby, You Wouldn't Last A Minute On The Creek
-Chiodos Cover" src="http://i3.ytimg.com/vi/vjhaSMqmqTo/default.jpg"
class="vimg120 yt-uix-hovercard-target" qlicon="vjhaSMqmqTo" alt="Baby, You
Wouldn't Last A Minute On The Creek -Chiodos Cover"></a><div
id="quicklist-icon-vjhaSMqmqTo" class="addtoQL90"><a
id="add-to-quicklist-vjhaSMqmqTo" href="#" ql="vjhaSMqmqTo" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-vjhaSMqmqTo"
href="/watch?v=vjhaSMqmqTo&feature=PlayList&p=06D0D25CEA35E441&index=17"
rel="nofollow">4:11</a></div></div></div></div>
<a
id="video-short-title-vjhaSMqmqTo"
href="/watch?v=vjhaSMqmqTo&feature=PlayList&p=06D0D25CEA35E441&index=17"
class="yt-uix-hovercard-target" title="Baby, You Wouldn't Last A Minute On The
Creek -Chiodos Cover" rel="nofollow">Baby, You Wouldn't Last A Minute...</a>
<a
id="video-long-title-vjhaSMqmqTo"
href="/watch?v=vjhaSMqmqTo&feature=PlayList&p=06D0D25CEA35E441&index=17"
class="yt-uix-hovercard-target" title="Baby, You Wouldn't Last A Minute On The
Creek -Chiodos Cover" rel="nofollow">Baby, You Wouldn't Last A Minute On The
Creek -Chiodos Cover</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-m3gMgK7h-BA" class="video-thumb-link"
href="/watch?v=m3gMgK7h-BA&feature=PlayList&p=06D0D25CEA35E441&index=18"
rel="nofollow"><img title="amazing guitar player"
src="http://i2.ytimg.com/vi/m3gMgK7h-BA/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="m3gMgK7h-BA" alt="amazing guitar
player"></a><div id="quicklist-icon-m3gMgK7h-BA" class="addtoQL90"><a
id="add-to-quicklist-m3gMgK7h-BA" href="#" ql="m3gMgK7h-BA" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-m3gMgK7h-BA"
href="/watch?v=m3gMgK7h-BA&feature=PlayList&p=06D0D25CEA35E441&index=18"
rel="nofollow">2:30</a></div></div></div></div>
<a
id="video-short-title-m3gMgK7h-BA"
href="/watch?v=m3gMgK7h-BA&feature=PlayList&p=06D0D25CEA35E441&index=18"
class="yt-uix-hovercard-target" title="amazing guitar player"
rel="nofollow">amazing guitar player</a>
<a
id="video-long-title-m3gMgK7h-BA"
href="/watch?v=m3gMgK7h-BA&feature=PlayList&p=06D0D25CEA35E441&index=18"
class="yt-uix-hovercard-target" title="amazing guitar player"
rel="nofollow">amazing guitar player</a>
<div class="v120WideEntry"><div
class="v120WrapperOuter"><div class="v120WrapperInner"><a
id="video-url-xyCKsE8D68Q" class="video-thumb-link"
href="/watch?v=xyCKsE8D68Q&feature=PlayList&p=06D0D25CEA35E441&index=19"
rel="nofollow"><img title="Emarosa - I Am Waves"
src="http://i1.ytimg.com/vi/xyCKsE8D68Q/default.jpg" class="vimg120
yt-uix-hovercard-target" qlicon="xyCKsE8D68Q" alt="Emarosa - I Am
Waves"></a><div id="quicklist-icon-xyCKsE8D68Q" class="addtoQL90"><a
id="add-to-quicklist-xyCKsE8D68Q" href="#" ql="xyCKsE8D68Q" title="सुलभ सूची
में वीडियो जोड़ें"><button class="master-sprite QLIconImg" title=""
<div class="video-time"><a id="video-run-time-xyCKsE8D68Q"
href="/watch?v=xyCKsE8D68Q&feature=PlayList&p=06D0D25CEA35E441&index=19"
rel="nofollow">3:00</a></div></div></div></div>
<a
id="video-short-title-xyCKsE8D68Q"
href="/watch?v=xyCKsE8D68Q&feature=PlayList&p=06D0D25CEA35E441&index=19"
class="yt-uix-hovercard-target" title="Emarosa - I Am Waves"
rel="nofollow">Emarosa - I Am Waves</a>
<a
id="video-long-title-xyCKsE8D68Q"
href="/watch?v=xyCKsE8D68Q&feature=PlayList&p=06D0D25CEA35E441&index=19"
class="yt-uix-hovercard-target" title="Emarosa - I Am Waves"
rel="nofollow">Emarosa - I Am Waves</a>