-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.example
More file actions
53 lines (42 loc) · 1.73 KB
/
input.example
File metadata and controls
53 lines (42 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# ==================================================================================
# IMPORTANT: This is just an EXAMPLE file!
#
# To use this script, you must create a file named "input.txt" (not input.example)
# Copy this file and rename it to "input.txt", then add your actual URLs
#
# The script ONLY reads from "input.txt" - it will NOT work with this example file!
# ==================================================================================
# Example input.txt template
# This file shows the correct format for your media URLs
# STEP-BY-STEP INSTRUCTIONS:
# 1. Copy this file and rename it to "input.txt"
# 2. Replace the example URLs below with your actual media URLs
# 3. Keep one URL per line
# 4. Empty lines and lines starting with # are ignored
# 5. Supports all yt-dlp compatible platforms
# The script looks for a file named "input.txt" in the same directory!
# Supported platforms include:
# - Instagram (reels, posts, stories)
# - TikTok (videos)
# - YouTube (videos, shorts)
# - Twitter (videos)
# - Facebook (videos)
# - And many more...
# Usage examples:
# Basic: .\download_media.ps1
# Audio only: .\download_media.ps1 -x
# With cookies: .\download_media.ps1 -c chrome
# Combined: .\download_media.ps1 -x -c firefox
# Example URLs (replace these with your actual URLs):
# Instagram reels
https://www.instagram.com/reel/CxXxXxXxXxX/
https://www.instagram.com/reel/CyYyYyYyYyY/?igsh=example
# TikTok videos
# https://www.tiktok.com/@user/video/1234567890
# YouTube videos/shorts
# https://www.youtube.com/watch?v=dQw4w9WgXcQ
# https://www.youtube.com/shorts/abc123
# Twitter videos
# https://twitter.com/user/status/1234567890
# You can mix different platforms in the same file
# The script will handle them all automatically