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

Problem with TLC.com #10245

Closed
theennev opened this issue Aug 6, 2016 · 1 comment
Closed

Problem with TLC.com #10245

theennev opened this issue Aug 6, 2016 · 1 comment

Comments

@theennev
Copy link

@theennev theennev commented Aug 6, 2016

I'm using the latest version (2016.08.06) and just got this in verbose mode :

youtube-dl --verbose 'https://www.discoverygo.com/love-at-first-kiss/kiss-first-ask-questions-later/'    
[debug] System config: []                                                                                                        
[debug] User config: []                                                                                                          
[debug] Command-line args: [u'--verbose', u'https://www.discoverygo.com/love-at-first-kiss/kiss-first-ask-questions-later/']     
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8                                                                 
[debug] youtube-dl version 2016.08.06                                                                                            
[debug] Python version 2.7.10 - Darwin-15.6.0-x86_64-i386-64bit                                                                  
[debug] exe versions: ffmpeg 3.0.2-tessus                                                                                        
[debug] Proxy map: {}                                                                                                            
[generic] kiss-first-ask-questions-later: Requesting header                                                                      
WARNING: Falling back on generic information extractor.                                                                          
[generic] kiss-first-ask-questions-later: Downloading webpage                                                                    
[generic] kiss-first-ask-questions-later: Extracting information                                                                 
ERROR: kiss-first-ask-questions-later: Failed to parse JSON  (caused by ValueError('Extra data: line 32 column 5 - line 33 column
 5 (char 1379 - 1385)',)); 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 549, in _parse_json                                      
    return json.loads(json_string)                                                                                               
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads             
    return _default_decoder.decode(s)                                                                                            
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 369, in decode             
    raise ValueError(errmsg("Extra data", s, end, len(s)))                                                                       
ValueError: Extra data: line 32 column 5 - line 33 column 5 (char 1379 - 1385)                                                   
Traceback (most recent call last):                                                                                               
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 682, in extract_info                                            
    ie_result = ie.extract(url)                                                                                                  
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 347, in extract                                          
    return self._real_extract(url)                                                                                               
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2244, in _real_extract                                  
    webpage, video_id, default=None, expected_type='VideoObject')                                                                
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 823, in _search_json_ld                                  
    expected_type=expected_type)                                                                                                 
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 827, in _json_ld                                         
    json_ld = self._parse_json(json_ld, video_id, fatal=fatal)                                                                   
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 553, in _parse_json                                      
    raise ExtractorError(errmsg, cause=ve)                                                                                       
ExtractorError: kiss-first-ask-questions-later: Failed to parse JSON  (caused by ValueError('Extra data: line 32 column 5 - line 
33 column 5 (char 1379 - 1385)',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest versio
n; 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 in d92cb46 Aug 7, 2016
@theennev
Copy link
Author

@theennev theennev commented Aug 7, 2016

Awesome, tested it and it work .

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
1 participant
You can’t perform that action at this time.