Open IamMusavaRibica opened 2 years ago
The extractor isn't even running because it apparently expects hrti:369683456
, https://hrti.hrt.hr/video/show/369683456/stuff
or https://hrti.hrt.hr/#/video/show/369683456/stuff
. Try the first one (with your credentials) to see how the extractor works today.
The extractor isn't even running because it apparently expects
hrti:369683456
,https://hrti.hrt.hr/video/show/369683456/stuff
orhttps://hrti.hrt.hr/#/video/show/369683456/stuff
. Try the first one (with your credentials) to see how the extractor works today.
Unable to download UUID.
As i mentioned before, it is most likely outdated, since there is nothing at http://clientapi.hrt.hr/client_api.php/config/identify/format/json
Definitely, then.
The existing extractor was inspired (according to comment at the top) by the site JS, so someone, possibly with site credentials, possibly in Croatia or the Balkans, is going to have to re-analyze the site to fix it.
The version in the yt-dlp fork is essentially identical.
Well, I used a temp-mail service to create a throwaway account. It worked. As of right now, the site's frontend is sorted with webpack, and fetches chunks of video from aviioon.tv
On Sat, 1 Jan 2022, 20:54 dirkf, @.***> wrote:
Definitely, then.
The existing extractor was inspired (according to comment at the top) by the site JS, so someone, possibly with site credentials, possibly in Croatia or the Balkans, is going to have to re-analyze the site to fix it.
— Reply to this email directly, view it on GitHub https://github.com/ytdl-org/youtube-dl/issues/30448#issuecomment-1003608621, or unsubscribe https://github.com/notifications/unsubscribe-auth/APWMGTQMZ2PJNJ7B6P5F2FLUT5LXVANCNFSM5LBQYYMQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Checklist
Verbose log
Yes, i know this looks unfinished, but it is the complete log https://prnt.sc/25fvpsa
Description
First of all, I'm sure HRTi changed the way urls work because it is not that simple to get one anymore. To get a URL, one should share a resource (tv show) then open the url that copied, and after the redirect should get a URL with this format: https://hrti.hrt.hr/home?id=369683456
Judging by https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/extractor/hrti.py there should be a JSON client api located at http://clientapi.hrt.hr/client_api.php/config/identify/format/json, however seems like it got removed . Last issue to mention this is #17275 and it is from 2018. Last commit to hrti.py was in 2019. The site changed much since. I would like support for HRTi.hrt.hr to be added