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

vbox7 extract url problem #26218

Closed
6 tasks done
waitforminute opened this issue Aug 2, 2020 · 1 comment
Closed
6 tasks done

vbox7 extract url problem #26218

waitforminute opened this issue Aug 2, 2020 · 1 comment
Labels

Comments

@waitforminute
Copy link

waitforminute commented Aug 2, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.07.28
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

C:\Users\PanteliX\Desktop>C:\Users\PanteliX\Desktop\youtube-dl.exe --verbose -g
https://www.vbox7.com/play:e96500c7cd >>sdasdasdsd.txt
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '-g', 'https://www.vbox7.com/play:e9650
0c7cd']
[debug] Encodings: locale cp1251, fs mbcs, out cp1251, pref cp1251
[debug] youtube-dl version 2020.07.28
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
WARNING: [Vbox7] e96500c7cd: Failed to parse JSON Invalid control character at:
line 6 column 173 (char 286)
WARNING: unable to extract JSON-LD ; please report this issue on https://yt-dl.o
rg/bug . Make sure you are using the latest version; type  youtube-dl -U  to upd
ate. Be sure to call youtube-dl with the --verbose flag and include its complete
 output.

Description

When I try to download a video it gives me the following error

@ghost ghost mentioned this issue Jul 29, 2021
11 tasks
dirkf added a commit to dirkf/youtube-dl that referenced this issue Jan 27, 2024
* based on PR ytdl-org#29680
* added hack to force invoking `transform_source`
* fixes ytdl-org#26218
@dirkf
Copy link
Contributor

dirkf commented Jan 27, 2024

With PR #32710:

$ python -m youtube_dl -vF 'https://www.vbox7.com/play:e96500c7cd'
[debug] System config: [u'--prefer-ffmpeg']
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-vF', u'https://www.vbox7.com/play:e96500c7cd']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2021.12.17
[debug] Git HEAD: 6e138bc66
[debug] Python 2.7.18 (CPython i686 32bit) - Linux-4.4.0-210-generic-i686-with-Ubuntu-16.04-xenial - OpenSSL 1.1.1w  11 Sep 2023 - glibc 2.15
[debug] exe versions: avconv 4.3, avprobe 4.3, ffmpeg 4.3, ffprobe 4.3
[debug] Proxy map: {}
[Vbox7] e96500c7cd: Downloading JSON metadata
[Vbox7] e96500c7cd: Downloading MPD manifest
[Vbox7] e96500c7cd: Downloading webpage
[info] Available formats for e96500c7cd:
format code  extension  resolution note
dash-6       m4a        audio only DASH audio  194k , m4a_dash container, mp4a.40.2
dash-5       mp4        256x144    DASH video  200k , mp4_dash container, avc1.4D400C, 25fps, video only
dash-4       mp4        426x240    DASH video  591k , mp4_dash container, avc1.4D4015, 25fps, video only
dash-3       mp4        852x480    DASH video 1184k , mp4_dash container, avc1.4D401E, 25fps, video only
dash-2       mp4        1280x720   DASH video 2169k , mp4_dash container, avc1.4D401F, 25fps, video only
dash-1       mp4        1920x1080  DASH video 2957k , mp4_dash container, avc1.4D4028, 25fps, video only
144p         mp4        144p       
240p         mp4        240p       
480p         mp4        480p       
720p         mp4        720p       
1080p        mp4        1080p      (best)
$

@dirkf dirkf closed this as completed in 4416f82 Feb 2, 2024
github-actions bot added a commit to hellopony/youtube-dl that referenced this issue Feb 2, 2024
* https://github.com/ytdl-org/youtube-dl:
  [Vbox7IE] Sanitise ld+json containing unexpected characters * based on PR ytdl-org#29680 * added hack to force invoking `transform_source` * fixes ytdl-org#26218
  [Vbox7IE] Improve extraction * DASH extraction no longer fails with new range support * but always find combined formats if available * suppress ineffective XFF geo-bypass (causes time-outs) * adapted from ytdl-org#29680 * thx former GH user kikuyan
  [InfoExtractor] Correctly resolve BaseURL in DASH manifest Specs: * ISO/IEC 23009-1:2012 section 5.6 * RFC 3986 section 5.
  [InfoExtractor] Support byte range for DASH * adapted from ytdl-org#30279 * thx former GH user kikuyan
  [downloader/dash] Support `range` in fragment (format f'{start}-{end}')  * adapted from ytdl-org#30279  * thx former GH user kikuyan
  [InfoExtractor] Support DASH subtitle extraction (yt-dlp back-port)
@dirkf dirkf added the fixed label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants