-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Add support for yle #1574
Comments
We should also support urls like http://areena.yle.fi/tv/2309305 (from #4593) |
Another form of URL: http://arenan.yle.fi/1-3094091 (from #8896) |
https://areena.yle.fi/1-4200978 is a link which returns |
Is anyone working on this? :( |
I am working with this on pull request #20274. |
Great! I think I could test it already. :) |
It works on my computer, just clone the yleareena branch from my repository and run it with I recommend adding |
I did try it but the first try went nowhere. :(
I also created an ebuild for adventurous gentoo users. |
@Zuccace Does this work? Also, that
|
Sure. I just don't know what to do with |
Looks like Yle has lots of different players across its systems, but Areena has mostly Kaltura players for videos. I don't know why Yle is distributing that document series without Kaltura, as they have some metadata for that series there and the series is quite new. Probably a copyright issue.
Lots of code there. |
Probably because some of the content is still delivered trough flash. And yle has stated that they cannot/won't change that for older content.
What a mess...
-- Ilja Sara
…On March 9, 2019 11:25:36 AM UTC, Hegezcc ***@***.***> wrote:
Looks like Yle has lots of different players across its systems, but
Areena has mostly Kaltura players for videos. I don't know why Yle is
distributing that document series without Kaltura, as they have some
metadata for that series there and the series is quite new. Probably a
copyright issue.>
>
`yle-dl` project has made the following extractors:>
* ElavaArkistoExtractor>
* ArkivetExtractor>
* AreenaLiveRadioExtractor>
* AreenaLiveTVHLSExtractor>
* AreenaLiveTVHDSExtractor>
* YleUutisetExtractor>
* AreenaExtractor>
>
Lots of code there. `yle-dl`'s AreenaExtractor has checks for Full HD,
HTML5, Elävä Arkisto and Mediakanta medias. Those use at least Kaltura
and Akamai services.>
>
-- >
You are receiving this because you were mentioned.>
Reply to this email directly or view it on GitHub:>
#1574 (comment)
|
So I did a test download using best possible quality. I got 14 gig video. MPEG2, 1080i. Holy cow! Yle still using mpeg2? Madness... |
https://github.com/aajanki/yle-dl by @aajanki may provide what needed
$ ./youtube-dl --verbose http://areena.yle.fi/radio/2048905
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://areena.yle.fi/radio/2048905']
[debug] youtube-dl version 2013.10.07
[debug] Python version 2.6.6 - Linux-3.2.46-grbfs-kapsi-x86_64-with-debian-6.0.7
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[generic] 2048905: Downloading webpage
[generic] 2048905: Extracting information
ERROR: Unsupported URL: http://areena.yle.fi/radio/2048905; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 348, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 117, in extract
return self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/generic.py", line 152, in _real_extract
raise ExtractorError(u'Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://areena.yle.fi/radio/2048905; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
The text was updated successfully, but these errors were encountered: