providers
Providers and sources for sudo-flix
File Explorer
Download Latest Version (.zip)- main.css
- 0.introduction.md
- 1.quick-start.md
- 3.examples.md
- 4.changelog.md
- _dir.yml
- 0.usage-on-x.md
- 1.targets.md
- 2.fetchers.md
- 3.customize-providers.md
- 4.using-streams.md
- _dir.yml
- 0.sources-and-embeds.md
- 1.new-providers.md
- 2.flags.md
- _dir.yml
- 0.development.md
- _dir.yml
- 0.makeProviders.md
- 1.ProviderControlsRunAll.md
- 2.ProviderControlsrunSourceScraper.md
- 3.ProviderControlsrunEmbedScraper.md
- 4.ProviderControlslistSources.md
- 5.ProviderControlslistEmbeds.md
- 6.ProviderControlsgetMetadata.md
- 7.makeStandardFetcher.md
- 8.makeSimpleProxyFetcher.md
- _dir.yml
- 0.index.md
- favicon.ico
- .eslintignore
- .eslintrc.cjs
- .gitignore
- app.config.ts
- nuxt.config.ts
- package.json
- pnpm-lock.yaml
- renovate.json
- tokens.config.ts
- tsconfig.json
- docs.yml
- publish.yml
- tests.yml
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING.md
- pull_request_template.md
- SECURITY.md
- extensions.json
- settings.json
- .gitkeep
- embeds.test.ts
- embedUtils.ts
- providers.test.ts
- providerUtils.ts
- testMedia.ts
- body.test.ts
- common.test.ts
- simpleProxy.test.ts
- standard.test.ts
- checks.test.ts
- list.test.ts
- meta.test.ts
- features.test.ts
- list.test.ts
- valid.test.ts
- providerTests.ts
- tsconfig.json
- config.ts
- index.ts
- logging.ts
- scraper.ts
- tmdb.ts
- validate.ts
- events.ts
- media.ts
- meta.ts
- targets.ts
- builder.ts
- controls.ts
- declare.ts
- providers.ts
- body.ts
- common.ts
- fetch.ts
- simpleProxy.ts
- standardFetch.ts
- types.ts
- common.ts
- fileList.ts
- hls.ts
- mp4.ts
- qualities.ts
- subtitles.ts
- index.ts
- mp4.ts
- types.ts
- nm.ts
- opstream.ts
- video1.ts
- common.ts
- index.ts
- types.ts
- common.ts
- hls.ts
- mp4.ts
- warezplayer.ts
- autoembed.ts
- bflix.ts
- closeload.ts
- dood.ts
- dropload.ts
- filelions.ts
- hydrax.ts
- mixdrop.ts
- mp4hydra.ts
- mp4upload.ts
- nsbx.ts
- ridoo.ts
- streambucket.ts
- streamsb.ts
- streamtape.ts
- streamvid.ts
- streamwish.ts
- turbovid.ts
- upcloud.ts
- upstream.ts
- vidcloud.ts
- vidsrc.ts
- voe.ts
- vtube.ts
- whvx.ts
- wootly.ts
- common.ts
- index.ts
- types.ts
- utils.ts
- common.ts
- index.ts
- scrape.ts
- search.ts
- index.ts
- source.ts
- getEmbeds.ts
- index.ts
- type.ts
- util.ts
- index.ts
- types.ts
- utils.ts
- captions.ts
- index.ts
- types.ts
- common.ts
- getEmbeds.ts
- getEpisodes.ts
- index.ts
- search.ts
- index.ts
- type.ts
- util.ts
- video.ts
- index.ts
- types.ts
- blowfish.ts
- constants.ts
- README.md
- common.ts
- index.ts
- index.ts
- types.ts
- common.ts
- crypto.ts
- index.ts
- LICENSE
- sendRequest.ts
- index.ts
- index.ts
- types.ts
- common.ts
- index.ts
- common.ts
- index.ts
- scrape-movie.ts
- scrape-show.ts
- scrape.ts
- common.ts
- index.ts
- types.ts
- common.ts
- index.ts
- types.ts
- common.ts
- index.ts
- scrape-movie.ts
- scrape-show.ts
- scrape.ts
- search.ts
- autoembed.ts
- bombtheirish.ts
- catflix.ts
- fsharetv.ts
- m4ufree.ts
- mp4hydra.ts
- nites.ts
- nsbx.ts
- redstar.ts
- remotestream.ts
- theyallsayflix.ts
- vidsrcsu.ts
- whvx.ts
- all.ts
- base.ts
- captions.ts
- get.ts
- streams.ts
- individualRunner.ts
- runner.ts
- compare.ts
- context.ts
- cookie.ts
- errors.ts
- list.ts
- native.ts
- opensubtitles.ts
- playlist.ts
- predicates.ts
- proxy.ts
- quality.ts
- valid.ts
- index.ts
- .gitignore
- index.html
- index.ts
- package.json
- startup.mjs
- index.js
- package.json
- index.mjs
- package.json
- README.md
- .editorconfig
- .eslintrc
- .gitattributes
- .gitignore
- .npmrc
- .prettierrc
- LICENSE
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/sussy-code/providers
Downloads the entire project code from GitHub to your computer.
cd providers
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd .docs
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
