Jelle van Snik
ded99a459e
update url only when onblur fires
2022-05-03 20:58:34 +02:00
Jelle van Snik
fb43cb691b
update package.json
2022-05-03 18:16:24 +02:00
James Hawkins
90e2adcee3
Merge remote-tracking branch 'origin/provider/xemovie' into provider/xemovie
2022-05-02 19:12:07 +01:00
James Hawkins
fde90d4e8f
Review comments
2022-05-02 19:12:04 +01:00
mrjvs
6910d89ee1
Merge branch 'dev' into provider/xemovie
2022-05-02 19:59:25 +02:00
James Hawkins
e400107d21
Small cleanup
2022-05-02 17:32:42 +01:00
James Hawkins
a433018660
Add xemovie for movies
...
This provider also supports series but it has not yet been implemented
2022-05-02 17:30:48 +01:00
Jelle van Snik
e6d1d2506d
Merge branch 'dev' of github.com:JamesHawkinss/movie-web into dev
2022-05-02 17:37:05 +02:00
James Hawkins
e122b3e3ba
gomostream: improve usage of unpacked data
2022-05-02 16:35:25 +01:00
Jelle van Snik
333e0468f3
whoops, ignore these commits
2022-05-02 17:27:30 +02:00
Jelle van Snik
28d6011d06
more tests
2022-05-02 17:26:32 +02:00
Jelle van Snik
660793395b
test commit
2022-05-02 17:24:46 +02:00
Jelle van Snik
9986011d3c
version increment
2022-05-02 15:10:01 +02:00
Jelle van Snik
f7ad9b67fa
fix desynced input field. causing mobile usage issues
2022-05-01 23:32:33 +02:00
James Hawkins
cb73e560c4
remove anime from search dropdown
2022-05-01 15:04:18 +01:00
James Hawkins
281f6b82a7
general bug fixing
2022-05-01 14:58:08 +01:00
James Hawkins
008c91b0fe
Finish data migration
2022-04-25 19:56:29 +01:00
James Hawkins
95f623922a
Begin data migration
2022-04-25 16:56:35 +01:00
James Hawkins
e30f2ee457
Limit stream types to mp4 or m3u8 for gomostream
2022-04-17 22:21:36 +01:00
James Hawkins
4eacd9f0c9
Gomostream can return either mp4 or m3u8
2022-04-17 22:13:05 +01:00
James Hawkins
ccfd2efe90
Add note about unsafe eval()
2022-04-17 22:12:29 +01:00
James Hawkins
944dcd99ab
Implement gomostream source
2022-04-17 21:03:47 +01:00
James Hawkins
22683c35a1
Improve mapping
2022-04-17 17:31:03 +01:00
James Hawkins
5b20d910e8
Disable theflix source
...
They have altered their backend to require a few more requests from us, and a new API endpoint which uses a non-standard port is not compatible with our Cloudflare proxy
2022-04-17 13:37:17 +01:00
James Hawkins
6a737396c3
Add gdriveplayer source
...
This source is temperamental at best, and captions no longer work. We should remove it when we have some more reliable options.
2022-04-17 13:36:33 +01:00
mrjvs
1336a0f12c
move src back
2022-03-13 19:08:45 +01:00
mrjvs
c4920125b8
temporarily move src
2022-03-13 19:08:28 +01:00
mrjvs
eb306f3772
add support for captions
2022-03-13 17:46:56 +01:00
mrjvs
8240fae8fa
fix compile errors
2022-03-13 17:27:56 +01:00
mrjvs
7709ffd90f
responsiveness and loading states
2022-03-13 17:26:46 +01:00
mrjvs
570ca14905
add id's to portables for better seasons
2022-03-13 16:55:59 +01:00
mrjvs
9b47f81afb
fix linting issue
2022-03-13 15:34:16 +01:00
mrjvs
3058e4d82b
episode buttons with progress
2022-03-13 15:27:08 +01:00
mrjvs
9f5b3eb9f6
better dropdown + filtered continue watching + show episode num on watched card
2022-03-13 14:34:32 +01:00
mrjvs
340fbc94e8
some bugfixes
2022-03-06 18:45:34 +01:00
mrjvs
52e8132cce
series implemented (with jank) + readme update
2022-03-06 18:31:22 +01:00
mrjvs
f66637a185
series implemented (with jank) + readme update
...
Co-authored-by: William Oldham <wegg7250@gmail.com>
Co-authored-by: James Hawkins <jhawki2005@gmail.com>
2022-03-06 18:31:05 +01:00
mrjvs
0287bdad57
fix all eslint issues
...
Co-authored-by: William Oldham <wegg7250@gmail.com>
2022-03-06 14:41:51 +01:00
mrjvs
069c5271df
linting fix
2022-03-06 13:43:32 +01:00
mrjvs
bedac626d1
fix react warnings + add linting
2022-03-06 13:42:27 +01:00
mrjvs
8a42364a95
404 pages for all cases
2022-03-06 12:56:22 +01:00
mrjvs
356b9af4ff
implement filtered bookmarks that error check the provider
...
Co-authored-by: William Oldham <wegg7250@gmail.com>
2022-03-06 12:11:16 +01:00
mrjvs
d72e98eb1e
add hover state to brand pill - use replace instead of push for search url - video loading and error state - extra elaboration of providers in readme
2022-02-28 22:00:32 +01:00
mrjvs
b498735746
Add 404 views
2022-02-28 00:28:57 +01:00
mrjvs
60e6b4d851
progress, bookmarking, homepage, resuming where left of, actual media view, navigation improvements for searching
...
Co-authored-by: James Hawkins <jhawki2005@gmail.com>
Co-authored-by: William Oldham <wegg7250@gmail.com>
2022-02-28 00:08:20 +01:00
mrjvs
cfb907924e
implement url based searching + caching of results
...
Co-authored-by: James Hawkins <jhawki2005@gmail.com>
2022-02-27 20:07:15 +01:00
mrjvs
361e350ddf
remove compile warnings
2022-02-25 22:03:12 +01:00
mrjvs
f6493f9800
update navigation padding
2022-02-25 22:00:51 +01:00
mrjvs
7a55338c23
top navigation
2022-02-25 21:50:43 +01:00
mrjvs
fad23f60b1
top navigation
2022-02-25 21:50:36 +01:00