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

[letv]ERROR: unable to download video #8588

Open
gam2046 opened this issue Feb 17, 2016 · 2 comments
Open

[letv]ERROR: unable to download video #8588

gam2046 opened this issue Feb 17, 2016 · 2 comments

Comments

@gam2046
Copy link
Contributor

@gam2046 gam2046 commented Feb 17, 2016

[c:\~]$ youtube-dl -v http://www.letv.com/ptv/vplay/2068007.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.letv.com/ptv/vplay/2068007.html']
[debug] Encodings: locale cp936, fs mbcs, out None, pref cp936
[debug] youtube-dl version 2016.02.13
[debug] Python version 2.7.11 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-77197-gdf2ce13, ffprobe N-77197-gdf2ce13
[debug] Proxy map: {}
[Letv] 2068007: Downloading webpage
[Letv] 2068007: Downloading playJson data
[Letv] 2068007: Download JSON metadata for format 350
[Letv] 2068007: Downloading m3u8 information for format 350
[Letv] 2068007: Download JSON metadata for format 1000
[Letv] 2068007: Downloading m3u8 information for format 1000
[Letv] 2068007: Download JSON metadata for format 1300
[Letv] 2068007: Downloading m3u8 information for format 1300
[Letv] 2068007: Download JSON metadata for format 720p
[Letv] 2068007: Downloading m3u8 information for format 720p
[Letv] 2068007: Download JSON metadata for format 1080p
[Letv] 2068007: Downloading m3u8 information for format 1080p
[debug] Invoking downloader on u'data:application/vnd.apple.mpegurl;base64,I0VYVE0zVQ0KI0VYVC1YLVZFUlNJT0....(skip)...1FTkRMSVNUDQo='
[download] Destination: 幸福选择题02-2068007.mp4
[debug] ffmpeg command line: ffmpeg -y -i 'data:application/vnd.apple.mpegurl;base64,I0VYVE0zVQ0KI0VYVC1YLVZFU...(skip)...tlbj0NCiNFWFQtWC1FTkRMSVNUDQo=' -c copy -f mp4 -bsf:a aac_adtstoasc 'file:幸福选择题02-2068007.mp4.part'
ERROR: unable to download video
Traceback (most recent call last):
  File "c:\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 1692, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "c:\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 677, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "c:\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 722, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "c:\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 1362, in process_video_result
    self.process_info(new_info)
  File "c:\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 1629, in process_info
    raise UnavailableVideoError(err)
UnavailableVideoError: [Error 206] 
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Feb 26, 2016

It's a known bug and the current workaround is using --hls-prefer-native. For example:

youtube-dl -v --hls-prefer-native http://www.letv.com/ptv/vplay/2068007.html
@gam2046
Copy link
Contributor Author

@gam2046 gam2046 commented Mar 7, 2016

Thanks, I tried. but there are some thing wrong with the video. Video is not smooth, lack of frame, the picture is missing, not continuous.

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.