Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.04.03. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
python youtube-dl --verbose http://www.thisav.com/video/349768/sexy-show-with-big-tits-japanese-goddesshitomi-kitagawa.html
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'http://www.thisav.com/video/349768/sexy-show-with-big-tits-japanese-goddesshitomi-kitagawa.html']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.04.03
[debug] Python version 2.7.5 (CPython) - Linux-3.14.32-xxxx-grs-ipv6-64-x86_64-with-centos-7.3.1611-Core
[debug] exe versions: ffmpeg 2.2.1, ffprobe 2.2.1
[debug] Proxy map: {}
[ThisAV] 349768: Downloading webpage
[ThisAV] 349768: 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 "youtube-dl/youtube_dl/extractor/common.py", line 440, in extract
ie_result = self._real_extract(url)
File "youtube-dl/youtube_dl/extractor/thisav.py", line 53, in _real_extract
entries = self._parse_html5_media_entries(url, webpage, video_id)
File "youtube-dl/youtube_dl/extractor/common.py", line 2219, in _parse_html5_media_entries
is_plain_url, formats = _media_formats(src, media_type, f)
File "youtube-dl/youtube_dl/extractor/common.py", line 2179, in _media_formats
full_url, video_id, mpd_id=mpd_id, fatal=False)
File "youtube-dl/youtube_dl/extractor/common.py", line 1773, in _extract_mpd_formats
formats_dict=formats_dict, mpd_url=mpd_url)
File "youtube-dl/youtube_dl/extractor/common.py", line 1908, in _parse_mpd_formats
representation_ms_info = extract_multisegment_info(representation, adaption_set_ms_info)
File "youtube-dl/youtube_dl/extractor/common.py", line 1834, in extract_multisegment_info
extract_Initialization(segment_list)
File "youtube-dl/youtube_dl/extractor/common.py", line 1829, in extract_Initialization
ms_info['initialization_url'] = initialization.attrib['sourceURL']
KeyError: u'sourceURL'
Traceback (most recent call last):
File "youtube-dl/youtube_dl/YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
File "youtube-dl/youtube_dl/extractor/common.py", line 453, 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.