How to Add Providers to AirFlix
Providers act as search engines for AirFlix, finding media streams across the web. Follow this guide to add extensions to your app.
Fork the Official Repository
To use providers in AirFlix, you must first host them on your own GitHub account. Navigate to the official providers repository:
code github.com/d0x-dev/airflix-providersClick the Fork button in the top right corner of GitHub to create a copy of the repository under your own account. Wait a few seconds for the fork to complete.
Get the "Raw" URL
Open your newly forked repository. Click on any provider file (for example, vidsrc.js).
In the top right corner of the file viewer, click the Raw button. This will open the pure source code of the script in your browser.
Copy the entire URL from your browser's address bar. It should look something like this:
https://raw.githubusercontent.com/YourUsername/airflix-providers/main/vidsrc.js
Open AirFlix Extensions Menu
Open the AirFlix app on your device. Swipe from the left side of your screen to open the Drawer Menu, or navigate to Settings, and tap on Extensions / Providers.
Install the Provider
Inside the Extensions menu, tap the + Add Provider button. Paste the "Raw" URL you copied earlier into the input field and confirm.
The app will download and verify the provider script. Return to the home screen and AirFlix will now use your installed provider to fetch the highest quality streams available!
Need further assistance or want to find community-made providers?
forum Join our Telegram Community