im trying to use Openloads API in python, i can do a remote upload like this:
ol_url = driver.current_url
resp = ol.remote_upload(ol_url)
file_id = resp.get('id')
Now i have a file uploaded in Openload and his ID, and now i want to know the Link or the Embed of this remote uploaded file.
I have been searching info for a long time and nothing, someone can help me? Please
Source: Read More