Questions tagged [jdownloader]

JDownloader is open source, platform independent, and written completely in Java. It simplifies downloading files from One-Click-Hosters like Rapidshare.com or Megaupload.com - not only for users with a premium account but also for users who don't pay.

JDownloader is open source, platform independent, and written completely in Java. It simplifies downloading files from One-Click-Hosters - not only for users with a premium account but also for users who don't pay.

23 questions
3
votes
2 answers

How to generate a DLC file for JDownloader?

I have a few dozen URLs (in plain text), and I'd like to generate a .dlc file containing those URLs. I'll add the .dlc file to JDownloader for download. The links are not sensitive or secret, so I don't care if the .dlc file is encrypted or not.…
pts
  • 80,836
  • 20
  • 110
  • 183
2
votes
0 answers

I have been trying to install Jdownloader2 on fedora linux but keep getting NoClassDefFoundError

Running the executable file (.sh) from terminal gives this output [akash@fedora Downloads]$ ./JDownloader2Setup_unix_nojre.sh Starting Installer ... java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit at…
Ace
  • 21
  • 2
2
votes
1 answer

how to make tiktok downloader without watermark php

I want to make tiktok downloader php. I heard from some articles stackoverflow that tiktok has two version of videos (watermarked and original). I want that my web can download the original without watermark. I have tried some github repositories…
Aruki
  • 49
  • 4
2
votes
1 answer

jdownloader2 import txt files with links (regex)

maybe some people know jdownloader2. its a download manager. regex is also used with the download manager. so i want to tell you what i basically try to do: i have multiple txt files with many links. all text files have file names, of course. i…
pogos
  • 45
  • 8
2
votes
0 answers

Locate the source file of a web page streaming video

Consider the video of the following web-page (you need to log-in with your facebook account or similar for watching it): streaming video common chrome extensions locate the source file of the video at: link of source video from where I can download…
Johan
  • 3,561
  • 9
  • 29
  • 45
2
votes
1 answer

Invoked OOM killer

since about a year (maybe a bit more) i have constantly processes getting killed by linux oom-killer. The machine running is my htpc using ubuntu gnome 15.04 (currently). The two process getting once a day or sometimes 10 times in a row killed are…
A User
  • 49
  • 1
  • 6
1
vote
1 answer

How can I get download links of files from a Webpage without scraping the document itself?

I want to code a Download Manager in Python like JDownloader that downloads easy files for you. But not every file has a download url in the document. How can I get download url's if the files are like "invisible" in the document ? I found on the…
Alex
  • 39
  • 1
  • 10
1
vote
1 answer

Force jdownloader to name the file for any url without setting the name manually in UI

I have a url & I want jdownloader to save the file with a predefined name ignoring the name server gives for example I have a url like http://server.com/server-file.mp4 & I want this file to be saved as custom-filename.mp4 without using UI Is it…
Ashok Koyi
  • 5,327
  • 8
  • 41
  • 50
1
vote
2 answers

Downloading the first video from each search result from Youtube with youtube-dl?

I've got a list of 400 song titles, and have them hyperlinked to the the search results page. Example picture I've got both youtube-dl and J Downloader, but don't know what parameters I need in youtube-dl to download the high quality mp3 from the…
1
vote
0 answers

Generating HMAC-SHA256 from Byte-Array in Swift

I want to create a signature for the myJD REST-API. But the first snippet is not working. I talked to the support and they told me that I need the unhexed key to create the correct hash. So I created a Byte-Array of the Hex-Value and changed the…
Daniel R.
  • 31
  • 2
  • 5
1
vote
2 answers

JDownloader, check link, add link, read captcha

I don't now if it's place for this question... I am developing some plugin for jDownloader, I have some problems. First question: How to check link ? I tried this way (but it doesn't work): LinkChecker lc = new…
mitch
  • 2,235
  • 3
  • 27
  • 46
0
votes
0 answers

JDownloader and same filename files

Using the program JDownloader v2 and the add-on packagizer, I want to download some pictures from a site but i have the following problem. The filename is always the same. The parent folder name has the format "yymmdd" For example: https://…
0
votes
1 answer

How to decrypt the content of a DLC container file via Powershell?

How can I decode the body of a jdownloader *.DLC container file with Powershell?
Carsten
  • 1,612
  • 14
  • 21
0
votes
1 answer

What installer solution does the JDownloader project uses to create it's installer?

I'm in the search for a installer solution for my application and I like the installer used by JDownloader. What installer solution does the JDownloader project uses to create it's installer?
Rafael
  • 11
0
votes
1 answer

automatically download list of files from a text file every X hours on Windows

I have a Python script that collects source links and puts each link as a new line in a text file. This file is updated continuously as I generally run the Python script for most of the day. The textfile contains duplicate links, so that I usually…
Aedam
  • 141
  • 1
  • 9
1
2