dependabot[bot] 9fa6be9b58 Bump axios and @nuxt/devtools in /.docs
Bumps [axios](https://github.com/axios/axios) to 1.6.1 and updates ancestor dependency [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools). These dependencies need to be updated together.


Updates `axios` from 0.27.2 to 1.6.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.1)

Updates `@nuxt/devtools` from 0.6.7 to 1.0.1
- [Release notes](https://github.com/nuxt/devtools/releases)
- [Changelog](https://github.com/nuxt/devtools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt/devtools/commits/v1.0.1/packages/devtools)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@nuxt/devtools"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11 07:32:01 +00:00
2023-06-21 14:50:06 +02:00
2023-09-06 14:30:21 +02:00
2023-11-07 21:05:23 +01:00
2023-09-28 19:45:41 +02:00
2023-06-21 14:50:06 +02:00
2023-09-28 19:45:41 +02:00
2023-06-21 14:50:06 +02:00
2023-09-25 18:50:56 -04:00
2023-06-21 14:50:06 +02:00
2023-06-21 14:50:06 +02:00
2023-10-26 21:17:44 +02:00
2023-11-07 20:52:20 +01:00
2023-09-29 21:57:58 +02:00

@movie-web/providers

package that holds all providers of movie-web. Feel free to use for your own projects.

features:

  • scrape popular streaming websites
  • works in both browser and server-side

Visit documentation here: https://providers.docs.movie-web.app/

Development

To make testing scrapers easier during development a CLI tool is available to run specific sources. To run the CLI testing tool, use npm run test:dev. The script supports 2 execution modes

  • CLI Mode, for passing in arguments directly to the script
  • Question Mode, where the script asks you questions about which source you wish to test

The following CLI Mode arguments are available

Argument Alias Description Default
--fetcher -f Fetcher type. Either node-fetch or native node-fetch
--source-id -sid Source ID for the source to be tested
--tmdb-id -tid TMDB ID for the media to scrape. Only used if source is a provider
--type -t Media type. Either movie or show. Only used if source is a provider movie
--season -s Season number. Only used if type is show 0
--episode -e Episode number. Only used if type is show 0
--url -u URL to a video embed. Only used if source is an embed
--help -h Shows help for the command arguments

Example testing the FlixHQ source on the movie "Spirited Away"

npm run test:dev -- -sid flixhq -tid 129 -t movie
Description
Package that contains all the providers of movie-web
Readme 4.9 MiB
Languages
TypeScript 99.5%
JavaScript 0.3%
HTML 0.2%