diff options
| -rw-r--r-- | youtube_dl/extractor/dplay.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/dplay.py b/youtube_dl/extractor/dplay.py index 66bbfc6ca..ef68ef087 100644 --- a/youtube_dl/extractor/dplay.py +++ b/youtube_dl/extractor/dplay.py @@ -99,7 +99,7 @@ class DPlayIE(InfoExtractor):                      video_id, f4m_id=protocol, fatal=False))          domain_tld = domain.split('.')[-1] -        if domain_tld in ('se', 'dk'): +        if domain_tld in ('se', 'dk', 'no'):              for protocol in PROTOCOLS:                  self._set_cookie(                      'secure.dplay.%s' % domain_tld, 'dsc-geo', | 
