Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
BFI support #6559
BFI support #6559
Comments
|
I'd second that! PS C:\Users\Xyz\Videos> youtube-dl --verbose https://player.bfi.org.uk/free/film/watch-unfaithful-wife-c1900-1900-online --geo-bypass-country GB |
Would it be possible to add support for the British Film Institute?
$ uname -a
CYGWIN_NT-6.1 MYBOX 2.2.0(0.289/5/3) 2015-08-03 12:51 x86_64 Cygwin
$ python --version
Python 2.7.10
$ youtube-dl --version
2015.08.09
$ youtube-dl --verbose "http://player.bfi.org.uk/film/watch-barging-through-london-1924"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://player.bfi.org.uk/film/watch-barging-through-london-1924']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.08.09
[debug] Python version 2.7.10 - CYGWIN_NT-6.1-2.2.0-0.289-5-3-x86_64-64bit
[debug] exe versions: ffmpeg SVN-r21566-xuggle-3.4.843
[debug] Proxy map: {}
[generic] watch-barging-through-london-1924: Requesting header
[redirect] Following redirect to http://player.bfi.org.uk/film/watch-barging-through-london-1924/
[generic] watch-barging-through-london-1924: Requesting header
WARNING: Falling back on generic information extractor.
[generic] watch-barging-through-london-1924: Downloading webpage
[generic] watch-barging-through-london-1924: Extracting information
ERROR: Unsupported URL: http://player.bfi.org.uk/film/watch-barging-through-london-1924/
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1211, in _real_extract
doc = parse_xml(webpage)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1594, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise err
ParseError: mismatched tag: line 75, column 2
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 655, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 286, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1804, in _real_extract
raise UnsupportedError(url)
UnsupportedError: Unsupported URL: http://player.bfi.org.uk/film/watch-barging-through-london-1924/