Premium MixDrop.ag - Streaming & Download Platform With Affiliate Program

MixDrop

Active Member
Corporate Membership
739
2019
370
7,630
jrucZFA.png

Hi WJunction.
We are MixDrop.ag, one Streaming & Download platform without limits.

About:
  • We offer Unlimited Storage/Traffic.
  • No Premium Needed, Everything is Free.
  • No Download Speed Limits.
  • Legal Adult Content are Allowed.*
  • We Have Affiliate Program. (MixPartners.ag)
  • API Avaliable at https://mixdrop.ag/api

FAQ:
What is the minimum Payout:

- Minimum Payout is just $10 USD.

What is the Earning Rates:
- You can check our rates offer here.

How long do you host my files:
- Files will be deleted after 60 days of inactivity.

Where do you send Payments:
Paypal - MIN $50
Webmoney - MIN $50
Advcash- MIN $10
Bitcoin (BTC)- MIN $10
Tether (USDT - TRC20) - MIN $20

*For adult content you need to turn on button in your personal settings, "Upload Adult Content".

Contact/Support:
E-mail: support@mixdrop.ag
Web: https://mixdrop.ag/
 
Last edited:
3,265 comments
Didn't test it but your code should look something like this:
Python:
import requests

url = 'https://api.mixdrop.co/addsubtitle'
query = {
    'email': 'your_email',
    'key': 'your_key',
    'ref[]': ['file_ref_1', ],
}
data = {'lang': 'en'}
files = {'file': open('english.srt', 'rb')}
resp = requests.post(url, data=data, params=query, files=files)
result = resp.json()

print(result)

got this results = request() got an unexpected keyword argument 'param'

that's the thing I can't put "param into it maybe have to put in "data",
I got API working on another videostreaming host though~ so I'm scratching my head~
 
got this results = request() got an unexpected keyword argument 'param'

that's the thing I can't put "param into it maybe have to put in "data",
I got API working on another videostreaming host though~ so I'm scratching my head~

it's params, not param. And no, data is for POST variables while params is for GET variables (the ones that are part of a URL).
 
Last edited:
I guess I should have actually checked the docs instead of doing copy-pasta lol. Although in my defense, that error message is awfully non-descriptive considering it says file not found (ie the .srt) instead of "missing file referernce" or something ?‍♂️
 
Hello,

You can add your own labels when using remote subtitles by appending the following to the embed link:
?sub1=https://example.com/sub.vtt&sub1_label=English&sub2=https://example.com/sub.vtt&sub2_label=Spanish to the embed url

If you want to upload a subtitle there are default languages. Let us know if you like to add a missing language.

Regards,
MixDrop
popular languages that are missing rn that you can consider adding is = cn (chinese), da (danish), nl (dutch), sw (swedish), no (norwegian)
 
Back
Top