#เปิดโหลด
อัญมณีนี้ช่วยให้เข้าถึง openload.co api ได้อย่างง่ายดาย
#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 )
ลิขสิทธิ์ (c) 2016 บรูโน ตริโปโลนี
อนุญาตให้บุคคลใดก็ตามที่ได้รับสำเนาของซอฟต์แวร์นี้และไฟล์เอกสารที่เกี่ยวข้อง ("ซอฟต์แวร์") อนุญาตโดยไม่เสียค่าใช้จ่าย เพื่อจัดการกับซอฟต์แวร์โดยไม่มีข้อจำกัด รวมถึงแต่ไม่จำกัดเพียงสิทธิ์ในการใช้ คัดลอก ปรับเปลี่ยน ผสาน เผยแพร่ แจกจ่าย ให้อนุญาตช่วง และ/หรือขายสำเนาของซอฟต์แวร์ และอนุญาตให้บุคคลที่ได้รับซอฟต์แวร์นี้สามารถทำได้ ภายใต้เงื่อนไขต่อไปนี้:
ประกาศเกี่ยวกับลิขสิทธิ์ข้างต้นและประกาศการอนุญาตนี้จะรวมอยู่ในสำเนาทั้งหมดหรือส่วนสำคัญของซอฟต์แวร์
ซอฟต์แวร์นี้มีให้ "ตามที่เป็น" โดยไม่มีการรับประกันใดๆ ทั้งโดยชัดแจ้งหรือโดยนัย ซึ่งรวมถึงแต่ไม่จำกัดเพียงการรับประกันความสามารถในการค้าขาย ความเหมาะสมสำหรับวัตถุประสงค์เฉพาะ และการไม่ละเมิด ไม่ว่าในกรณีใดผู้เขียนหรือผู้ถือลิขสิทธิ์จะต้องรับผิดต่อการเรียกร้องค่าเสียหายหรือความรับผิดอื่นใดไม่ว่าในการกระทำของสัญญาการละเมิดหรืออย่างอื่นที่เกิดขึ้นจากหรือเกี่ยวข้องกับซอฟต์แวร์หรือการใช้งานหรือข้อตกลงอื่น ๆ ใน ซอฟต์แวร์.