[nrk] PEP 8
authorSergey M․ <dstftw@gmail.com>
Sun, 19 Feb 2017 19:25:39 +0000 (02:25 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 19 Feb 2017 19:25:39 +0000 (02:25 +0700)
youtube_dl/extractor/nrk.py

index 7b98626f23a91324febc19032a908bb625118d69..7fe79cb539e2ce435d55891e16541fe8d2650f41 100644 (file)
@@ -15,6 +15,7 @@ from ..utils import (
 
 class NRKBaseIE(InfoExtractor):
     _GEO_COUNTRIES = ['NO']
+
     def _real_extract(self, url):
         video_id = self._match_id(url)