logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: baeabf77428ad1a6bd5a910e7be07100fcb1eadd
parent 582797d780b6f4857a5b8b6ca8c63915242c0ab9
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 16 Oct 2018 23:19:44 +0700

[rutube] Use geo verification headers (closes #17897)

Diffstat:

Myoutube_dl/extractor/rutube.py3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/rutube.py b/youtube_dl/extractor/rutube.py @@ -103,7 +103,8 @@ class RutubeIE(RutubeBaseIE): options = self._download_json( 'http://rutube.ru/api/play/options/%s/?format=json' % video_id, - video_id, 'Downloading options JSON') + video_id, 'Downloading options JSON', + headers=self.geo_verification_headers()) formats = [] for format_id, format_url in options['video_balancer'].items():