how i can get a direct link to img from MediaFire api?
the normal_download and the view tags contain a link that redirect to mf site for view the image..
es: indirect img direct https://www.mediafire.com/convkey/dab1/n9yn9o1dv9d1er86g.jpg
for getting a direct link through script ( js ), i must request direct_download page and after i have to get the direct link ( convkey ) with regx.
This is very slow and awful solution.. alternative?