RS Batch Downloader

Extract and download all videos from RS episodes

How to use:

  • • Enter a RS series URL (full-episodes page)
  • • Click "Step 1: Find Episodes" to discover all individual episodes
  • • Click "Step 2: Extract Videos" to find video links from all episodes
  • • Select individual videos or use "Select All"
  • • Use "Download Selected" for batch downloading
  • • Copy URLs or export to text file for external tools

Alternative: Manual Video URL Input

If automatic extraction fails, you can manually find and paste video URLs:

Method 1: Browser Developer Tools

  1. 1. Open the ReelShort page in your browser
  2. 2. Press F12 to open Developer Tools
  3. 3. Go to Network tab and filter by "Media" or "XHR"
  4. 4. Start playing the video
  5. 5. Look for .m3u8 or .mp4 files in Network requests
  6. 6. Copy the URLs and paste them in the textarea below

Method 2: Page Source Search

  1. 1. Right-click on the page and select "View Page Source"
  2. 2. Press Ctrl+F and search for: "m3u8", "mp4", "stream", "video"
  3. 3. Look for URLs containing these terms
  4. 4. Copy the complete URLs

Recommended External Tools:

yt-dlp (Recommended):
yt-dlp "https://www.reelshort.com/es/full-episodes/..."
Often works better with JavaScript-heavy sites
Browser Extensions:
Video DownloadHelper, Stream Recorder, or similar extensions can detect video streams

Important Notes:

  • • This tool is for personal use only
  • • Respect copyright and terms of service
  • • Some videos may be protected and cannot be downloaded directly
  • • For M3U8 streams, use yt-dlp: yt-dlp "url_here"
  • • Large batch downloads may be rate-limited