Commit Graph

313 Commits

Author SHA1 Message Date
Jorrin
d49ebf00d2 Merge branch 'dev' into ridomovies 2023-12-29 19:33:57 +01:00
Jorrin
f88021fff6 added ridomovies 2023-12-29 19:24:34 +01:00
mrjvs
5058a1edb5 Merge pull request #48 from movie-web/revamp-docs
Revamp documentation
2023-12-29 17:55:21 +01:00
mrjvs
eb0f916957 Merge branch 'revamp-docs' of https://github.com/movie-web/providers into revamp-docs 2023-12-29 17:53:40 +01:00
mrjvs
6a071509fc Link to fetcher source code 2023-12-29 17:52:32 +01:00
mrjvs
cb0145d58f Capitalization 2023-12-29 17:51:21 +01:00
mrjvs
cd7368d980 Quotes 2023-12-29 17:47:49 +01:00
mrjvs
9ad12286ae Update .docs/content/2.essentials/4.using-streams.md
Co-authored-by: Jip Frijlink <jipfrijlink@gmail.com>
2023-12-29 17:41:29 +01:00
mrjvs
8589185c53 Update .docs/content/2.essentials/0.usage-on-x.md
Co-authored-by: Jip Frijlink <jipfrijlink@gmail.com>
2023-12-29 17:41:04 +01:00
mrjvs
a1e172125c Remove lock file, wrong package manager 2023-12-29 17:35:09 +01:00
mrjvs
57204d76e1 Bump version 2023-12-29 17:34:25 +01:00
mrjvs
3732f03852 Add changelog 2023-12-29 17:34:09 +01:00
mrjvs
829d87cdd5 Update readme 2023-12-29 17:24:34 +01:00
mrjvs
17662b01b9 Add development CLI to docs 2023-12-29 17:22:09 +01:00
mrjvs
2d68d443ec Redo folder structure 2023-12-29 17:05:01 +01:00
mrjvs
030b512c43 Update navigation titles 2023-12-29 17:03:28 +01:00
mrjvs
8ac11d9067 Write more documentation 2023-12-29 16:59:30 +01:00
mrjvs
8904e87b7e Fix zoechip bug 2023-12-28 01:26:10 +01:00
mrjvs
7c40c8a2c1 Updated icons 2023-12-27 00:28:15 +01:00
mrjvs
68fa20a12c Add more type exports 2023-12-27 00:23:05 +01:00
mrjvs
53b83fe24c Write some pages 2023-12-27 00:15:23 +01:00
mrjvs
582b46cd39 fix type export 2023-12-27 00:15:02 +01:00
mrjvs
7143b06c55 Doc directory structure 2023-12-26 23:35:58 +01:00
mrjvs
ddf612c6cc fix fetcher on scrapecontext 2023-12-26 23:13:01 +01:00
William Oldham
d8f2d0553a Merge pull request #46 from movie-web/pupeteer-testing
Provider builder and a lot of long overdue cleanup
2023-12-26 20:01:05 +00:00
mrjvs
c26e135d74 dev-cli with browser based fetching 2023-12-26 19:13:15 +01:00
mrjvs
75d4b9edcb Seperate scraper code from index cli file 2023-12-26 17:39:40 +01:00
mrjvs
edd08446cf Move runScraper to use the options instead of providers itself 2023-12-26 17:22:23 +01:00
mrjvs
aa4b7cda9e Update readme with new cli command 2023-12-26 17:01:02 +01:00
mrjvs
feddf9c215 Refactored dev-cli 2023-12-26 17:00:35 +01:00
mrjvs
af00bcf7c1 export extra fetcher it is 2023-12-26 16:24:36 +01:00
mrjvs
4b1e8288b8 Add headers and preferred headers to streams 2023-12-26 16:14:10 +01:00
mrjvs
4eaae64e4a Fix fetcher tests 2023-12-26 16:02:25 +01:00
mrjvs
ffe7ae0985 More elaborate fetcher API's 2023-12-26 15:43:52 +01:00
mrjvs
09ba0ebcc1 Fix browser integration test 2023-12-25 01:18:05 +01:00
mrjvs
4a557b8140 Add builder for adding custom sources 2023-12-25 01:00:19 +01:00
mrjvs
b70d9aaaf7 Make runners compatible with multi stream output 2023-12-25 00:23:21 +01:00
mrjvs
e5989ffbb0 Export more useful types 2023-12-24 19:48:27 +01:00
mrjvs
0affe83d24 Allow embeds and videos to return multiple streams + add identifiers to list returns 2023-12-24 19:46:12 +01:00
mrjvs
d44320e362 Add type checking in build step 2023-12-24 19:45:43 +01:00
mrjvs
a64a80cf12 Rename flags + rename targets + add disallowed section to feature mapping 2023-12-24 19:18:46 +01:00
mrjvs
0fe2fb40e1 Check browser compile compatibility in integration tests 2023-12-24 18:02:56 +01:00
William Oldham
c00ed69801 Merge pull request #45 from movie-web/febbox-hls
Split superstream into showbox and febbox
2023-12-23 22:44:44 +00:00
mrjvs
1a11ccb406 Merge branch 'dev' into febbox-hls 2023-12-23 23:42:31 +01:00
mrjvs
b89602b87e rename to parseInputUrl 2023-12-23 23:41:36 +01:00
mrjvs
1f8dd2f77d Create LICENSE 2023-12-23 23:24:29 +01:00
mrjvs
af6ede4a39 add show support to febbox and add captions 2023-12-23 19:55:28 +01:00
mrjvs
4be2da76ba Split superstream into showbox and febbox. add febbox HLS scraper 2023-12-23 18:57:28 +01:00
William Oldham
0477b876ec Merge pull request #44 from lonelil/dev
Correct function name for runEmbedScraper
2023-12-21 09:08:34 +00:00
lonelil
6597e8f981 Correct function name for runEmbedScraper 2023-12-21 17:01:14 +08:00