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.
Ruutu.fi has issues downloading. #21031
Comments
|
Yes. Something is broken/changed. Upgraded to 2019.05.11, but the result is the same. |
|
i have it downloaded with pip on linux and it does the same thing. pls show work around and fix on youtube music site as well as regular youtube |
|
With modifications from juzza1 youtube-dl is working with ruutu.fi again! |
|
confimed, works. |
|
I tested it and it no longer works. |
I had no problems downloading a few new releases, are you sure you are using my fork, or have applied the pull request into the version you are using? The patch is not yet merged into the master branch. If you are indeed using the patched version, can you please paste the url(s) which did not work for you here. |
Oh, nevermind then. It was like 2 am when I wrote it and was tired so forgot about that. |
Glad to hear that. To avoid confusion, could you also update your comment in the pull request? |
|
Unfortunately this problem is still valid in the newest version [debug] youtube-dl version 2019.06.08[Ruutu] 3381638: Downloading m3u8 information |
|
because this hasnt been merged? |
|
this partch works just fine, downloaded bunch of temppraris |
|
They changed something. |
|
juzza1's patch still works today. |
|
@juzza1's patch confirmed working just now. Should be merged. |
|
with the patch is it possible to download content that require authentication to ruutu.fi (ruutu+ content) if I provide creds with -u and -p flags? I applied the patch and can download video that doesn't require login. When I try download something requiring a login, I get the forbidden 403. I have a ruutu.fi account that is a linked gmail account. I tried providing my gmail address in -u parameter and my gmail password in -p parameter. |
|
I don't have ruutu account, but I did just downloaded some tempparis so this patch still works at least without login. |
|
for anyone who doesn't know git and wants to just use this:
|
|
When will include the patch to repository under an original project of youtube-dl (https://github.com/ytdl-org/youtube-dl/)? |
|
Something is broken again. :-( [debug] System config: [] Tried to download video from youtube and that worked fine. Issue is in ruutu.fi download. |
|
Sorry, that needed ruutu+ and I don't have that. |
|
It seems that multiple things have changed in Ruutu that causes youtube-dl to break.
|
|
non-ruutu+ things still work |
|
@matti has the right answer, things still work (I just confirmed by downloading some stuff) in @juzza1's branch, and he even had instructions on how to use the branch: #21031 (comment) (thanks for being a champ Here's to hoping the PR gets accepted soon.. |
|
Is there some special reason @juzza1's branch hasn't been merged into the main source in six months, if it works? |
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://www.ruutu.fi/video/3401964']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.04.30
[debug] Python version 2.7.10 (CPython) - Darwin-18.5.0-x86_64-i386-64bit
[debug] exe versions: avconv 12.3, avprobe 12.3, ffmpeg 4.1.3, ffprobe 4.1.3, rtmpdump 2.4
[debug] Proxy map: {}
[Ruutu] 3401964: Downloading XML
[Ruutu] 3401964: Downloading m3u8 information
WARNING: Failed to download m3u8 information: HTTP Error 403: Forbidden
[Ruutu] 3401964: Checking https URL
[Ruutu] 3401964: https URL is invalid, skipping
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 796, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 529, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/ruutu.py", line 143, in _real_extract
self._sort_formats(formats)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1326, 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.