fml09
fml09
@bastimeyer I've fixed code lint and some exception handling, and added VOD feature. BTW, the validation schema rule seems to work fine, but what is your RFC saying about it?...
Thank you for fixing the code to be more concise. FYI, Chzzk is expected to be officially released in February. Until then, I leave this PR in draft status for...
@umemoni256 @hoonnn @bastimeyer Hey guys. The token value expired 9 hours after it was issued, causing the recording to cut off in the middle. I revamped the code to reissue...
I understand that the points you've raised. Additionally, I recognize the challenges with linting and formatting due to local environment setup issues. I appreciate your intention to review for a...
@bastimeyer I resolved the issue by referring to [this PR](https://github.com/streamlink/streamlink/pull/5835)
@HDSRK No, it is not supported. Only Streamlink version >=6.6.0 are supported. If you want to use it with a lower version, you can manually add the code directly from...
I misunderstood what you meant at first, Thanks for your understanding @bastimeyer. I'll add the refresh-expiration logic after this PR is got to merge.
@bastimeyer https://game.naver.com/lounge/chzzk/board/detail/4033868
Hello @omri374, @VMD7 . I am currently experiencing the same issue. Below is the code that can reproduce the problem. ```py from presidio_analyzer import AnalyzerEngine, RecognizerResult from presidio_analyzer.nlp_engine import NerModelConfiguration,...
@omri374 Both of them. It skips entities and makes warning messages as well. Result: ``` [type: PASSWORD, start: 97, end: 111, score: 0.9996715188026428, type: CREDITCARDNUMBER, start: 128, end: 132, score:...