Jump to content

Youtube Mp3 Çevirme Nasıl Yapabilirim ?


bodyxo
 Share

Recommended Posts

Merhaba,

 

Youtubeinmp3 diye bir site var Youtube'daki videoları MP3 formatına dönüştürüyor. API desteğide bulunmakta örneğin şu http://YouTubeInMP3.com/fetch/?video=http://www.youtube.com/watch?v=i62Zjga8JOM linke tıklayınca MP3 dosyasını direkt olarak indirebiliyoruz. Youtube linkini girip http://YouTubeInMP3.com/fetch/?video=buraya youtube linki gelip otomatik 1. verdiğim linke dönüştürüp indirtmek istiyorum. AutoIT'de çok yeniyim bu işlemlere başlamak için nerden başlamalıyım yönlendirir misiniz ?

Link to comment
Share on other sites

şöyle bişi yaptım, inputa linki yazıp, alttaki butona basarsan indirme başlıyor;

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <IE.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Youtube To Mp3", 226, 96, 192, 124)
$Input1 = GUICtrlCreateInput("", 16, 16, 193, 21)
$Button1 = GUICtrlCreateButton("İndirmek için Tıklayın", 16, 48, 195, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit




Case $Button1
	$api = "http://YouTubeInMP3.com/fetch/?video="
	$link = GUICtrlRead($Input1)
	$deneme = $api & $link
$oIE = _IECreate ($deneme)
	EndSwitch
WEnd
Edited by x_files_x
Link to comment
Share on other sites

Açık söylemek gerekirse tam anlayamadım. Amacım size hazır bir uygulama hazırlatmak değil yanlış anlaşılmak istemem bu verdiğiniz kodlarla uygulamayı denedim MP3 formatına dönüştürmüyor. Sanırım birşey eksik kurcalarsam sanki çözecek gibi hissediyorum

Link to comment
Share on other sites

Açık söylemek gerekirse tam anlayamadım. Amacım size hazır bir uygulama hazırlatmak değil yanlış anlaşılmak istemem bu verdiğiniz kodlarla uygulamayı denedim MP3 formatına dönüştürmüyor. Sanırım birşey eksik kurcalarsam sanki çözecek gibi hissediyorum

Bu scripte normal bir youtube linkini benim yazdıgım guideki girişe yazıp butona basınca başına sizin verdiginiz o sitenin linkini ekleyerek, indirmeye hazır olan linki yapıyor ve sonrasına bilgisayara iniyor, bende sorun cıkmadı, ben siznde ne oldu anlayamadım,

Link to comment
Share on other sites

 

şöyle bişi yaptım, inputa linki yazıp, alttaki butona basarsan indirme başlıyor;

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <IE.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Youtube To Mp3", 226, 96, 192, 124)
$Input1 = GUICtrlCreateInput("", 16, 16, 193, 21)
$Button1 = GUICtrlCreateButton("İndirmek için Tıklayın", 16, 48, 195, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit




Case $Button1
	$api = "http://YouTubeInMP3.com/fetch/?video="
	$link = GUICtrlRead($Input1)
	$deneme = $api & $link
$oIE = _IECreate ($deneme)
	EndSwitch
WEnd

bunu Proğram seklinde bi paylasırmısın kardeşim sana zahmet

Link to comment
Share on other sites

Bu scripte normal bir youtube linkini benim yazdıgım guideki girişe yazıp butona basınca başına sizin verdiginiz o sitenin linkini ekleyerek, indirmeye hazır olan linki yapıyor ve sonrasına bilgisayara iniyor, bende sorun cıkmadı, ben siznde ne oldu anlayamadım,

 

Benim pc XP sanırım sistemden kaynaklanıyor yinede sağol yardımcı olduğun için :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...