Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Debukis Ondeteibou

Vídeos do Youtube

Recommended Posts

Estou montando um sisteminha que a pessoa posta links de vídeos do YouTube.

 

Quero que APENAS AO POSTAR O LINK eu pegue os dados que o YouTube utiliza..

Título, descricao, tags!

 

Tem como fazer isso com ASP? Já ouvi dizer que tem como!

Compartilhar este post


Link para o post
Compartilhar em outros sites

Falae gente, peguei o código de feed dos vídeos do YouTube...

segue o mesmo:

entry>
  <id>http://gdata.youtube.com/feeds/api/videos/ZTUVgYoeN_o</id>

  <published>2007-02-16T20:22:57.000Z</published>
  <updated>2007-02-16T20:22:57.000Z</updated>
 
  <category scheme="http://schemas.google.com/g/2005#kind"
	term="http://gdata.youtube.com/schemas/2007#video"/>

  <category scheme="http://gdata.youtube.com/schemas/2007/keywords.cat"
	term="Steventon"/>
  <category scheme="http://gdata.youtube.com/schemas/2007/keywords.cat"
	term="walk"/>
  <category scheme="http://gdata.youtube.com/schemas/2007/keywords.cat"
	term="Darcy"/>

  <category scheme="http://gdata.youtube.com/schemas/2007/categories.cat"
	term="Entertainment" label="Entertainment"/>

  <title type="text">My walk with Mr. Darcy</title>

  <content type="html"><div ... html content trimmed ... ></content>

  <link rel="self" type="application/atom+xml"
	href="http://gdata.youtube.com/feeds/api/videos/ZTUVgYoeN_o"/>
  <link rel="alternate" type="text/html"
	href="http://www.youtube.com/watch?v=ZTUVgYoeN_o"/>

  <link rel="http://gdata.youtube.com/schemas/2007#video.responses"
	type="application/atom+xml"
	href="http://gdata.youtube.com/feeds/api/videos/ZTUVgYoeN_o/responses"/>
  <link rel="http://gdata.youtube.com/schemas/2007#video.ratings"
	type="application/atom+xml"
	href="http://gdata.youtube.com/feeds/api/videos/ZTUVgYoeN_o/ratings"/>
  <link rel="http://gdata.youtube.com/schemas/2007#video.complaints"
	type="application/atom+xml"
	href="http://gdata.youtube.com/feeds/api/videos/ZTUVgYoeN_o/complaints"/>
  <link rel="http://gdata.youtube.com/schemas/2007#video.related"
	type="application/atom+xml"
	href="http://gdata.youtube.com/feeds/api/videos/ZTUVgYoeN_o/related"/>

  <author>
	<name>Elizabeth Bennet</name>
	<uri>http://gdata.youtube.com/feeds/api/users/liz</uri>
  </author>

  <media:group>
	<media:title type="plain">My walk with Mr. Darcy</media:title>
	<media:description
	  type="plain">Walk in the beautiful gardens of Steventon</media:description>
	<media:keywords>Steventon, walk, Darcy</media:keywords>
	<yt:duration seconds="79"/>
	<media:category label="Entertainment"
	  scheme="http://gdata.youtube.com/schemas/2007/categories.cat">Entertainment</media:category>
	<media:content
	  url="rtsp://rtsp.youtube.com/youtube/videos/ZTUVgYoeN_o/video.3gp"
	  type="video/3gpp" medium="video" isDefault="true" expression="full"
	  duration="215" yt:format="1"/>
	<media:player url="http://www.youtube.com/watch?v=ZTUVgYoeN_o"/>
	<media:thumbnail url="http://img.youtube.com/vi/ZTUVgYoeN_o/2.jpg"
	  height="97" width="130" time="00:00:03.500"/>
	<media:thumbnail url="http://img.youtube.com/vi/ZTUVgYoeN_o/1.jpg"
	  height="97" width="130" time="00:00:01.750"/>
	<media:thumbnail url="http://img.youtube.com/vi/ZTUVgYoeN_o/3.jpg"
	  height="97" width="130" time="00:00:05.250"/>
	<media:thumbnail url="http://img.youtube.com/vi/ZTUVgYoeN_o/0.jpg"
	  height="240" width="320" time="00:00:03.500"/>
  </media:group>

  <yt:statistics viewCount="93"/>

  <gd:feedLink rel="comments"
	href="http://gdata.youtube.com/feeds/api/videos/ZTUVgYoeN_o/comments"/>
</entry>

Qual o próximo passo agora ? O que posso resolver com esse código ??

 

Abraços!

Compartilhar este post


Link para o post
Compartilhar em outros sites

viu meu post acima? aproveite e procure algo de DOM, ai você faz a leitura desse arquivo pelo asp e manipula os dados como desejar.

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.