youtube-dl

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

commit 397ec446f3816a0b13bb71068c10ab8122192cbd
parent 29a7e8f6f88e9a4c522e67aae5badd26ee226fde
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 23 Apr 2016 15:59:30 +0600

[dplay] Try secure api for no tld (Closes #9282)

Diffstat:
Myoutube_dl/extractor/dplay.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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',