Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotstar.com doesn't work anymore #26690

Closed
5 tasks done
josefk1100 opened this issue Sep 24, 2020 · 12 comments · May be fixed by #27185
Closed
5 tasks done

hotstar.com doesn't work anymore #26690

josefk1100 opened this issue Sep 24, 2020 · 12 comments · May be fixed by #27185

Comments

@josefk1100
Copy link

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.09.20
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://www.hotstar.com/in/movies/dil-bechara/1260036017/watch']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.09.20
[debug] Python version 2.7.17 (CPython) - Linux-5.4.0-42-generic-x86_64-with-LinuxMint-19.3-tricia
[debug] exe versions: ffmpeg 3.4.8, ffprobe 3.4.8
[debug] Proxy map: {}
[hotstar] 1260036017: Downloading webpage
[hotstar] 1260036017: Downloading JSON metadata
[hotstar] 1260036017: Downloading m3u8 information
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on u'https://hses4.akamaized.net/videos/hotstarint/forceup/1260025161/1586341016779/fcc2ab35a8cfbd1315af85b0085f1689/media-8/index.m3u8'
[hlsnative] Downloading m3u8 manifest
[hlsnative] Total fragments: 8
[download] Destination: Dil Bechara-1260036017.mp4
[download] 100% of 1.02MiB in 00:03
[debug] ffmpeg command line: ffprobe -show_streams 'file:Dil Bechara-1260036017.mp4'
[ffmpeg] Fixing malformed AAC bitstream in "Dil Bechara-1260036017.mp4"
[debug] ffmpeg command line: ffmpeg -y -loglevel 'repeat+info' -i 'file:Dil Bechara-1260036017.mp4' -c copy -f mp4 '-bsf:a' aac_adtstoasc 'file:Dil Bechara-1260036017.temp.mp4'

Description

hotstar.com doesn't work anymore. It downloads a 29 second MP4 file which shows the following error message.

vlcsnap-2020-09-24-08h46m28s958

@rikuddo91
Copy link

Same, I've tried proxy as well as global VPN and it still download the same 'no longer supported' video.

@sumit-1988
Copy link

same here

1 similar comment
@navinas33
Copy link

same here

@navinas33
Copy link

any update

@philipl
Copy link

philipl commented Oct 16, 2020

philipl@31f5e45

@viranch
Copy link

viranch commented Nov 24, 2020

Still does not work in 2020.11.24

@remitamine
Copy link
Collaborator

a working Indian VPN or proxy is needed to work on this issue.

@viranch
Copy link

viranch commented Nov 24, 2020

I have a paid and non-geo-restricted US account, youtube-dl does not work with my hotstar account cookies in US either.

@viranch
Copy link

viranch commented Nov 24, 2020

Hotstar's API has changed. #25443 partly fixes it, but it doesn't work for me. I keep getting 403 Forbidden even with that patch. As I said above, I have a paid non-geo-restricted US account and I'm happy to test stuff.

@philipl
Copy link

philipl commented Nov 24, 2020

I have an update to use the new API in my fork: philipl@3a574c5

@roobann
Copy link

roobann commented Dec 5, 2020

I have an update to use the new API in my fork: philipl@3a574c5

This works for me, but need to manually change the country code to in

@philipl
Copy link

philipl commented Dec 5, 2020

I improved the code in the PR. It does country code extraction from the url.

ThirumalaiK pushed a commit to ThirumalaiK/youtube-dl that referenced this issue Jan 28, 2021
- fix format extraction (closes ytdl-org#26690)
- extract thumbnail URL (closes ytdl-org#16079, closes ytdl-org#20412)
- support country specific playlist URLs (closes ytdl-org#23496)
- select the last id in video URL (closes ytdl-org#26412)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants