BYTubeD Developer

BYTubeD Developer

44p

76 comments posted · 5 followers · following 0

9 years ago @ bytubed@blogspot - [BYTubeD] New Version ... · 0 replies · +1 points

Because BYTubeD 1.0.7 (the version you are using) is dead long time ago. And even the latest version is not being maintained: http://msram.github.io/bytubed/2013/02/11/new-dev...

10 years ago @ bytubed@blogspot - FAQ · 0 replies · +1 points

You will need to learn JavaScript first and then hack into the source code of BYTubeD and the page source of dailymotion videos.

Consider the video: <a href="http://www.dailymotion.com/video/xvio84_stanford-wins-pac-12-championship_sport
http://www.dailymotion.com/video/xvio84_stanford-... />
You can look at the page source of this video and search for "mp4" in the source and some bytes on both sides will give you some string that looks like: http%253A%252F%252 <a href="http://Fwww.dailymotion.com%252Fcdn%252FH264-512x384%252Fvideo%252Fxsdn0s.mp4%253Fauth%253D1375882157-ffeaaa100bdd31833b611b29ac171c65
Fwww.dailymotion.com%252Fcdn%252FH264-512x384%252Fvideo%252Fxsdn0s.mp4%253Fauth%253D1375882157-ffeaaa100bdd31833b611b29ac171c65<br />
which becomes:

http://www.dailymotion.com/cdn/H264-512x384/video/xvio84.mp4?auth=1375882307-0bbb222a85572520924e05f20fa96b13
after unescaping all the escape sequences (like %25 for ':' and %3A for '/' etc.)

Automating this process in bulk mode will make a tool like BYTubeD for dailiymotion.

10 years ago @ bytubed@blogspot - FAQ · 2 replies · +1 points

It's a very complex process. You can start by looking at the source code of BYTubeD at https://github.com/msram/bytubed

10 years ago @ bytubed@blogspot - Issues · 0 replies · +1 points

Please check the options under Preferences -> Generate Links. Then you would see up to 4 files generated in the destination directory depending on your choices. That should address the issue.

11 years ago @ bytubed@blogspot - FAQ · 0 replies · +1 points

Actually there is no way around that as of now. You will have to invoke BYTubeD again on the same page and choose those videos which could not be downloaded in the current session.

11 years ago @ bytubed@blogspot - [BYTubeD] BYTubeD is n... · 0 replies · +1 points

Probably you are on the wrong page. This page is a year old. Please go to http://msram.github.com/bytubed/2013/02/11/new-de... and install the latest version.

11 years ago @ bytubed@blogspot - Issues · 0 replies · +1 points

Please install the fix from http://msram.github.com/bytubed/2013/01/12/proble... and use it with the 'Generate Links' option. Direct download using 'Enqueue for Download' has some problems recently due to Firefox API changes.

11 years ago @ bytubed@blogspot - Issues · 0 replies · +1 points

Please use the recent fix as suggested in this page: http://msram.github.com/bytubed/2013/01/12/proble...

Please read the post to avoid confusion.

11 years ago @ bytubed@blogspot - [BYTubeD] New version ... · 0 replies · +1 points

Please make sure that you are using the latest fix from http://msram.github.com/bytubed/2013/01/12/proble... and that you have checked the link grabbing options appropriately in Additional Features -> Miscellaneous.

11 years ago @ bytubed@blogspot - Issues · 0 replies · +1 points

Something was actually wrong. YouTube changed their code and BYTubeD stopped working for most videos. Please install the fixed version from here: http://goo.gl/UW5JU

On Wed, Dec 19, 2012 at 11:47 AM, BYTubeD Developer <bytubed@gmail.com> wrote:

Highly probably, you may be using an older version of BYTubeD. Please get it updated. By the way, this blog is also out dated. Please use the new one.