Commit Graph

6 Commits

Author SHA1 Message Date
933138fa6a [skip ci] Remove useless files and solve AGP warnings (#1575)
* chore: Remove useless files

* [skip ci] refactor: Solve deprecation warnings from AGP
2023-05-02 20:01:30 +02:00
23fb6cb2c6 feat(lib/StreamSB): Get API endpoint dynamically (#1539) 2023-04-25 09:01:31 +02:00
ad180c0757 Fix streamsb-extractor lib (#1388)
* fix: Update StreamSB API path

* refactor: Remove/replace some unnecessary code

* refactor: Use namespace instead of AndroidManifest property
2023-03-13 23:51:12 +01:00
0f98d9e934 Add multimovies extension (#1380) 2023-03-12 22:51:00 +01:00
62f45e094d [skip ci] Update dependencies (#1343)
* Bump harmless dependencies

Note that bumping the android plugin will make compilation show lots of
"hey bro use namespace instead of AndroidManifest.xml" warnings

* Remove duktape dependency

Zero extensions are using it, so its safe to remove. For executing js in
extensions we can use quickjs instead of ducktape.

* Upgrade gradle to 7.6

* Update kotlin

* Update OkHttp

* Update JSoup

Jesus Christ this was boring asf

* Update KtLint

* [skip ci] refactor on some build.gradle.kts files

* Expose coroutines to all extension by default
2023-02-28 14:12:46 +01:00
ea26ceaf78 Convert StreamSBExtractor to lib (#926) 2022-10-13 12:24:34 +02:00