Facebook Videos Detector (Generates ffmpeg download command)

This script will help you to list all facebook videos that were loaded during your session

코드가 업데이트된 버전 목록입니다. 모든 버전 보기

  • v2.1 2025-09-17

    Changelog: Version 2.1 (October 2025)

    Bug Fix:

    • Video Duplication Issue:
      Fixed a bug where videos were duplicated due to using two different approaches for detecting videos. One approach returns strings, and the other returns numbers. JavaScript’s Set was treating them as different values, which caused duplication. The issue has been resolved by ensuring uniqueness across both approaches.
  • v2.0 2025-09-17

    Changelog: Version 2.0 (October 2025)

    Updated Approach:

    • New Method for Detecting Facebook Videos:
      The script now uses the new approach of accessing the React debugging element (element.__reactProps$randString) to detect loaded Facebook videos.
      This method improves accuracy and performance, especially with dynamically loaded video content across Facebook’s platform.
    • Old Approach Still Supported:
      The previous method of proxifying window.fetch is still used for compatibility, ensuring that the script works for a wider range of Facebook versions and setups. However, the new approach is now the primary method for video detection.
  • v1.1 2024-11-30
    • Videos without audio track can't be downloaded | Status: Fixed
  • v1.0 2024-10-31