aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/dfb.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-21 11:57:52 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-21 11:57:52 +0200
commit35f76e0061373ad344b3cbea30422c586abc16b5 (patch)
treec74508b28e396c9c81d0764315ed9263afa1ab24 /youtube_dl/extractor/dfb.py
parent3f338cd6de1e198e810ca8e0c85a346c9537a47f (diff)
parentf83dda12ad37d1b83142e2821e72f8e6c0b4405e (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'youtube_dl/extractor/dfb.py')
-rw-r--r--youtube_dl/extractor/dfb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/dfb.py b/youtube_dl/extractor/dfb.py
index cb8e06822..8049779b0 100644
--- a/youtube_dl/extractor/dfb.py
+++ b/youtube_dl/extractor/dfb.py
@@ -30,7 +30,7 @@ class DFBIE(InfoExtractor):
video_id)
video_info = player_info.find('video')
- f4m_info = self._download_xml(video_info.find('url').text, video_id)
+ f4m_info = self._download_xml(self._proto_relative_url(video_info.find('url').text.strip()), video_id)
token_el = f4m_info.find('token')
manifest_url = token_el.attrib['url'] + '?' + 'hdnea=' + token_el.attrib['auth'] + '&hdcore=3.2.0'