We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I didn't find any way to get Hotstar video thumbnail?
I can do the same for Youtube using :
youtube-dl.exe https://www.youtube.com/watch?v=uiWYXAMXJBQ --skip-download --write-thumbnail -o B:\thumb.jpg
It works fine. But for Hotstar it does nothing. And with '--list-thumbnails' option it shows '[info] No thumbnails present for.......'
Example: http://www.hotstar.com/movies/police-force-an-inside-story/1000164487 Thumbnail : https://secure-media1.hotstar.com/r1/thumbs/PCTV/87/1000164487/PCTV-1000164487-hl.jpg
Please find a way for me.
Thank you.
The text was updated successfully, but these errors were encountered:
This can be possible using some changes in code of hotstar.py
Code can be chacked out [(https://github.com/GourangaDas/youtube-dl/pull/1)]
Sorry, something went wrong.
bb38a12
[hotstart] fix and improve extraction
6917d40
- 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)
No branches or pull requests
I didn't find any way to get Hotstar video thumbnail?
I can do the same for Youtube using :
youtube-dl.exe https://www.youtube.com/watch?v=uiWYXAMXJBQ --skip-download --write-thumbnail -o B:\thumb.jpg
It works fine. But for Hotstar it does nothing. And with '--list-thumbnails' option it shows '[info] No thumbnails present for.......'
Example: http://www.hotstar.com/movies/police-force-an-inside-story/1000164487
Thumbnail : https://secure-media1.hotstar.com/r1/thumbs/PCTV/87/1000164487/PCTV-1000164487-hl.jpg
Please find a way for me.
Thank you.
The text was updated successfully, but these errors were encountered: