-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
[Feature request] Update Alpine base image #212
Comments
Should be noted that 3.16 is also EOL. That aside, I tried doing the same, but I cannot get Chromium to open (neither Firefox). I set |
To start Chromium, I set |
Heh, I just found it in your other issue as well. Thanks for the response anyway though! Can't get the same to work for Firefox though as you said. Starting it on a command-line in the container actually results in an error regarding root. Although in my case on TrueNAS at least JD shouldn't be running as root (runs as the |
Ugh OK... so, it took me a while but I was wondering about that earlier. Chromium 102 released in May 2022 while the Extension was last updated in June 2021, soooo yeah, Chromium being "too old" for the extension didn't really make sense. I guess Google just really doesn't like old Chromium versions (which is understandable). But anyway, you can still install the extension manually. Unfortunately for some reason I had a hard time finding a simple command line program to unpack the damn thing, but I ended up using crxextractor and that worked like a charm. After unpacking the zip file you need to delete the Hope that helps, although obviously that shouldn't be a long-term solution :) |
The last version of ffmpeg for Alpine 3.16 is also 5.0.3 which is now too old for some actions. |
I just hope it's gonna get merged |
Note that installing a browser inside the container is not needed. The usage of MyJDownloader with its browser extension is what most people are using to solve captchas. |
For me it's not required anymore either since (and I don't know what jD is doing for this to be different) ddownload serves reCaptchas to jD, and those work just fine with 9kw (which I've been using forever). pyload and the website only serve hCaptcha and 9kw doesn't seem to support them properly yet (they are never served to solvers as of the time of this writing, supposedly a change is coming). |
Idea
To solve Captchas, I install Chromium inside the container using
INSTALL_PACKAGE="chromium"
. However, the current version of the image is based on Alpine 3.16, which includes Chromium 102.0.5005.182-r0. This version is too old to install the MyJDownloader extension from the Chrome Web Store, which is required to solve Captchas.It would be ideal to rebase this image to a more recent version of Alpine. I have successfully tested Alpine 3.19, which includes Chromium 124.0.6367.78-r0. Rebasing the image to Alpine 3.19 was straightforward (using
alpine-3.19-v4.5.3
as the base image andalpine:3.19
as thejd2
base image).The text was updated successfully, but these errors were encountered: