Skip to content

Commit

Permalink
api/tiktok: update domain because dns records for main one are gone
Browse files Browse the repository at this point in the history
closes #1057
  • Loading branch information
wukko committed Jan 18, 2025
1 parent ce7d553 commit ef68775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/processing/services/tiktok.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default async function(obj) {
if (!postId) return { error: "fetch.short_link" };

// should always be /video/, even for photos
const res = await fetch(`https://tiktok.com/@i/video/${postId}`, {
const res = await fetch(`https://www.tiktok.com/@i/video/${postId}`, {
headers: {
"user-agent": genericUserAgent,
cookie,
Expand Down

0 comments on commit ef68775

Please sign in to comment.