Dear s! Please post bug reports about FDM here!

Elephant add-on: based on youtube-dl fork 411j4h

s: Alex 1a6c65

-James-
Posts: 17
ed: Mon Feb 26, 2024 9:13 am

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

-James- » Wed Dec 18, 2024 11:53 am

john43812 wrote:
-James- wrote:Is it possible to make a tempermonkey script to youtube videos via fdm and Elephant add-on?
when I put fdm:// before a URL I always get "Uned URL" error.



You should be able to paste the URL into FDM without the fdm://. I've never used it the way you are.


Of course, I can via copy and paste a direct link in FDM.
But I am trying to create a script.
Top
john43812
Posts: 39
ed: Thu Nov 19, 2020 7:17 pm

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

john43812 » Wed Dec 18, 2024 2:55 pm

-James- wrote:
john43812 wrote:
-James- wrote:Is it possible to make a tempermonkey script to youtube videos via fdm and Elephant add-on?
when I put fdm:// before a URL I always get "Uned URL" error.



You should be able to paste the URL into FDM without the fdm://. I've never used it the way you are.


Of course, I can via copy and paste a direct link in FDM.
But I am trying to create a script.


Sorry, I misunderstood what you were trying to do.
Top
Alex
FDM Team
Posts: 2947
ed: Mon Jul 12, 2004 12:17 pm

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

Alex » Thu Dec 19, 2024 6:31 pm

-James- wrote:Is it possible to make a tempermonkey script to youtube videos via fdm and Elephant add-on?
when I put fdm:// before a URL I always get "Uned URL" error.

Hello,
fdm://URL is not ed for now. We'll think about something like fdm://url/URL.
For now, you can use something like this instead:

Code: Select all

String sUrl = new String("https://files2.freemanager.telechargerjeux.org/6/latest/fdm_x64_setup.exe");

JSONObject json = new JSONObject();
try {
    json.put("url", sUrl);
}catch(JSONException e) {
    e.printStackTrace();
}

String s = new String();
s = "fdm:///?";
s += Uri.encode(json.toString());
Alex,
FDM development team
Top
-James-
Posts: 17
ed: Mon Feb 26, 2024 9:13 am

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

-James- » Thu Dec 26, 2024 2:07 pm

Alex wrote:
-James- wrote:Is it possible to make a tempermonkey script to youtube videos via fdm and Elephant add-on?
when I put fdm:// before a URL I always get "Uned URL" error.

Hello,
fdm://URL is not ed for now. We'll think about something like fdm://url/URL.
For now, you can use something like this instead:

Code: Select all

String sUrl = new String("https://files2.freemanager.telechargerjeux.org/6/latest/fdm_x64_setup.exe");

JSONObject json = new JSONObject();
try {
    json.put("url", sUrl);
}catch(JSONException e) {
    e.printStackTrace();
}

String s = new String();
s = "fdm:///?";
s += Uri.encode(json.toString());



Thanks a lot!
Top
 avatar
s4sharing
Posts: 20
ed: Tue Dec 26, 2017 1:15 am

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

s4sharing » Sat Dec 28, 2024 9:54 pm

meowcateatrat released this on 28 December 2024
ImageImage0a96ceb [Committ on Github]
ImageImageYT-DLP updated to Release 2024.12.13. Requires FDM 6.25+.
ImageImageSOURCE = https://github.com/meowcateatrat/elepha ... tag/1.1.19

ImageImagewhen trying to Image Install Add-on From File Image I got the following ERROR:

ImageImage"Failed to install add-on
ImageImagePython 3.9 or higher is required."

ImageImage[ OK ]

ImageImageso elephant v1.1.19 Add-on for fdm will Image *NOT* Image work on my Windows 7 laptop

ImageImagePython 3.9.19 (March 19, 2024) cannot be used on Windows 7 or earlier
ImageImageSOURCE = https://www.python.org/s/windows/

ImageImagepy2exe is no longer ed as of the yt-dlp 2024.10.22 version
ImageImageSOURCE = https://github.com/yt-dlp/yt-dlp/releas ... 2024.10.22

Image
Image
Top
hajj_3
Posts: 100
ed: Tue May 17, 2016 6:41 am

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

hajj_3 » Sun Dec 29, 2024 11:00 am

@s4sharing, just install windows 10. lots of software no longer windows 7.
Top
 avatar
s4sharing
Posts: 20
ed: Tue Dec 26, 2017 1:15 am

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

s4sharing » Mon Dec 30, 2024 4:45 am

hajj_3 wrote:@s4sharing, just install windows 10. lots of software no longer windows 7.

Imagemy on-the-go laptop has Windows 7 (not upgradeable) and it is an old machine that still serves me well.
Imagewhen I am travelling and staying over it is great to be able to have fdm + elephant, so as to be able to
Imageget lots of media for the times where there is no internet available (way out in the bush for example).
Imageback at homebase I have a very hi-spec machine running Windows 10, also with a fdm + elephant combo 8)
Image
Top
hajj_3
Posts: 100
ed: Tue May 17, 2016 6:41 am

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

hajj_3 » Thu Jan 09, 2025 12:39 pm

this youtube short won't with elephant addon: https://www.youtube.com/shorts/GU24Srgr_7I

I get "server has returned a webpage" error.

I'm using the latest v1.1.19
Top
john43812
Posts: 39
ed: Thu Nov 19, 2020 7:17 pm

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

john43812 » Thu Jan 09, 2025 3:53 pm

hajj_3 wrote:this youtube short won't with elephant addon: https://www.youtube.com/shorts/GU24Srgr_7I

I get "server has returned a webpage" error.

I'm using the latest v1.1.19


It's because it's age restricted.
Youtube has recently changed access to age restricted videos and all ers that I have tried will no longer work.
Top
hajj_3
Posts: 100
ed: Tue May 17, 2016 6:41 am

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

hajj_3 » Fri Jan 10, 2025 9:16 pm

v1.1.20 is out.
Top
SyncroScales
Posts: 5
ed: Sat Dec 28, 2024 11:13 am

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

SyncroScales » Tue Jan 14, 2025 5:11 pm

Noticed that bandcamp would allow a from artist page, not clicking on to .zip. Just the .mp3's. Worked about a month ago, no longer works. Some files are .m4a's and .m4v's. Message says Resource changed. Could be cookies, AI, other.

Selecting all formats 240p - 1080p - 2160p doesn't change results. Reloading page does nothing.

Seems to be random with files, but usually the same.
Top
take_five
Posts: 12
ed: Tue Dec 17, 2024 1:34 pm

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

take_five » Wed Jan 15, 2025 11:23 am

Hi,
I have some issues with ing videos from youtube with the latest FDM and elephant add-on version.
Youtube is limited in my country. Could that be a reason that all youtube s fail when I use both wi-fi and a mobile network? (Everything was fine few months ago).
When I use wi-fi I see "connection closed" error.
When I am using mobile network, doesn't start too and ends with "time out".
I don't use any antivirus and VPN. (only vpn extension to enter youtube, but it is switched off while FDM is active).
What could be a solution?
(on a screenshot is queued before "connection closed"/"time out" error)
https://i.postimg.cc/x8CqMQ9p/image-202 ... -735-Z.png
https://i.postimg.cc/pTkpmrMn/image-202 ... -766-Z.png
Top
meowcateatrat
Posts: 48
ed: Fri Apr 08, 2022 7:36 pm

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

meowcateatrat » Sat Jan 18, 2025 5:09 am

Version 1.1.22. I would recommend to use it. Do not forget to update your FDM first.
Top
meowcateatrat
Posts: 48
ed: Fri Apr 08, 2022 7:36 pm

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

meowcateatrat » Sat Jan 18, 2025 5:10 am

@take_five, please try 1.1.22 with the latest FDM (6.25.1) and let me know if it works for you.
Top
take_five
Posts: 12
ed: Tue Dec 17, 2024 1:34 pm

Re: Elephant add-on: based on youtube-dl fork 2h1g5c

take_five » Mon Jan 20, 2025 9:55 am

meowcateatrat wrote:@take_five, please try 1.1.22 with the latest FDM (6.25.1) and let me know if it works for you.


Hi, I've re-installed FDM and elephant add-on to the latest version. When i put a link "info is queuring" for 5-10 minutes and after that "unknown error" or "server returned a web-page..." appears:

Image
Image
Image
Image
Top

Return to “General forum”

Who is online 3p6y2t

s browsing this forum: No ed s and 28 guests

 

  4avx