RSSHub/lib/routes/javdb
Prajna a51cc049bf
feat: add javdb session config and cookieJar to fakeGot (#14782)
* feat: add javdb session config

* fix: Return data instead of setting ctx.set in JavDB routes

* docs: Add JavDB login instructions to config.md

* docs: Add note about javdb session validity in config.md

* fix: Return data instead of setting ctx.set in JavDB routes

* fix: Update route path in javdb index.ts

Remove '/:category?/:sort?/:filter?', it will cause other module routes to be inaccessible

* chore: Remove unused cookie variable in ProcessItems function

* chore: Unnecessary changes

* chore: Add JAVDB sessions in alphabetical order.

* docs: Add JAVDB sessions in alphabetical order.

* feat: Add support for passing cookies in headers

* test: Add cookieJar test to got.test.ts

* Update lib/utils/got.ts

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* feat: Update JavDB routes to include optional JAVDB_SESSION in requireConfig

---------

Co-authored-by: zhaoyi.wu <zhaoyi.wu@amh-group.com>
2024-04-12 19:30:42 +08:00
..
actors.ts feat: add javdb session config and cookieJar to fakeGot (#14782) 2024-04-12 19:30:42 +08:00
index.ts fix: allow multiple radar rules per route (#14800) 2024-03-16 03:28:44 +08:00
lists.ts fix: allow multiple radar rules per route (#14800) 2024-03-16 03:28:44 +08:00
makers.ts feat: add javdb session config and cookieJar to fakeGot (#14782) 2024-04-12 19:30:42 +08:00
namespace.ts fix: add routes 2024-03-09 03:24:53 +08:00
rankings.ts feat: add javdb session config and cookieJar to fakeGot (#14782) 2024-04-12 19:30:42 +08:00
search.ts feat: add javdb session config and cookieJar to fakeGot (#14782) 2024-04-12 19:30:42 +08:00
series.ts feat: add javdb session config and cookieJar to fakeGot (#14782) 2024-04-12 19:30:42 +08:00
tags.ts feat: add javdb session config and cookieJar to fakeGot (#14782) 2024-04-12 19:30:42 +08:00
utils.ts feat: add javdb session config and cookieJar to fakeGot (#14782) 2024-04-12 19:30:42 +08:00