diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-02-20 02:25:39 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-02-20 02:25:39 +0700 |
commit | c78dd3549155d4cb8f70707c1b4085f9f974db2d (patch) | |
tree | a0bdd90cc04dafe4d25fecf6584c3a85de617a84 /youtube_dl | |
parent | 8ffb8e63fe2853f9e51420ba224db428f1241c35 (diff) |
[nrk] PEP 8
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/nrk.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/nrk.py b/youtube_dl/extractor/nrk.py index 7b98626f2..7fe79cb53 100644 --- a/youtube_dl/extractor/nrk.py +++ b/youtube_dl/extractor/nrk.py @@ -15,6 +15,7 @@ from ..utils import ( class NRKBaseIE(InfoExtractor): _GEO_COUNTRIES = ['NO'] + def _real_extract(self, url): video_id = self._match_id(url) |