https://github.com/themiu/tiktok-video-fetcher
Extract TikTok video links, displays them with their thumbnails, and provides a "Copy Link" button for easy sharing.
https://github.com/themiu/tiktok-video-fetcher
tiktok-scraper tiktok-video-downloader
Last synced: 8 months ago
JSON representation
Extract TikTok video links, displays them with their thumbnails, and provides a "Copy Link" button for easy sharing.
- Host: GitHub
- URL: https://github.com/themiu/tiktok-video-fetcher
- Owner: TheMIU
- License: mit
- Created: 2025-02-22T14:32:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T16:21:46.000Z (8 months ago)
- Last Synced: 2025-02-22T17:25:59.228Z (8 months ago)
- Topics: tiktok-scraper, tiktok-video-downloader
- Language: JavaScript
- Homepage: https://themiu.github.io/Tiktok-Video-Fetcher/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TikTok Video Link Fetcher with Thumbnails
This project extracts TikTok video links, displays them with their thumbnails, and provides a "Copy Link" button for easy sharing. The thumbnails are optimized for lower quality to save data.
## Features
✅ Fetch TikTok video links
✅ Display video thumbnails
✅ Copy link with a single click
✅ Open video in a new tab
✅ Optimize thumbnails for lower data usage## How It Works
1. Extracts video links from a given source
2. Fetches video thumbnails using an API
3. Displays each link with its corresponding thumbnail
4. Adds a "Copy Link" button
5. Clicking the thumbnail opens the videoMade with ChatGPT.