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

[eltrecetv] Add new extractor #8216

Merged
merged 6 commits into from Nov 15, 2023
Merged

[eltrecetv] Add new extractor #8216

merged 6 commits into from Nov 15, 2023

Conversation

elivinsky
Copy link
Contributor

@elivinsky elivinsky commented Sep 27, 2023

IMPORTANT: PRs without the template will be CLOSED

Description of your pull request and other information

Add extractor for eltrecetv.com.ar, the second biggest TV network in Argentina

Fixes #

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?

Copilot Summary

🤖 Generated by Copilot at 76c9268

Summary

📦📺🕵️‍♂️

Add a new extractor for El Trece TV website. The extractor is defined in the eltrecetv.py file and imported in the _extractors.py file. It can handle URLs of the format https://www.eltrecetv.com.ar/[show-name]/capitulos/temporada-[season-number]/[episode-slug]/ and extract the video ID, title, URL and thumbnail.

ElTreceTVIE class
extracts video info from
Argentine website

Walkthrough

  • Add a new extractor for El Trece TV website (yt_dlp/extractor/eltrecetv.py, link)
  • Import the ElTreceTVIE class in the extractors module (yt_dlp/extractor/_extractors.py, link)

yt_dlp/extractor/eltrecetv.py Outdated Show resolved Hide resolved
yt_dlp/extractor/eltrecetv.py Outdated Show resolved Hide resolved
@bashonly bashonly self-requested a review September 28, 2023 15:13
@bashonly bashonly added the site-request Request to support a new website label Sep 29, 2023
yt_dlp/extractor/eltrecetv.py Outdated Show resolved Hide resolved
yt_dlp/extractor/eltrecetv.py Outdated Show resolved Hide resolved
yt_dlp/extractor/eltrecetv.py Outdated Show resolved Hide resolved
yt_dlp/extractor/eltrecetv.py Outdated Show resolved Hide resolved
yt_dlp/extractor/eltrecetv.py Outdated Show resolved Hide resolved
yt_dlp/extractor/eltrecetv.py Outdated Show resolved Hide resolved
yt_dlp/extractor/eltrecetv.py Show resolved Hide resolved
@bashonly bashonly added the pending-fixes PR has had changes requested label Oct 3, 2023
yt_dlp/extractor/eltrecetv.py Outdated Show resolved Hide resolved
@bashonly bashonly removed the pending-fixes PR has had changes requested label Nov 15, 2023
@bashonly bashonly self-assigned this Nov 15, 2023
@bashonly bashonly merged commit dcfad52 into yt-dlp:master Nov 15, 2023
16 checks passed
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.

None yet

4 participants