Skip to content

[soopglobal] Add extractor #10136

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hui1601
Copy link
Contributor

@hui1601 hui1601 commented Jun 8, 2024

IMPORTANT: PRs without the template will be CLOSED

Description of your pull request and other information

Add live stream and Vod download from Soop global.

Closes #10066

Template

Before submitting a pull request make sure you have:

In order to be accepted and merged into yt-dlp each piece of code must be in public domain or released under Unlicense. Check all of the following options that apply:

  • I am the original author of this code and I am willing to release it under Unlicense
  • I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence)

What is the purpose of your pull request?

@seproDev seproDev added the site-request Request to support a new website label Jun 9, 2024
@v2lmmj04
Copy link

v2lmmj04 commented Aug 7, 2025

I am getting a 404 during self._extract_m3u8_formats_and_subtitles with this as-is for a VOD, but updating the URL in that section to the following instead:

        formats, subtitles = self._extract_m3u8_formats_and_subtitles(
            f'https://global-media.sooplive.com/vod/{video_id}/master.m3u8', video_id,
            headers={'client-id': client_id},
            note='Downloading video stream', errnote='Unable to download video stream')

Seems to work without an error.

@doe1080 doe1080 self-assigned this Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-request Request to support a new website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SOOP global] Global streaming platform
4 participants