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

KeyError(u'sourceURL',) in ThisAV #18875

Closed
roorolj98y opened this issue Jan 16, 2019 · 0 comments
Closed

KeyError(u'sourceURL',) in ThisAV #18875

roorolj98y opened this issue Jan 16, 2019 · 0 comments
Labels

Comments

@roorolj98y
Copy link

@roorolj98y roorolj98y commented Jan 16, 2019

KeyError(u'sourceURL',) in the newest version

youtube-dl  --verbose  https://www.thisav.com/video/395985/lorb-090058.html
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://www.thisav.com/video/395985/lorb-090058.html']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.01.16
[debug] Python version 2.7.10 (CPython) - Darwin-16.7.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg N-92458-gfc94e9704e, ffprobe N-92458-gfc94e9704e, phantomjs 2.1.1, rtmpdump 2.4
[debug] Proxy map: {}
[ThisAV] 395985: Downloading webpage
[ThisAV] 395985: Downloading MPD manifest
ERROR: An extractor error has occurred. (caused by KeyError(u'sourceURL',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 508, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/thisav.py", line 53, in _real_extract
    entries = self._parse_html5_media_entries(url, webpage, video_id)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 2453, in _parse_html5_media_entries
    is_plain_url, formats = _media_formats(src, media_type, f)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 2413, in _media_formats
    full_url, video_id, mpd_id=mpd_id, fatal=False)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1993, in _extract_mpd_formats
    formats_dict=formats_dict, mpd_url=mpd_url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 2128, in _parse_mpd_formats
    representation_ms_info = extract_multisegment_info(representation, adaption_set_ms_info)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 2054, in extract_multisegment_info
    extract_Initialization(segment_list)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 2049, in extract_Initialization
    ms_info['initialization_url'] = initialization.attrib['sourceURL']
KeyError: u'sourceURL'
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 793, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 521, in extract
    raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'sourceURL',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
@dstftw dstftw closed this Jan 20, 2019
@dstftw dstftw added the duplicate label Jan 20, 2019
@oleksis oleksis mentioned this issue Apr 6, 2019
0 of 5 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.