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

Bloomberg download no longer works #2357

Closed
amlweems opened this issue Feb 9, 2014 · 2 comments
Closed

Bloomberg download no longer works #2357

amlweems opened this issue Feb 9, 2014 · 2 comments

Comments

@amlweems
Copy link
Contributor

@amlweems amlweems commented Feb 9, 2014

Bloomberg seems to have changed their format as they no longer provide the "twitter:video" meta for videos. It might be more reliable to detect the source tags instead of reading the meta tags.

Console log:

$ youtube-dl --version
2014.02.08.2
$ youtube-dl http://www.bloomberg.com/video/shah-s-presentation-on-foreign-exchange-strategies-qurhIVlJSB6hzkVi229d8g.html -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.bloomberg.com/video/shah-s-presentation-on-foreign-exchange-strategies-qurhIVlJSB6hzkVi229d8g.html', '-v']
[debug] Encodings: locale 'US-ASCII', fs 'utf-8', out 'US-ASCII', pref: 'US-ASCII'
[debug] youtube-dl version 2014.02.08.2
[debug] Python version 2.7.6 - Darwin-13.0.0-x86_64-i386-64bit
[debug] Proxy map: {}
[Bloomberg] shah-s-presentation-on-foreign-exchange-strategies-qurhIVlJSB6hzkVi229d8g: Downloading webpage
WARNING: unable to extract twitter card player; please report this issue on http://yt-dl.org/bug
Traceback (most recent call last):
  File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/local/bin/youtube-dl/__main__.py", line 18, in <module>
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 800, in main

  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 790, in _real_main

  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 982, in download
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 510, in extract_info
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 546, in process_ie_result
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 485, in extract_info
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 142, in suitable
TypeError: expected string or buffer
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Feb 9, 2014

Should be fixed with 524c2c7, you'll have to wait for the next release.
Thanks for the report.

@jaimeMF jaimeMF closed this Feb 9, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Feb 10, 2014

Fixed in youtube-dl 2014.02.10. Type sudo youtube-dl -U to update.

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.