Jump to content
UBot Underground

How to download videos from dailymotion?


Recommended Posts

I want to build a bot that downloads videos from dailymotion but so far I'm stuck at find the video URL from the page.

So I navigate to the video's page and then I think I should scrape page for this:

addVariable("video", "http://www.dailymotion.com/cdn/FLV-320x240/video/blablabla");

But I can't find that code on the scraped page.

Can anyone help me with this please.

Link to post
Share on other sites

If you look at the source code of the page you can see the URL of the .flv and you can download with the browser.

Let's check this one: http://www.dailymotion.com/video/xh3mp5_bmw-activee_auto

 

The video URL that I need to scrape is:

addVariable("video", "http://www.dailymotion.com/cdn/FLV-320x240/video/xh3mp5_bmw-activee_auto.flv?auth=1298396767.be6b0edda992903e44c89b6a243e741b");

Link to post
Share on other sites

("video", "

);so_player_4d616b10057e3.addVariable("log", "1@@http://logger.dailymotion.com/video/access/xh3mp5?session_id=&referer=&country=CA&key=duhku4pz1v0j10ynmlgxszc&v=4d6194f8&i=44947c72&h=808b3a35e30822177d0851454aca4951");

 

its embeded in flash I am not sure if this can be done I tried to do it

 

this is the download link to download the video

but it pauses after a certain upload rate took like 10 mins to download half a meg at a time

Link to post
Share on other sites

JohnB: You have to visit the URL:

http://www.dailymotion.com/video/xh3mp5_bmw-activee_auto

and look at the source and you'll have a different URL than mine, that's way it was 403 error, cause of the session ID

?auth=1298396767.be6b0edda992903e44c89b6a243e741b

. Try your .flv URL and should work.

Link to post
Share on other sites

JohnB: You have to visit the URL:

http://www.dailymotion.com/video/xh3mp5_bmw-activee_auto

and look at the source and you'll have a different URL than mine, that's way it was 403 error, cause of the session ID

?auth=1298396767.be6b0edda992903e44c89b6a243e741b

. Try your .flv URL and should work.

its a flash based video player and I seem to have trouble getting ubot to read the flash code and so does john

 

I could not find a way to scrape the video url for download so far and neither has john

Link to post
Share on other sites

To my knowledge you do not download from YouTube but rather use their embed codes. Of course, there might be some ways to do it that I am not aware of. I have always uploaded using UBot rather than download.

Link to post
Share on other sites

I prefer to download videos from popular videos sites like YouTube, Daily motion and so on. Compared to your downloading process, I download videos from Daily motion is quite easy. I usually download these videos by a tool Video Downloader Converter. Maybe you can try it to check whether it is indeed useful for you. You can learn more about it from the page get video from Daily motion.

Link to post
Share on other sites

VDownloader can also download and is free. But what I want is to fully automate the whole download process: every day schedule a scraper for a certain keyword -> feed the results to a dowloader -> when the downloads are finished bulk watermark the videos -> then upload.

I think I can feed the scraped URLs to VDownloader using winautomation.

Link to post
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.

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.

Loading...
×
×
  • Create New...