TikTok Video URL Extractor

Logs video links from a TikTok profile to your browsers console.

< 脚本TikTok Video URL Extractor的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2023-07-09

Doesn't work with the new "hidden" links, right?

§
发表于:2023-07-10

Doesn't work with the new "hidden" links, right?

bro, just find and replace two lines in the script code:

old:

var x = document.getElementsByClassName("tiktok-1wrhn5c-AMetaCaptionLine");

to new:

var x = document.getElementsByClassName("tiktok-x6y88p-DivItemContainerV2");

and old:

var link = x[i].children[0].children[0].children[0].children[0].attributes.href.value;

to new:

var link = x[i].attributes.href.value;

发表回复

登录(不可用)以发表回复。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址