youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit c78dd3549155d4cb8f70707c1b4085f9f974db2d
parent 8ffb8e63fe2853f9e51420ba224db428f1241c35
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 20 Feb 2017 02:25:39 +0700

[nrk] PEP 8

Diffstat:
Myoutube_dl/extractor/nrk.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)