Please support fc2.com #2304

Closed
opened 2026-02-21 00:19:00 -05:00 by deekerman · 2 comments
Owner

Originally created by @ksy5662 on GitHub (May 12, 2014).

Here is some verbose log for this site..

jay-yuui-mbp:youtube-dl jcyu5662$ ./youtube-dl --verbose 'http://video.fc2.com/en/content/20140511h6bsgg6M'
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://video.fc2.com/en/content/20140511h6bsgg6M']
[debug] Encodings: locale eucKR, fs utf-8, out eucKR, pref eucKR
[debug] youtube-dl version 2014.05.12
[debug] Python version 2.7.5 - Darwin-13.1.0-x86_64-i386-64bit
[debug] Proxy map: {}
[generic] 20140511h6bsgg6M: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 20140511h6bsgg6M: Downloading webpage
[generic] 20140511h6bsgg6M: Extracting information
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "./youtube-dl/main.py", line 18, in
File "./youtube-dl/youtube_dl/init.py", line 847, in main
File "./youtube-dl/youtube_dl/init.py", line 837, in _real_main
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1039, in download
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 527, in extract_info
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 564, in process_ie_result
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 819, in process_video_result
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1009, in process_info
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 985, in dl
File "./youtube-dl/youtube_dl/downloader/common.py", line 291, in download
File "./youtube-dl/youtube_dl/downloader/http.py", line 58, in real_download
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1214, in urlopen
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1181, in do_open
h.request(req.get_method(), req.get_selector(), req.data, headers)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 973, in request
self._send_request(method, url, body, headers)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1007, in _send_request
self.endheaders(body)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 969, in endheaders
self._send_output(message_body)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 829, in _send_output
self.send(msg)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 805, in send
self.sock.sendall(data)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(_args)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 41-45: ordinal not in range(128)

Originally created by @ksy5662 on GitHub (May 12, 2014). Here is some verbose log for this site.. jay-yuui-mbp:youtube-dl jcyu5662$ ./youtube-dl --verbose 'http://video.fc2.com/en/content/20140511h6bsgg6M' [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['--verbose', 'http://video.fc2.com/en/content/20140511h6bsgg6M'] [debug] Encodings: locale eucKR, fs utf-8, out eucKR, pref eucKR [debug] youtube-dl version 2014.05.12 [debug] Python version 2.7.5 - Darwin-13.1.0-x86_64-i386-64bit [debug] Proxy map: {} [generic] 20140511h6bsgg6M: Requesting header WARNING: Falling back on generic information extractor. [generic] 20140511h6bsgg6M: Downloading webpage [generic] 20140511h6bsgg6M: Extracting information Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "./youtube-dl/__main__.py", line 18, in <module> File "./youtube-dl/youtube_dl/**init**.py", line 847, in main File "./youtube-dl/youtube_dl/**init**.py", line 837, in _real_main File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1039, in download File "./youtube-dl/youtube_dl/YoutubeDL.py", line 527, in extract_info File "./youtube-dl/youtube_dl/YoutubeDL.py", line 564, in process_ie_result File "./youtube-dl/youtube_dl/YoutubeDL.py", line 819, in process_video_result File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1009, in process_info File "./youtube-dl/youtube_dl/YoutubeDL.py", line 985, in dl File "./youtube-dl/youtube_dl/downloader/common.py", line 291, in download File "./youtube-dl/youtube_dl/downloader/http.py", line 58, in real_download File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1214, in urlopen File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 404, in open response = self._open(req, data) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 422, in _open '_open', req) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain result = func(_args) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1214, in http_open return self.do_open(httplib.HTTPConnection, req) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1181, in do_open h.request(req.get_method(), req.get_selector(), req.data, headers) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 973, in request self._send_request(method, url, body, headers) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1007, in _send_request self.endheaders(body) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 969, in endheaders self._send_output(message_body) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 829, in _send_output self.send(msg) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 805, in send self.sock.sendall(data) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(_args) UnicodeEncodeError: 'ascii' codec can't encode characters in position 41-45: ordinal not in range(128)
Author
Owner

@jaimeMF commented on GitHub (May 13, 2014):

Already requested in #1154

@jaimeMF commented on GitHub (May 13, 2014): Already requested in #1154
Author
Owner

@phihag commented on GitHub (May 13, 2014):

Thank you for the report. Support for fc2 has been added in youtube-dl 2014.05.13. Type ./youtube-dl -U to update.

@phihag commented on GitHub (May 13, 2014): Thank you for the report. Support for fc2 has been added in youtube-dl 2014.05.13. Type `./youtube-dl -U` to update.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#2304
No description provided.