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

Added support for gifdeliverynetwork/redgifs in GfycatRipper and Added Soundgasm Ripper #1695

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

Commits on Jun 28, 2020

  1. Add support for redgifs support in GfycatRipper

    - Added an additional check in the getVideosURL function to check for
      redgifs urls if initial check fails
    - This may need to change depending on if gfycat changes the way they
      handle the redirects in their document
    - Uses previous implemntation found in older releases of ripme
    borderline232 committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    f23381e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Added Soundgasm Ripper

    - Created new ripper to scrape soundgasm.net urls and obtain their audio
    - Added ripper to RipUtils so its deteced in the reddit ripper
    - Created test for basic and reddit urls and both passed
    borderline232 committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    642fc2f View commit details
    Browse the repository at this point in the history
  2. merge commit

    borderline232 committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    abdbf33 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Replaced fuzzyExists and Fixed regex in redgifs user and search

    - Added a dot in redgifs regex to account for them in usernames and
      search queries
    - Replaced fuzzyExists with better library efficient call that check the
      folder for existing file
    borderline232 committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    ab193eb View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Added Reddit selfPost functionality and fixed Redgifs

    - Added selfpost download functionality, currently it is fixed and
      cannot be disabled in the jar
    - Fixed Redgifs using mobile mp4 in its document and instead uses its
      api instead to fetch the hd version
    borderline232 committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    b31ac3e View commit details
    Browse the repository at this point in the history
  2. Fix: Reverted redgifs ripper to previous implementation

    - redgifs api blocking api calls so just replaced mobile string
    borderline232 committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    46d79be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22146af View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Fix: Reddit JSON fix for commments with more, gfycat fix

    - Fixed extracting comments using the Reddit Api more comments are
      negligent
    - Made some quick fixes for gfycat urls redirecting to redgifs, now
      ripping the mp4 instead of mobile
    borderline232 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    2892c2d View commit details
    Browse the repository at this point in the history