- Sign into https://tiktok.com and go to your profile
- Click favorites or likes
- scroll down till all your videos load
- paste the script in console and run it
- Script will download the file containing newline-delimited links
- download via yt-dlp like so:
// JSON Array of Towns.. In Rails: <%= @towns = Town.all.to_json %> | |
var TOWNS = [ | |
{ town: "Abbeville city", id: 1 }, | |
{ town: "Adamsville city", id: 2 }, | |
{ town: "Addison Town", id: 3 } | |
]; | |
$(document).ready(function() { | |
$('#postcard_city').bind('change', updateStateValue); |
r1.ams03s07.c.youtube.com 74.125.15.6 | |
r2.ams03s07.c.youtube.com 74.125.15.7 | |
r3.ams03s07.c.youtube.com 74.125.15.8 | |
r4.ams03s07.c.youtube.com 74.125.15.9 | |
r5.ams03s07.c.youtube.com 74.125.15.10 | |
r6.ams03s07.c.youtube.com 74.125.15.11 | |
r7.ams03s07.c.youtube.com 74.125.15.12 | |
r8.ams03s07.c.youtube.com 74.125.15.13 | |
r9.ams03s07.c.youtube.com 74.125.15.14 | |
r10.ams03s07.c.youtube.com 74.125.15.15 |
module UTF8 | |
module Params | |
private | |
def normalize_parameters_with_encoding(value) | |
normalize_parameters_without_encoding(value).tap do |value| | |
value.force_encoding(Encoding.default_external) if value.respond_to?(:force_encoding) | |
end | |
end | |
end | |
end |