Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
hotstar urls not downloading #9223
Comments
|
works fine for me(i added the user agent and referrer your config):
|
|
can you help me.........this error is occurring>>>>> |
|
another link is >>>http://www.hotstar.com/movies/chennai-express/1660010053 |
|
duplicate of #2641. |

I am trying to download the video from this URL
http://www.hotstar.com/tv/ilaiyaraaja-aayiram/7361/tribute-to-ilayaraja/1000084729
and it is giving me this error
pi@192.168.1.30(12:09:55) ~ $ sudo youtube-dl -U
youtube-dl is up-to-date (2016.04.13)
pi@192.168.1.30(12:10:15) ~ $ youtube-dl --verbose http://www.hotstar.com/tv/ilaiyaraaja-aayiram/7361/tribute-to-ilayaraja/1000084729
[debug] System config: []
[debug] User config: [u'-o', u'~/data/Youtube/%(title)s-{%(id)s}.%(ext)s', u'--write-srt', u'--srt-lang', u'en,en-GB', u'--sub-format', u'srt', u'--convert-subs', u'srt', u'--format', u'mp4', u'--user-agent', u'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0', u'--referer', u'https://www.youtube.com']
[debug] Command-line args: [u'--verbose', u'http://www.hotstar.com/tv/ilaiyaraaja-aayiram/7361/tribute-to-ilayaraja/1000084729']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.04.13
[debug] Python version 2.7.9 - Linux-4.1.18-v7+-armv7l-with-debian-8.0
[debug] exe versions: none
[debug] Proxy map: {}
[HotStar] 1000084729: Downloading JSON metadata
[HotStar] 1000084729: Downloading TABLET JSON metadata
[HotStar] 1000084729: Downloading m3u8 information
WARNING: Failed to download m3u8 information: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>
ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 671, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 341, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/hotstar.py", line 74, in _real_extract
self._sort_formats(formats)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 862, in _sort_formats
raise ExtractorError('No video formats found')
ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.