Created
October 28, 2022 01:12
-
-
Save JimmyLv/9efc5c15a04dd3df4cea3e29e97164c6 to your computer and use it in GitHub Desktop.
提取视频弹幕
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.querySelectorAll('.danmaku-info-row').forEach(e => console.log(e.innerText)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment