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

Request for additional site: http://blip.tv #3132

Closed
turian opened this issue Jun 21, 2014 · 2 comments
Closed

Request for additional site: http://blip.tv #3132

turian opened this issue Jun 21, 2014 · 2 comments
Labels
bug

Comments

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jun 22, 2014

This is actually a bug, we support bliptv (for example http://blip.tv/cbr/cbr-exclusive-gotham-city-imposters-bats-vs-jokerz-short-3-5796352), but this url fails:

[debug] System config: []
[debug] User config: ['--keep-video', '--write-info-json', '--write-thumbnail', '--verbose']
[debug] Command-line args: ['http://blip.tv/the-ableton-cookbook/how-to-remix-with-ableton-what-key-is-this-song-in-5875024']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.06.19
[debug] Git HEAD: 7724572
[debug] Python version 3.4.1 - Darwin-13.2.0-x86_64-i386-64bit
[debug] Proxy map: {}
[BlipTV] 5875024: Downloading video RSS
[BlipTV] 5858032: Resolving URL for Source
[BlipTV] 5858032: Resolving URL for Blip LD
[BlipTV] 5858032: Resolving URL for Web
[BlipTV] 5858032: Resolving URL for Blip SD
[info] Writing video description metadata as JSON to: How to Remix with Ableton - What Key is This Song In-5858032.info.json
[BlipTV] 5858032: Downloading thumbnail ...
[BlipTV] 5858032: Writing thumbnail to: How to Remix with Ableton - What Key is This Song In-5858032.jpg
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
  File "~/Developer/proyectos/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 1020, in process_info
    success = dl(filename, info_dict)
  File "~/Developer/proyectos/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 996, in dl
    return fd.download(name, info)
  File "~/Developer/proyectos/youtube-dl/youtube-dl/youtube_dl/downloader/common.py", line 291, in download
    return self.real_download(filename, info_dict)
  File "~/Developer/proyectos/youtube-dl/youtube-dl/youtube_dl/downloader/http.py", line 58, in real_download
    data = self.ydl.urlopen(request)
  File "~/Developer/proyectos/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 1225, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 461, in open
    response = meth(req, response)
  File "/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 571, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 499, in error
    return self._call_chain(*args)
  File "/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 433, in _call_chain
    result = func(*args)
  File "/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 579, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
@remitamine
Copy link
Collaborator

@remitamine remitamine commented Aug 12, 2015

now, it's working.

youtube-dl --write-thumbnail http://blip.tv/the-ableton-cookbook/how-to-remix-with-ableton-what-key-is-this-song-in-5875024
[BlipTV] 5875024: Downloading video RSS
[BlipTV] 5858032: Resolving URL for Source
[BlipTV] 5858032: Resolving URL for Blip LD
[BlipTV] 5858032: Resolving URL for Web
[BlipTV] 5858032: Resolving URL for Blip SD
[BlipTV] 5858032: Checking Source video format URL
[BlipTV] 5858032: Checking Blip LD video format URL
[BlipTV] 5858032: Blip LD video format URL is invalid, skipping
[BlipTV] 5858032: Checking Blip SD video format URL
[BlipTV] 5858032: Downloading thumbnail ...
[BlipTV] 5858032: Writing thumbnail to: How to Remix with Ableton - What Key is This Song In-5858032.jpg
[download] Destination: How to Remix with Ableton - What Key is This Song In-5858032.mov
[#7cb736 2.8MiB/26MiB(10%) CN:16 DL:208KiB ETA:1m57s]
@remitamine remitamine closed this Mar 15, 2016
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
3 participants
You can’t perform that action at this time.