vuclip is recently added extractor..
It is working with command line youtube-dl but not with GAE.
Do you have any idea??
with command line youtube-dl
./youtube-dl --verbose "http://m.vuclip.com/w?cid=862003300&fid=64348&z=1007&nvar&frm=index.html"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://m.vuclip.com/w?cid=862003300&fid=64348&z=1007&nvar&frm=index.html']
[debug] Encodings: locale eucKR, fs utf-8, out eucKR, pref eucKR
[debug] youtube-dl version 2014.04.21.6
[debug] Python version 2.7.5 - Darwin-13.1.0-x86_64-i386-64bit
[debug] Proxy map: {}
[VuClip] 862003300: Downloading webpage
[download] Destination: Lindsay Lohans Shocking Revelation-862003300.3gp
[download] 100% of 2.38MiB in 00:15
With GAE
2014-04-29 16:34:36.114 /api/info?url=http%3A%2F%2Fm.vuclip.com%2Fw%3Fcid%3D862003300%26fid%3D64348%26z%3D1007%26nvar%26frm%3Dindex.html 500 350ms 0kb Apache-HttpClient/UNAVAILABLE (java 1.4) module=default version=0-1
175.246.228.144 - - [29/Apr/2014:16:34:36 -0700] "GET /api/info?url=http%3A%2F%2Fm.vuclip.com%2Fw%3Fcid%3D862003300%26fid%3D64348%26z%3D1007%26nvar%26frm%3Dindex.html HTTP/1.1" 500 345 - "Apache-HttpClient/UNAVAILABLE (java 1.4)" "tubedown63720.appspot.com" ms=351 cpu_ms=23 cpm_usd=0.000088 app_engine_release=1.9.3 instance=00c61b117cb5cce5596a8a3aa01fd6b7ba7007
D 2014-04-29 16:34:35.772
[VuClip] 862003300: Downloading webpage
E 2014-04-29 16:34:36.082
ERROR: Unable to extract links; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
E 2014-04-29 16:34:36.083
Traceback (most recent call last):
File "/base/data/home/apps/s~tubedown63720/0-1.375491019073189814/youtube_dl_server/app.py", line 77, in info
result = get_videos(url)
File "/base/data/home/apps/s~tubedown63720/0-1.375491019073189814/youtube_dl_server/app.py", line 33, in get_videos
res = ydl.extract_info(url, download=False)
File "/base/data/home/apps/s~tubedown63720/0-1.375491019073189814/gae/lib/youtube_dl/YoutubeDL.py", line 529, in extract_info
self.report_error(compat_str(de), de.format_traceback())
File "/base/data/home/apps/s~tubedown63720/0-1.375491019073189814/gae/lib/youtube_dl/YoutubeDL.py", line 404, in report_error
self.trouble(error_message, tb)
File "/base/data/home/apps/s~tubedown63720/0-1.375491019073189814/gae/lib/youtube_dl/YoutubeDL.py", line 374, in trouble
raise DownloadError(message, exc_info)
DownloadError: ERROR: Unable to extract links; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Here is the url. http://m.vuclip.com/w?cid=862003300&fid=64348&z=1007&nvar&frm=index.html
vuclip is recently added extractor.. It is working with command line youtube-dl but not with GAE. Do you have any idea??
with command line youtube-dl ./youtube-dl --verbose "http://m.vuclip.com/w?cid=862003300&fid=64348&z=1007&nvar&frm=index.html" [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['--verbose', 'http://m.vuclip.com/w?cid=862003300&fid=64348&z=1007&nvar&frm=index.html'] [debug] Encodings: locale eucKR, fs utf-8, out eucKR, pref eucKR [debug] youtube-dl version 2014.04.21.6 [debug] Python version 2.7.5 - Darwin-13.1.0-x86_64-i386-64bit [debug] Proxy map: {} [VuClip] 862003300: Downloading webpage [download] Destination: Lindsay Lohans Shocking Revelation-862003300.3gp [download] 100% of 2.38MiB in 00:15
With GAE 2014-04-29 16:34:36.114 /api/info?url=http%3A%2F%2Fm.vuclip.com%2Fw%3Fcid%3D862003300%26fid%3D64348%26z%3D1007%26nvar%26frm%3Dindex.html 500 350ms 0kb Apache-HttpClient/UNAVAILABLE (java 1.4) module=default version=0-1 175.246.228.144 - - [29/Apr/2014:16:34:36 -0700] "GET /api/info?url=http%3A%2F%2Fm.vuclip.com%2Fw%3Fcid%3D862003300%26fid%3D64348%26z%3D1007%26nvar%26frm%3Dindex.html HTTP/1.1" 500 345 - "Apache-HttpClient/UNAVAILABLE (java 1.4)" "tubedown63720.appspot.com" ms=351 cpu_ms=23 cpm_usd=0.000088 app_engine_release=1.9.3 instance=00c61b117cb5cce5596a8a3aa01fd6b7ba7007 D 2014-04-29 16:34:35.772 [VuClip] 862003300: Downloading webpage E 2014-04-29 16:34:36.082 ERROR: Unable to extract links; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update. E 2014-04-29 16:34:36.083 Traceback (most recent call last): File "/base/data/home/apps/s~tubedown63720/0-1.375491019073189814/youtube_dl_server/app.py", line 77, in info result = get_videos(url) File "/base/data/home/apps/s~tubedown63720/0-1.375491019073189814/youtube_dl_server/app.py", line 33, in get_videos res = ydl.extract_info(url, download=False) File "/base/data/home/apps/s~tubedown63720/0-1.375491019073189814/gae/lib/youtube_dl/YoutubeDL.py", line 529, in extract_info self.report_error(compat_str(de), de.format_traceback()) File "/base/data/home/apps/s~tubedown63720/0-1.375491019073189814/gae/lib/youtube_dl/YoutubeDL.py", line 404, in report_error self.trouble(error_message, tb) File "/base/data/home/apps/s~tubedown63720/0-1.375491019073189814/gae/lib/youtube_dl/YoutubeDL.py", line 374, in trouble raise DownloadError(message, exc_info) DownloadError: ERROR: Unable to extract links; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.