Elephant add-on: based on youtube-dl fork 411j4h
s: Alex 1a6c65
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
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.
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
-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.
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
-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
FDM development team
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
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!
Re: Elephant add-on: based on youtube-dl fork 2h1g5c






























Re: Elephant add-on: based on youtube-dl fork 2h1g5c
@s4sharing, just install windows 10. lots of software no longer windows 7.
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
hajj_3 wrote:@s4sharing, just install windows 10. lots of software no longer windows 7.






Re: Elephant add-on: based on youtube-dl fork 2h1g5c
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
I get "server has returned a webpage" error.
I'm using the latest v1.1.19
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
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.
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
v1.1.20 is out.
-
- Posts: 5
- ed: Sat Dec 28, 2024 11:13 am
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
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.
Selecting all formats 240p - 1080p - 2160p doesn't change results. Reloading page does nothing.
Seems to be random with files, but usually the same.
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
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
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
-
- Posts: 48
- ed: Fri Apr 08, 2022 7:36 pm
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
Version 1.1.22. I would recommend to use it. Do not forget to update your FDM first.
-
- Posts: 48
- ed: Fri Apr 08, 2022 7:36 pm
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
@take_five, please try 1.1.22 with the latest FDM (6.25.1) and let me know if it works for you.
Re: Elephant add-on: based on youtube-dl fork 2h1g5c
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:




Who is online 3p6y2t
s browsing this forum: No ed s and 28 guests