BililiveRecorder/BililiveRecorder.Core/Api/Danmaku
进栈检票 adc91cc4f3
feat(core): connect to danmaku server with buvid3 from cookie & refactor HttpApiClient (#507)
* feat(core): connect to danmaku server with buvid3

* make buvid3 nullable & add json serializer setting

* fix test

* fix regex & make regex static

* remove anonHttpClient

* remove MainHttpClient

* split FetchAsTextAsync

* GetAnonymousCookieAsync

* use template string in TestCookieAsync

* fix test

* background get anonymous cookie

* make jsonSerializerSettings static

* fix uid parse logic

* fix buvid match

* remove GetAnonCookie

* restore merge typo

* fix comment

* rename ICookieTester
2023-07-16 08:01:50 +00:00
..
DanmakuClient.cs feat(core): connect to danmaku server with buvid3 from cookie & refactor HttpApiClient (#507) 2023-07-16 08:01:50 +00:00
DanmakuModel.cs feat(core): log stream cut off and ban 2023-06-17 19:37:21 +08:00
DanmakuReceivedEventArgs.cs Core: Change visibility of most types to internal 2022-05-16 23:28:31 +08:00
DanmakuTransportSecureWebSocket.cs feat: add support for websocket danmaku protocol 2022-08-25 18:42:36 +08:00
DanmakuTransportTcp.cs feat: add support for websocket danmaku protocol 2022-08-25 18:42:36 +08:00
DanmakuTransportWebSocket.cs feat: add timeout when connecting to websocekt danmaku server 2022-08-27 16:18:53 +08:00
IDanmakuTransport.cs feat: add support for websocket danmaku protocol 2022-08-25 18:42:36 +08:00
StatusChangedEventArgs.cs Core: Change visibility of most types to internal 2022-05-16 23:28:31 +08:00