Created
June 23, 2023 22:24
-
-
Save NicoWeio/b39b7fd38a362c0c7319a56e56cd9ad2 to your computer and use it in GitHub Desktop.
Extract video links from TikTok user page
This file contains hidden or 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
copy( | |
Array.from(document.querySelectorAll(".e1cg0wnj1")).map((x) => x.children[0].href).join("\n") | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment