#Openload
Dies ist ein Juwel, das einen einfachen Zugriff auf die API von openload.co bietet.
#all of this methods returns a OpenStruct
example :
openload = OpenLoad . new ( 'login' , 'key' )
acc = openload . account_info
email = acc . results . email
status_code = acc . status # returns the status code too
message = acc . msg
# Get the info about your acc
def account_info
#Get the ticket to download a file
def download_ticket ( file )
# This method return the info of a file
# Warning: this method rertuns a hash
def file_info ( file )
# This method return a link that you can make uploads.
# Warning: this links expire in a few hours, always check the .
def upload_link ( folder = nil , sha1 = nil , httponly = nil )
# This method make a upload of a link from the web
# Remember: You need a login and key api to use this method.
def remote_upload ( url , folder = nil , headers = nil )
# This method cheks the status of the remote uploads.
def check_remote_upload_status ( id = nil , limit = nil )
# This method return a list of all folders.
# You need a login and api kei
# This method return returns a hash
def folder_list ( folder = nil )
# This method convert files to stream format (mp4/h.264)
def convert_to_stream ( file )
# Show a list with the covered files
def show_converted_files ( folder = nil )
# Get the thumbnail
def get_splash_image ( file )
Copyright (c) 2016 Bruno Tripoloni
Hiermit wird jeder Person, die eine Kopie dieser Software und der zugehörigen Dokumentationsdateien (die „Software“) erhält, kostenlos die Erlaubnis erteilt, mit der Software ohne Einschränkung zu handeln, einschließlich und ohne Einschränkung der Rechte zur Nutzung, zum Kopieren, Ändern und Zusammenführen , Kopien der Software zu veröffentlichen, zu verteilen, unterzulizenzieren und/oder zu verkaufen und Personen, denen die Software zur Verfügung gestellt wird, dies zu gestatten, vorbehaltlich der folgenden Bedingungen:
Der obige Urheberrechtshinweis und dieser Genehmigungshinweis müssen in allen Kopien oder wesentlichen Teilen der Software enthalten sein.
DIE SOFTWARE WIRD „WIE BESEHEN“ ZUR VERFÜGUNG GESTELLT, OHNE JEGLICHE AUSDRÜCKLICHE ODER STILLSCHWEIGENDE GEWÄHRLEISTUNG, EINSCHLIESSLICH, ABER NICHT BESCHRÄNKT AUF DIE GEWÄHRLEISTUNG DER MARKTGÄNGIGKEIT, EIGNUNG FÜR EINEN BESTIMMTEN ZWECK UND NICHTVERLETZUNG. IN KEINEM FALL SIND DIE AUTOREN ODER URHEBERRECHTSINHABER HAFTBAR FÜR JEGLICHE ANSPRÜCHE, SCHÄDEN ODER ANDERE HAFTUNG, WEDER AUS EINER VERTRAGLICHEN HANDLUNG, AUS HANDLUNG ODER ANDERWEITIG, DIE SICH AUS, AUS ODER IN ZUSAMMENHANG MIT DER SOFTWARE ODER DER NUTZUNG ODER ANDEREN HANDELN IN DER SOFTWARE ERGEBEN SOFTWARE.