Commit Graph

223 Commits

Author SHA1 Message Date
JORDAAR
e52b29a1a1
add hdwatched provider 2023-04-19 15:44:20 +05:30
frost768
a910c1c18c Merge branch 'dev' of https://github.com/movie-web/movie-web into subtitle-file-type-control 2023-04-17 17:49:31 +03:00
frost768
12c245b2da Merge branch 'dev' of https://github.com/movie-web/movie-web into settings 2023-04-15 01:00:11 +03:00
Jip Fr
b576a298e8 Disable netfilm 2023-04-14 21:43:30 +02:00
Jip Fr
d2ffa35f2c fix(superstream): fix subtitle error on SuperStream 2023-04-14 19:32:34 +02:00
frost768
5d8f03b859 fix migration 2023-04-06 04:34:59 +03:00
frost768
2178057633 auto select subtitle 2023-04-06 01:49:33 +03:00
frost768
9c13be37e8 subtitle type checks 2023-04-03 23:18:10 +03:00
frost768
661d995e3b filter out non subtitle files 2023-04-02 18:14:26 +03:00
frost768
156b693460 suggested changes 2023-04-02 18:14:03 +03:00
frost768
495222eb10 export subtitle types as a list 2023-04-01 12:19:05 +03:00
frost768
5e776f8655 Merge branch 'dev' of https://github.com/movie-web/movie-web into subtitle-fix 2023-03-31 20:57:18 +03:00
frost768
2f10de415b add flixhq media type filter 2023-03-26 10:44:16 +03:00
frost768
307f555b70 better subtitle handling 2023-03-26 10:33:24 +03:00
Artikronisz
436a2388b9 Fix for flixHQ provider 2023-03-25 16:20:50 -04:00
mrjvs
5419430369 fix pokemon error 2023-03-22 22:31:23 +01:00
frost768
464b78d914 add caption settings popout 2023-03-15 17:48:50 +03:00
frost768
f0c9103e0d Merge branch 'dev' of https://github.com/frost768/movie-web into feat/subtitle-rendering 2023-03-14 23:54:59 +03:00
frost768
53a0168615 Merge branch 'dev' of https://github.com/movie-web/movie-web into dev 2023-03-14 23:38:06 +03:00
frost768
c9ccf018f2 fix flixhq episodeId 2023-03-14 23:29:39 +03:00
mrjvs
3c68794e5b
Merge branch 'dev' into feature-small-features 2023-03-13 21:39:41 +01:00
mrjvs
b36324d58e selected providers + meta data on window object + fix dev dependencies
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-03-13 21:25:28 +01:00
frost768
31cd4d3c75 Merge branch 'dev' of https://github.com/frost768/movie-web into feat/subtitle-rendering 2023-03-13 22:45:14 +03:00
frost768
3aa4365a56 'auto' quality removed 2023-03-13 21:37:29 +03:00
frost768
f02256f9e0 enum value added 2023-03-13 16:48:28 +03:00
frost768
051c1ba709 flixhq scraping improved 2023-03-12 13:57:01 +03:00
frost768
3bee46ff53 sanitize html before placing into dom 2023-03-11 05:39:06 +03:00
mrjvs
30cc5aa78b fix more linting 2023-03-10 20:59:10 +01:00
mrjvs
ac28f32ef4 fix linting and make code nicer 2023-03-10 20:54:56 +01:00
mrjvs
84913aa63d
Merge branch 'dev' into external_ids 2023-03-10 19:48:58 +01:00
mrjvs
b42d36c5ac fix lint errors 2023-03-10 19:12:22 +01:00
James Hawkins
a5cd05b144
Merge branch 'dev' into external_ids 2023-03-10 07:09:31 +00:00
cloud
ca6383900a fix(meta): fallback to no "_latest" 2023-03-09 19:22:41 -07:00
cloud
25e32a14b7 feat(netfilm): add captions 2023-03-09 15:35:39 -07:00
cloud
139a760be0 fix(netfilm): use different cdn 2023-03-09 15:34:54 -07:00
frost768
404cd897f3 feature: subtitle uploading 2023-03-03 19:33:30 +03:00
mrjvs
63b9adf7d8 disable gdriveplayer 2023-02-24 19:23:26 +01:00
James Hawkins
e68fe0e115
Update netfilm.ts 2023-02-24 14:22:06 +00:00
James Hawkins
d51246120d
Update flixhq.ts 2023-02-24 13:24:45 +00:00
James Hawkins
23b439ff79
Temporarily fix flixhq provider
This fix can be used whilst we wait for api.consumet.org to resolve their issues. See https://github.com/consumet/api.consumet.org/issues/326 for more information.
2023-02-24 13:06:05 +00:00
mrjvs
485698a43c support for round robin proxies 2023-02-22 21:41:13 +01:00
mrjvs
92fa9716e5 reorder providers 2023-02-20 00:50:30 +01:00
mrjvs
b3db58012f linting
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-02-19 18:03:54 +01:00
mrjvs
c441d63074 normal routing instead of hash
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-02-19 16:05:19 +01:00
mrjvs
a0751380e5 better source selection (empty states, error states, embed support
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-02-19 15:55:09 +01:00
mrjvs
4a35287975 start on jons providers
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
Co-authored-by: Jonathan Barrow <jonbarrow@users.noreply.github.com>
2023-02-18 22:42:24 +01:00
mrjvs
4f682d55a9 translations 🎉
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-02-18 20:01:19 +01:00
mrjvs
4d4626806d fuzzy matching for title
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-02-18 14:00:38 +01:00
Jelle van Snik
e448c0b5a8 source selection
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-02-09 22:03:40 +01:00
Jelle van Snik
f97b84516b captions + translation fix
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
Co-authored-by: James Hawkins <jhawki2005@gmail.com>
2023-02-08 22:51:52 +01:00
James Hawkins
a1cae1c9f7 fix netfilm qualities 2023-01-26 13:42:08 +00:00
James Hawkins
b1333cfc16 netfilm default season 1 if none exists 2023-01-26 13:35:38 +00:00
James Hawkins
2b81d061f4 Netfilm provider 2023-01-26 13:31:50 +00:00
Jelle van Snik
1f7e8abda5 remove gomostream 2023-01-22 23:11:43 +01:00
Jelle van Snik
b6ff4bf800 Merge branch 'v3' of https://github.com/JamesHawkinss/movie-web into v3 2023-01-22 23:11:20 +01:00
Jelle van Snik
62220532d7 fix linting 2023-01-22 23:11:18 +01:00
Jip Frijlink
9e8769e4c3
Merge branch 'v3' into v3-superstream 2023-01-22 23:08:39 +01:00
Jip Fr
f339a7156a chore: remove log 2023-01-22 23:07:26 +01:00
Jip Fr
fa9785bf69 chore(superstream): improve import, move quality finding to its own function 2023-01-22 23:06:29 +01:00
Jelle van Snik
ec6e145f82 Merge branch 'v3' of https://github.com/JamesHawkinss/movie-web into v3 2023-01-22 23:04:14 +01:00
Jelle van Snik
5e1727e8f7 provider changes
Co-authored-by: James Hawkins <jhawki2005@gmail.com>
2023-01-22 23:03:55 +01:00
Jip Fr
7a2865313d feat(providers): add superstream 2023-01-22 23:01:49 +01:00
Jelle van Snik
e7a6484094 fix multi origin and add airplay support 2023-01-22 20:51:58 +01:00
Jelle van Snik
f472f04735 episode ids , shorter debounce and flixHQ provider 2023-01-22 19:26:08 +01:00
Jelle van Snik
714b378f68 move around some todos 2023-01-16 21:25:16 +01:00
Jelle van Snik
52b063b10a bunch of todos 2023-01-15 16:01:07 +01:00
Jelle van Snik
2f1058cb9c loading screen usescrape 2023-01-14 01:37:47 +01:00
Jelle van Snik
cf83df64bb add some todos 2023-01-14 00:34:13 +01:00
Jelle van Snik
a64841507f port providers, media watch page + make search work again
Co-authored-by: James Hawkins <jhawki2005@gmail.com>
2023-01-14 00:12:56 +01:00
Jelle van Snik
a9ac3e64db add provider scrape hookiboi 2023-01-12 22:04:28 +01:00
Jelle van Snik
094f9208a8 add quality to streams 2023-01-11 23:41:27 +01:00
Jelle van Snik
f1257973e7 new backend interfaces 2023-01-11 21:16:48 +01:00
Jelle van Snik
8268abc45d add search backend 2023-01-10 22:43:27 +01:00