[rte] PEP8
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 10 Jan 2015 16:59:07 +0000 (17:59 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 10 Jan 2015 16:59:07 +0000 (17:59 +0100)
youtube_dl/extractor/rte.py

index b5a67373bf02fd3998f32d879e4cb27a9f3d1c8d..04158b9931c09d9d028175dc895e90cf7da6a7f3 100644 (file)
@@ -24,7 +24,7 @@ class RteIE(InfoExtractor):
             'skip_download': 'f4m fails with --test atm'
         }
     }
-    
+
     def _real_extract(self, url):
         video_id = self._match_id(url)
         webpage = self._download_webpage(url, video_id)