| 
       
     | 
        FD_PERM_PUBLIC = 0
     | 
  
    | 
       
     | 
        FD_PERM_PASSWORD = 1
     | 
  
    | 
       
     | 
        FD_PERM_PRIVATE = 2
     | 
  
    | 
       
     | 
        FD_URL = 'http://www.filedropper.com/'
     | 
  
    | 
       
     | 
        FD_LOGIN_URL = 'http://www.filedropper.com/login.php'
     | 
  
    | 
       
     | 
        FD_PREMIUM_URL = 'http://www.filedropper.com/premium.php'
     | 
  
    | 
       
     | 
        FD_UPLOAD_URL = 'http://www.filedropper.com/index.php?xml=true'
     | 
  
    | 
       
     | 
        FD_PERM_URL = 'http://www.filedropper.com/premium.php?action=s...
     | 
  
    | 
       
     | 
        FD_DELETE_URL = 'http://www.filedropper.com/premium.php?action...
     | 
  
    | 
       
     | 
        FD_MAX_SIZE = 5368709120
     | 
  
    | 
       
     | 
        FD_ERROR_NOT_LOGGED_IN = 1
     | 
  
    | 
       
     | 
        FD_ERROR_PERMISSIONS = 2
     | 
  
    | 
       
     | 
        FD_ERROR_FILE_TOO_BIG = 3
     | 
  
    | 
       
     | 
        FD_ERROR_UPLOAD = 4
     | 
  
    | 
       
     | 
        FD_ERROR_INVALID_PASSWORD = 5
     | 
  
    | 
       
     | 
        FD_ERROR_REQUEST = 6
     | 
  
    | 
       
     | 
        FD_ERRORS = {1: 'Not logged in', 2: 'Invalid permissions', 3: ...
     | 
  
    | 
       
     | 
        FD_RE_LIST = re.compile(r'^unhide\(\'(\d+)\'\)')
     | 
  
    | 
       
     | 
        __package__ = None
     |