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

CERTVG #6609

Closed
9 of 11 tasks
damufo opened this issue Mar 23, 2023 · 2 comments · Fixed by #7168
Closed
9 of 11 tasks

CERTVG #6609

damufo opened this issue Mar 23, 2023 · 2 comments · Fixed by #7168
Labels
site-request Request to support a new website

Comments

@damufo
Copy link

damufo commented Mar 23, 2023

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

Spain

Example URLs

Provide a description that is worded well enough to be understood

The video is being served in pieces.

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

yt-dlp -vU https://www.crtvg.es/tvg/a-carta/os-caimans-do-tea-5839623
[debug] Command-line config: ['-vU', 'https://www.crtvg.es/tvg/a-carta/os-caimans-do-tea-5839623']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version [email protected] [392389b7d] (pip)
[debug] Python 3.8.10 (CPython x86_64 64bit) - Linux-5.4.0-144-generic-x86_64-with-glibc2.29 (OpenSSL 1.1.1f  31 Mar 2020, glibc 2.31)
[debug] exe versions: ffmpeg 4.2.7, ffprobe 4.2.7
[debug] Optional libraries: Cryptodome-3.14.1, brotli-1.0.9, certifi-2019.11.28, mutagen-1.45.1, secretstorage-3.1.0, sqlite3-2.6.0, websockets-10.2
[debug] Proxy map: {}
[debug] Loaded 1786 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Available version: [email protected], Current version: [email protected]
yt-dlp is up to date ([email protected])
[generic] Extracting URL: https://www.crtvg.es/tvg/a-carta/os-caimans-do-tea-5839623
[generic] os-caimans-do-tea-5839623: Downloading webpage
[redirect] Following redirect to http://www.crtvg.es/agalegaendirecto/
[generic] Extracting URL: http://www.crtvg.es/agalegaendirecto/
[generic] agalegaendirecto: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] agalegaendirecto: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: http://www.crtvg.es/agalegaendirecto/
Traceback (most recent call last):
  File "/home/myuser/.local/lib/python3.8/site-packages/yt_dlp/YoutubeDL.py", line 1518, in wrapper
    return func(self, *args, **kwargs)
  File "/home/myuser/.local/lib/python3.8/site-packages/yt_dlp/YoutubeDL.py", line 1594, in __extract_info
    ie_result = ie.extract(url)
  File "/home/myuser/.local/lib/python3.8/site-packages/yt_dlp/extractor/common.py", line 694, in extract
    ie_result = self._real_extract(url)
  File "/home/myuser/.local/lib/python3.8/site-packages/yt_dlp/extractor/generic.py", line 2510, in _real_extract
    raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: http://www.crtvg.es/agalegaendirecto/
@damufo damufo added site-request Request to support a new website triage Untriaged issue labels Mar 23, 2023
@bashonly
Copy link
Member

Note for devs:

in the webpage source there a JS block

<script type="text/javascript">

	var urlCompartirJW = window.location.href;

	var url = "https://ondemand-crtvg-origin.flumotion.com/videos/MD/2022/10/ac818cb4-6dc9-4377-8acf-20d5b2a6e601.mp4";

the url var needs to have /playlist.m3u8 or /manifest.mpd appended to it, e.g.

https://ondemand-crtvg-origin.flumotion.com/videos/MD/2022/10/ac818cb4-6dc9-4377-8acf-20d5b2a6e601.mp4/playlist.m3u8

https://ondemand-crtvg-origin.flumotion.com/videos/MD/2022/10/ac818cb4-6dc9-4377-8acf-20d5b2a6e601.mp4/manifest.mpd

OP: you can pass one of these manifest URLs to yt-dlp if you want to download the video now w/o waiting for an extractor to be added (the m3u8 has much faster d/l speed than mpd)

@bashonly bashonly removed the triage Untriaged issue label Mar 23, 2023
@ItIsRain
Copy link
Contributor

ItIsRain commented May 29, 2023

Note for devs:

in the webpage source there a JS block

<script type="text/javascript">

	var urlCompartirJW = window.location.href;

	var url = "https://ondemand-crtvg-origin.flumotion.com/videos/MD/2022/10/ac818cb4-6dc9-4377-8acf-20d5b2a6e601.mp4";

the url var needs to have /playlist.m3u8 or /manifest.mpd appended to it, e.g.

https://ondemand-crtvg-origin.flumotion.com/videos/MD/2022/10/ac818cb4-6dc9-4377-8acf-20d5b2a6e601.mp4/playlist.m3u8

https://ondemand-crtvg-origin.flumotion.com/videos/MD/2022/10/ac818cb4-6dc9-4377-8acf-20d5b2a6e601.mp4/manifest.mpd

OP: you can pass one of these manifest URLs to yt-dlp if you want to download the video now w/o waiting for an extractor to be added (the m3u8 has much faster d/l speed than mpd)

I'll work on it..

@ItIsRain ItIsRain mentioned this issue May 29, 2023
9 tasks
bashonly pushed a commit that referenced this issue May 30, 2023
Closes #6609
Authored by: ItzMaxTV
aalsuwaidi pushed a commit to aalsuwaidi/yt-dlp that referenced this issue 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 a pull request may close this issue.

3 participants