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

[extractor/ettutv] Add extractor #6579

Merged
merged 4 commits into from Jun 14, 2023
Merged

[extractor/ettutv] Add extractor #6579

merged 4 commits into from Jun 14, 2023

Conversation

elyse0
Copy link
Contributor

@elyse0 elyse0 commented Mar 20, 2023

IMPORTANT: PRs without the template will be CLOSED

Description of your pull request and other information

This PR adds an extractor for https://www.ettu.tv which is a page for livestreams and videos of European Table Tennis.

Fixes #6359

[debug] Command-line config: ['https://www.ettu.tv/en-int/playerpage/1573849', '--verbose', '-F']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2023.03.04 [392389b7d] (source)
[debug] Lazy loading extractors is disabled
[debug] Git HEAD: 3e20f18af
[debug] Python 3.10.7 (CPython x86_64 64bit) - Linux-5.19.0-35-generic-x86_64-with-glibc2.36 (OpenSSL 3.0.5 5 Jul 2022, glibc 2.36)
[debug] exe versions: ffmpeg N-108931-g4dda3b1653-20221104 (setts), ffprobe N-108931-g4dda3b1653-20221104, phantomjs broken, rtmpdump 2.4
[debug] Optional libraries: Cryptodome-3.15.0, certifi-2022.09.24, mutagen-1.46.0, sqlite3-2.6.0, websockets-10.4
[debug] Proxy map: {}
[debug] Loaded 1789 extractors
[EttuTv] Extracting URL: https://www.ettu.tv/en-int/playerpage/1573849
[EttuTv] 1573849: Downloading JSON metadata
[EttuTv] 1573849: Downloading JSON metadata
[EttuTv] 1573849: Downloading m3u8 information
[debug] Formats sorted by: hasvid, ie_pref, lang, quality, res, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, filesize, fs_approx, tbr, vbr, abr, asr, proto, vext, aext, hasaud, source, id
[info] Available formats for 1573849:
ID   EXT RESOLUTION FPS │   TBR PROTO │ VCODEC        VBR ACODEC    ABR
───────────────────────────────────────────────────────────────────────
278  mp4 480x270     25 │  278k m3u8  │ avc1.420015  278k mp4a.40.2  0k
696  mp4 640x360     25 │  696k m3u8  │ avc1.42001e  696k mp4a.40.2  0k
978  mp4 640x360     25 │  978k m3u8  │ avc1.4d001e  978k mp4a.40.2  0k
2128 mp4 1280x720    25 │ 2128k m3u8  │ avc1.4d001f 2128k mp4a.40.2  0k
4128 mp4 1920x1080   25 │ 4128k m3u8  │ avc1.4d0028 4128k mp4a.40.2  0k
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?

@elyse0 elyse0 changed the title Ettu [extractor/ettutv] Add extractor Mar 20, 2023
@pukkandan pukkandan force-pushed the master branch 2 times, most recently from ee280c7 to 7aeda6c Compare May 24, 2023 18:09
@gamer191 gamer191 added the site-request Request to support a new website label Jun 11, 2023
yt_dlp/extractor/ettutv.py Outdated Show resolved Hide resolved
yt_dlp/extractor/ettutv.py Outdated Show resolved Hide resolved
yt_dlp/extractor/ettutv.py Outdated Show resolved Hide resolved
@bashonly bashonly added the pending-review PR needs a review label Jun 14, 2023
@bashonly bashonly removed the pending-review PR needs a review label Jun 14, 2023
@bashonly bashonly merged commit 83465fc into yt-dlp:master Jun 14, 2023
11 checks passed
@mtaki14
Copy link

mtaki14 commented Sep 15, 2023

Doesn't seem to work for vods now. Maybe something changed?

E.g. https://www.ettu.tv/en-int/video/kolodziejczyk-maciej-falck-mattias/1631141

@bashonly
Copy link
Member

@mtaki14 Can you open a new issue?

aalsuwaidi pushed a commit to aalsuwaidi/yt-dlp that referenced this pull request Apr 21, 2024
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.

Add support for ETTU.tv
4 participants