We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df106cf commit c6a055eCopy full SHA for c6a055e
scripts/tiktok_downloadUserVideos.js
@@ -17,12 +17,12 @@ export default {
17
en: "Download all videos in tiktok user profile.",
18
vi: "Tải tất cả video trong trang cá nhân của người dùng tiktok.",
19
},
20
- onClickExtension: async function () {
+ onClickExtension: async function () {
21
// Source code: https://github.com/karim0sec/tiktokdl
22
23
let { closeLoading, setLoadingText } = showLoading();
24
try {
25
- await scrollToVeryEnd.onClick();
+ await scrollToVeryEnd.onClickExtension();
26
27
setLoadingText("Đang lấy danh sách video...");
28
let urls = await runScriptInCurrentTab(() => {
0 commit comments