SChaput
07-30-2010, 02:00 AM
Good Evening,
I'm trying to manipulate video2mp3.net. Here is the main function of the site.
type youtube url into the site (ie http://www.youtube.com/watch?v=lXw0RpWRZC4)
wait for the converstion to finish
click download or wait 20 seconds to get the .mp3
The download like they provide you for the youtube video above it, http://www.video2mp3.net/load/YouTub...ae643f5d977fa/
I'm trying to figure out how to discover that number in the url {5627ef6fe3db321348fae643f5d977fa} I've figured out that it is unique to the youtube video id {lXw0RpWRZC4} but can't figure out how they get to that number.
I wrote a php script to encrypt the youtube ID up to 100,000 times looking for the string but have had no luck.
Can anyone shed any light on how they get this number?
Thanks alot
I'm trying to manipulate video2mp3.net. Here is the main function of the site.
type youtube url into the site (ie http://www.youtube.com/watch?v=lXw0RpWRZC4)
wait for the converstion to finish
click download or wait 20 seconds to get the .mp3
The download like they provide you for the youtube video above it, http://www.video2mp3.net/load/YouTub...ae643f5d977fa/
I'm trying to figure out how to discover that number in the url {5627ef6fe3db321348fae643f5d977fa} I've figured out that it is unique to the youtube video id {lXw0RpWRZC4} but can't figure out how they get to that number.
I wrote a php script to encrypt the youtube ID up to 100,000 times looking for the string but have had no luck.
Can anyone shed any light on how they get this number?
Thanks alot