Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[facebook] add support #5626

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

[facebook] add support #5626

wants to merge 27 commits into from

Commits on May 22, 2024

  1. [facebook] add support

    zWolfrost committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1c9d170 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0146e49 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    edcba3f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    fe6f1bf View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    20ee175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    252c6d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. cookies are now only used when necessary

    also added author followups for singular images
    zWolfrost committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    89ba87d View commit details
    Browse the repository at this point in the history
  2. removed f-strings

    zWolfrost committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    341a8a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. added way to continue extraction from where it left off

    also fixed some bugs
    zWolfrost committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f1d1fb5 View commit details
    Browse the repository at this point in the history
  2. fixed bug wrong subcategory

    zWolfrost committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    22158c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5364d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    0577df5 View commit details
    Browse the repository at this point in the history
  2. updated setextract regex

    zWolfrost committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    19a2e0c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. added option to disable start warning

    the extractor should be ready :)
    zWolfrost committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    4a714dc View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    a86a70f View commit details
    Browse the repository at this point in the history
  2. removed cookie "safeguard" + fixed for private profiles

    I have removed the cookie "safeguard" (not using cookies until they are necessary) as I've come to the conclusion that it does more harm than good. There is no way to detect whether the extractor has skipped private images, that could have been possibly extracted otherwise. Also, doing this provides little to no advantages.
    zWolfrost committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f7833a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    b8cac26 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    9113eca View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. a few bugfixes

    Fixed some metadata attributes from not decoding correctly from non-latin languages, or not showing at all.
    Also improved few patterns.
    zWolfrost committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    16c34e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. retrigger checks

    zWolfrost committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    2f144e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Final cleanups

    -Added tests
    -Fixed video extractor giving incorrect URLs
    -Removed start warning
    -Listed supported site correctly
    zWolfrost committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c04224c View commit details
    Browse the repository at this point in the history
  2. fixed regex

    zWolfrost committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e89982c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. trigger checks

    zWolfrost committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    3d7ae88 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. fixed livestream playback extraction + bugfixes

    I've chosen to remove the "reactions", "comments" and "views" attributes as I've felt that they require additional maintenance even though nobody would ever actually use them to order files.
    I've also removed the "title" and "caption" video attributes for their inconsistency across different videos.
    Feel free to share your thoughts.
    zWolfrost committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3818d57 View commit details
    Browse the repository at this point in the history
  2. fixed regex

    zWolfrost committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    16a4262 View commit details
    Browse the repository at this point in the history
  3. fixed filename fallback

    zWolfrost committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    44960de View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    c2e9d40 View commit details
    Browse the repository at this point in the history