{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":203765645,"defaultBranch":"master","name":"recorder","ownerLogin":"hldh214","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-08-22T09:54:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5501843?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726100403.0","currentOid":""},"activityList":{"items":[{"before":"252c0eeab65d0db3577a82f94b4ded08dfc662cc","after":"1c03d4ddb1a1e5485c2be825ce7e6a907a008999","ref":"refs/heads/master","pushedAt":"2024-09-12T00:19:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Refactor cookie handling in dylr.py\n\nReplace cookie iteration using a dictionary loop in `resp.cookies`. This simplifies the code and aligns it with modern practices for handling cookies in HTTP responses.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Refactor cookie handling in dylr.py"}},{"before":"081177763ffed4a6a254b7863e10c3ed72f851a4","after":"252c0eeab65d0db3577a82f94b4ded08dfc662cc","ref":"refs/heads/master","pushedAt":"2024-09-11T06:24:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Set HTTPX logger level to WARNING\n\nAdded configuration to set the HTTPX logger level to WARNING in `recorder/__init__.py`. This change helps in reducing the logging verbosity of HTTPX while maintaining informative logs for the overall application.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Set HTTPX logger level to WARNING"}},{"before":"65b95cdbaa6de28b9c43026e1ea5e89915b36699","after":"081177763ffed4a6a254b7863e10c3ed72f851a4","ref":"refs/heads/master","pushedAt":"2024-09-11T06:01:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Remove unused import from `ffmpeg.py`\n\nDeleted an unnecessary import statement of `header` from `tensorflow.tools.docs.doc_controls`. This import was redundant and not utilized anywhere in the file.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Remove unused import from ffmpeg.py"}},{"before":"4d877ef87c5b6161862b776b9e0fbb7bb880123e","after":"65b95cdbaa6de28b9c43026e1ea5e89915b36699","ref":"refs/heads/master","pushedAt":"2024-09-11T05:47:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Switch to httpx for HTTP requests\n\nReplaced `requests` with `httpx` in `dylr.py` for HTTP requests. This update aims to improve performance and handle asynchronous operations more efficiently. Updated `Pipfile.lock` to reflect dependency changes and ensure compatibility.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Switch to httpx for HTTP requests"}},{"before":"c0490c4e144a6de364a179eb149e03094e119cae","after":"4d877ef87c5b6161862b776b9e0fbb7bb880123e","ref":"refs/heads/master","pushedAt":"2024-09-11T02:16:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Fix headers argument handling in ffmpeg recorder\n\nCorrected the way headers are joined in the popen_args to ensure proper formatting. Also added the import of header from tensorflow.tools.docs.doc_controls.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Fix headers argument handling in ffmpeg recorder"}},{"before":"1bf5a03c2d835b192a3afe482f40a333def9d5e8","after":"c0490c4e144a6de364a179eb149e03094e119cae","ref":"refs/heads/master","pushedAt":"2024-09-11T02:14:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Add headers support for FFmpeg recording\n\nExtended the FFmpeg recorder to support custom headers. Updated configuration file and logic to pass headers from the app to the FFmpeg process. This allows more flexible and secure handling of streams requiring specific headers.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Add headers support for FFmpeg recording"}},{"before":"dda00353180eeee7581236695f27b012081e1d5c","after":"1bf5a03c2d835b192a3afe482f40a333def9d5e8","ref":"refs/heads/master","pushedAt":"2024-08-15T00:23:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Increase maximum upload video file size limit to 4GiB\n\nUpdated the `get_upload_videos` function to support video files up to 4GiB from the previous limit of 2000MiB. Adjusted the corresponding warning message to reflect the new file size threshold.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Increase maximum upload video file size limit to 4GiB"}},{"before":"674cec1d57cd4660b6a15f0108699e4f97fda8cf","after":"dda00353180eeee7581236695f27b012081e1d5c","ref":"refs/heads/master","pushedAt":"2024-08-04T03:58:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Update get_stream function to use empty sess_key and panda params\n\nThis change modifies the `get_stream` function call to replace the `sess_key` with an empty string and adds an empty `panda` parameter. This adjustment is likely to accommodate for a new way of handling stream authorization and parameterization within the function.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Update get_stream function to use empty sess_key and panda params"}},{"before":"e8135a4cc0bc6cf5ef3e55eb3610a7ed5e4b29cb","after":"674cec1d57cd4660b6a15f0108699e4f97fda8cf","ref":"refs/heads/master","pushedAt":"2024-08-03T08:19:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Update dependencies and add quickjs package\n\nChanged dependency markers to require Python 3.10 or higher. Added the quickjs package to both Pipfile and Pipfile.lock. Updated the hash in Pipfile.lock accordingly.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Update dependencies and add quickjs package"}},{"before":"624c8faad7e11211aa426fca6540330d5208d2f9","after":"e8135a4cc0bc6cf5ef3e55eb3610a7ed5e4b29cb","ref":"refs/heads/master","pushedAt":"2024-08-03T08:13:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Update file path construction for webmssdk.js\n\nEnsure 'webmssdk.js' is opened using an absolute path by combining the directory of the current file with the relative path. This enhances code robustness and portability.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Update file path construction for webmssdk.js"}},{"before":"b43b234ca2192db029afb53dbe24135963b72b25","after":null,"ref":"refs/heads/dependabot/pip/sentry-sdk-2.8.0","pushedAt":"2024-08-03T05:11:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"5e8f2d2b52ed7f3121264d6dd65d168244af5da0","after":null,"ref":"refs/heads/dependabot/pip/certifi-2024.7.4","pushedAt":"2024-08-03T05:11:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"595e4b38ff7e2ac947db28ec47ab9078d234e606","after":"624c8faad7e11211aa426fca6540330d5208d2f9","ref":"refs/heads/master","pushedAt":"2024-08-03T05:10:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Update dependencies and refine version constraints\n\nCloses #36, #37\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Update dependencies and refine version constraints"}},{"before":"c5e6b6141ae93a4a564bf2131f8bf43cc75b95eb","after":"595e4b38ff7e2ac947db28ec47ab9078d234e606","ref":"refs/heads/master","pushedAt":"2024-08-03T05:06:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Enhance Douyin Recorder with signature and auto cookie retrieval\n\nCredit: https://github.com/LyzenX/DouyinLiveRecorder\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Enhance Douyin Recorder with signature and auto cookie retrieval"}},{"before":null,"after":"b43b234ca2192db029afb53dbe24135963b72b25","ref":"refs/heads/dependabot/pip/sentry-sdk-2.8.0","pushedAt":"2024-07-18T17:53:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump sentry-sdk from 1.38.0 to 2.8.0\n\nBumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.38.0 to 2.8.0.\n- [Release notes](https://github.com/getsentry/sentry-python/releases)\n- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/getsentry/sentry-python/compare/1.38.0...2.8.0)\n\n---\nupdated-dependencies:\n- dependency-name: sentry-sdk\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump sentry-sdk from 1.38.0 to 2.8.0"}},{"before":null,"after":"5e8f2d2b52ed7f3121264d6dd65d168244af5da0","ref":"refs/heads/dependabot/pip/certifi-2024.7.4","pushedAt":"2024-07-06T02:30:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump certifi from 2024.6.2 to 2024.7.4\n\nBumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4.\n- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04)\n\n---\nupdated-dependencies:\n- dependency-name: certifi\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump certifi from 2024.6.2 to 2024.7.4"}},{"before":"8b146bc758de1610e7e25f1f2afed4ac7a3de0dc","after":"c5e6b6141ae93a4a564bf2131f8bf43cc75b95eb","ref":"refs/heads/master","pushedAt":"2024-07-05T08:57:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Refactor 'last_danmaku_time' initialization order in ws-server.py\n\nThe initialization of 'last_danmaku_time' is moved down right after the live stream starts instead of being at the start of '_main' function. This will ensure that the value of 'last_danmaku_time' reflects more accurately the start of the live stream, helping with more precise time tracking.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Refactor 'last_danmaku_time' initialization order in ws-server.py"}},{"before":"7a17decb109e84b74534e83fce31187835861059","after":"8b146bc758de1610e7e25f1f2afed4ac7a3de0dc","ref":"refs/heads/master","pushedAt":"2024-06-21T10:37:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Update signature and user_unique_id in dylr.py\n\nThe signature and user_unique_id parameters have been updated in the Danmaku recorder for the Douyin platform. This ensures that the data access remains functional and meets up-to-date access standards.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Update signature and user_unique_id in dylr.py"}},{"before":"fb7e7a9d67c2c4ce8028ec6c6105961cd24884fc","after":"7a17decb109e84b74534e83fce31187835861059","ref":"refs/heads/master","pushedAt":"2024-06-21T00:55:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Add static cookie to extra headers in websocket\n\nA static cookie has been added to the extra headers in the websocket connection for the Douyin module. This cookie will be used for all connections for now, but there's a TODO comment to make this cookie configurable in the future.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Add static cookie to extra headers in websocket"}},{"before":"6dcfb9650b5c84178a3e028f807a2fb1b435c12e","after":"fb7e7a9d67c2c4ce8028ec6c6105961cd24884fc","ref":"refs/heads/master","pushedAt":"2024-06-21T00:50:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Update Douyin's danmu websocket URL and headers\n\nThe websocket URL for Douyin's danmu has been updated to reflect the changes in their streaming service. The URL now points to a different server, and some parameters in the URL have been changed including the webcast SDK version and room_id. The headers in the websocket connection have also been modified, removing the cookie and updating the user agent.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Update Douyin's danmu websocket URL and headers"}},{"before":"81214387caee7420e4bd3f661d5bb60f568e59b9","after":null,"ref":"refs/heads/dependabot/pip/urllib3-2.2.2","pushedAt":"2024-06-18T00:13:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"e45cc656b6ae0dd3d72745aed18dbdb521b33454","after":"6dcfb9650b5c84178a3e028f807a2fb1b435c12e","ref":"refs/heads/master","pushedAt":"2024-06-18T00:12:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Update package versions in Pipfile.lock\n\nMultiple dependencies in Pipfile.lock had their versions updated, including \"certifi\", \"filelock\", \"fonttools\", \"google-api-python-client\", \"google-auth\", and \"googleapis-common-protos\". These updates may include bug fixes and feature enhancements for these packages. The package \"grpcio\" received a particularly significant number of hash changes.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Update package versions in Pipfile.lock"}},{"before":null,"after":"81214387caee7420e4bd3f661d5bb60f568e59b9","ref":"refs/heads/dependabot/pip/urllib3-2.2.2","pushedAt":"2024-06-17T23:20:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump urllib3 from 2.2.1 to 2.2.2\n\nBumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: urllib3\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump urllib3 from 2.2.1 to 2.2.2"}},{"before":"5a3d6bd23c37c9c03488d5addfb6541b395ba91d","after":null,"ref":"refs/heads/dependabot/pip/requests-2.32.0","pushedAt":"2024-05-21T06:19:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"546d9c0c60df744f7f59fa143f36b112c59c7319","after":"e45cc656b6ae0dd3d72745aed18dbdb521b33454","ref":"refs/heads/master","pushedAt":"2024-05-21T06:18:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Update dependencies in Pipfile.lock\n\nThe latest versions of the 'gdown', 'google-api-python-client', 'grpcio', 'matplotlib' and 'pymongo' dependencies have been installed. Their hashes have also been updated. This is important to ensure that the latest features and security patches from these dependencies are used.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Update dependencies in Pipfile.lock"}},{"before":null,"after":"5a3d6bd23c37c9c03488d5addfb6541b395ba91d","ref":"refs/heads/dependabot/pip/requests-2.32.0","pushedAt":"2024-05-21T06:00:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: requests\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":"e41c4f446961208eb702040bf1e4ccee5593b577","after":null,"ref":"refs/heads/dependabot/pip/werkzeug-3.0.3","pushedAt":"2024-05-07T00:31:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"8697db2b85a7095f016843f360880069a82dffb4","after":null,"ref":"refs/heads/dependabot/pip/tqdm-4.66.3","pushedAt":"2024-05-07T00:31:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"42e8b5bd79e0a109d846bfb00ae7b95913c7bbe2","after":"546d9c0c60df744f7f59fa143f36b112c59c7319","ref":"refs/heads/master","pushedAt":"2024-05-07T00:30:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hldh214","name":"Jim Ryu","path":"/hldh214","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5501843?s=80&v=4"},"commit":{"message":"Update dependencies in Pipfile.lock\n\nThis commit includes updates to several dependencies in Pipfile.lock. Changes include updates to versions and hashes for several packages such as filelock, google-api-core, google-api-python-client, grpcio, imageio, jsonschema, namex, pygments, pymongo.\n\nSigned-off-by: hldh214 ","shortMessageHtmlLink":"Update dependencies in Pipfile.lock"}},{"before":null,"after":"e41c4f446961208eb702040bf1e4ccee5593b577","ref":"refs/heads/dependabot/pip/werkzeug-3.0.3","pushedAt":"2024-05-06T19:47:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump werkzeug from 3.0.2 to 3.0.3\n\nBumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.2 to 3.0.3.\n- [Release notes](https://github.com/pallets/werkzeug/releases)\n- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)\n- [Commits](https://github.com/pallets/werkzeug/compare/3.0.2...3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: werkzeug\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump werkzeug from 3.0.2 to 3.0.3"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMlQwMDoxOToyNy4wMDAwMDBazwAAAASzyJq-","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMlQwMDoxOToyNy4wMDAwMDBazwAAAASzyJq-","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0wNlQxOTo0NzoyNi4wMDAwMDBazwAAAARC4dNN"}},"title":"Activity ยท hldh214/recorder"}