TikTok Video URL Extractor

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

< Σχολιασμός για τον κώδικα TikTok Video URL Extractor

Αναφορά: Εντάξει - ο κώδικας λειτουργεί αλλά έχει σφάλματα

§
Δημοσιεύτηκε: 09/07/2023

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

§
Δημοσιεύτηκε: 10/07/2023

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;

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.