mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-21 08:31:57 +00:00
bump version
This commit is contained in:
parent
ee2b63034e
commit
b387e5ac19
2 changed files with 2 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ features:
|
||||||
- scrape popular streaming websites
|
- scrape popular streaming websites
|
||||||
- works in both browser and server-side
|
- works in both browser and server-side
|
||||||
|
|
||||||
> This package is still WIP
|
> **This package is still WIP**
|
||||||
|
|
||||||
Todos:
|
Todos:
|
||||||
- add tests
|
- add tests
|
||||||
|
|
@ -21,9 +21,6 @@ Todos:
|
||||||
- does serialisation work as expected? (formdata + json + string)
|
- does serialisation work as expected? (formdata + json + string)
|
||||||
- does json responses get automatically parsed?
|
- does json responses get automatically parsed?
|
||||||
- running individual scrapers
|
- running individual scrapers
|
||||||
- finish fetchers:
|
|
||||||
- automatically parse json
|
|
||||||
- error logging for failed scrapers
|
|
||||||
- add all real providers
|
- add all real providers
|
||||||
|
|
||||||
Future todos:
|
Future todos:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@movie-web/providers",
|
"name": "@movie-web/providers",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "Package that contains all the providers of movie-web",
|
"description": "Package that contains all the providers of movie-web",
|
||||||
"main": "./lib/providers.umd.js",
|
"main": "./lib/providers.umd.js",
|
||||||
"types": "./lib/providers.d.ts",
|
"types": "./lib/providers.d.ts",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue