summary refs log tree commit diff
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2015-12-29 15:03:14 +0100
committerremitamine <remitamine@gmail.com>2015-12-29 15:03:14 +0100
commitbf96b45238b221a01ea9e07d7747313272cde142 (patch)
tree245c7cf7f7cbf9ca414e04805c182f2f00e2533d
parent98d7c0f4f7d88cdfed8dfd3ad81efec36090c7fb (diff)
downloadyoutube-dl-bf96b45238b221a01ea9e07d7747313272cde142.tar.gz
youtube-dl-bf96b45238b221a01ea9e07d7747313272cde142.tar.xz
youtube-dl-bf96b45238b221a01ea9e07d7747313272cde142.zip
[rai] split long lines
-rw-r--r--youtube_dl/extractor/rai.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/youtube_dl/extractor/rai.py b/youtube_dl/extractor/rai.py
index f2679591b..a4dc5c335 100644
--- a/youtube_dl/extractor/rai.py
+++ b/youtube_dl/extractor/rai.py
@@ -107,7 +107,8 @@ class RaiTVIE(InfoExtractor):
                 return xml.replace(' tag elementi', '').replace('>/', '</')
 
             relinker = self._download_xml(
-                media['mediaUri'] + '&output=43', video_id, transform_source=fix_xml)
+                media['mediaUri'] + '&output=43',
+                video_id, transform_source=fix_xml)
 
             has_subtitle = False
 
@@ -117,8 +118,8 @@ class RaiTVIE(InfoExtractor):
                 content_type = xpath_text(element, 'content-type')
                 if ext == 'm3u8':
                     formats.extend(self._extract_m3u8_formats(
-                        media_url, video_id, 'mp4', 'm3u8_native', m3u8_id='hls',
-                        fatal=False))
+                        media_url, video_id, 'mp4', 'm3u8_native',
+                        m3u8_id='hls', fatal=False))
                 elif ext == 'f4m':
                     formats.extend(self._extract_f4m_formats(
                         media_url + '?hdcore=3.7.0&plugin=aasp-3.7.0.39.44',