JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 01.09.2015, 14:56
Incite2006
Guest
 
Posts: n/a
Post JD2 - Limitar cuenta premium para dos descargas paralelas a la vez, y luego como free

Hola.

Como puedo crear una regla en “Jdownloader 2” para que una cuenta premium (Real-Debrid) tenga: 2 “Máximas descargas paralelas”, y luego el resto de los enlaces los descargue como free, siendo estos del mismo servidor.

Ejemplo: de un total de 6 “Máximas descargas paralelas” (todos del mismo servidor “uptobox”), 2 de estos enlaces descargando como premium y los 4 restantes como free (sin cuenta), y esto que lo haga de forma automática.

Anexo imagen para graficar lo que quiero lograr:



He intentado de varias formas y no he podido encontrar la forma de automatizarlo.

Se agradece el soporte.
Reply With Quote
  #2  
Old 12.09.2015, 07:53
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

Hola,

Ticket:


Saludos,
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #3  
Old 12.09.2015, 08:04
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

De momento el ajuste avanzado que te puede ayudar es
GeneralSettings: Domain Rules
Para limitar las descargas simultáneas de x servidor a dos, de acuerdo a tu ejemplo planteado.

Saludos,
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #4  
Old 12.09.2015, 12:36
Incite2006
Guest
 
Posts: n/a
Default

Hola Lram32.

El ticket tiene tres años de antigüedad, difícil que se implemente a corto plazo.

Gracias por el dato, voy a intentar de implementarlo.
Reply With Quote
  #5  
Old 12.09.2015, 19:30
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

Hola Incite2006

Ese ajuste avanzado funciona bien, yo lo he usado un par de veces pero para enlaces directos (directhttp).

Si tenés alguna duda con gusto intentaré ayudar a resolverla.

Con relación al ticket, básicamente es lo mismo que el ajuste avanzado, solo que para el ticket requiere cambios en el GUI y otras cosas de núcleo, en lo cual jiaz trabaja actualmente, así que supongo que será posible hacerlo en el GUI cuando jiaz termine el nuevo sistema de descargas.

Saludos,
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #6  
Old 15.09.2015, 19:59
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

En efecto el ticket es paga implementar la característica en el GUI.
jiaz dijo que esto requiere mucho tiempo para implementarla, y que van a seguir a las espera de más comentarios para talves agregarla al GUI.

La respuesta original de jiaz se puede leer en el post #9 de este hilo: https://board.jdownloader.org/showthread.php?t=65833

Saludos,
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #7  
Old 16.09.2015, 11:50
Incite2006
Guest
 
Posts: n/a
Default

Lram32. Gracias por la información.

Según lo planteado por raztoki, para limitar a 1 enlace youtube sería así:
Quote:
Originally Posted by raztoki View Post
'settings > advanced settings > GeneralSettings: Domain Rules'
Code:
[ {
  "domainPattern" : ".*youtube\\.com",
  "filenamePattern" : null,
  "accountPattern" : null,
  "enabled" : true,
  "maxSimultanDownloads" : 1,
  "allowToExceedTheGlobalLimit" : false
} ]
Lram32. ¿Cómo sería la edición del código anterior para limitar el Multi-Hoster de Real-Debrid?

Saludos.

Last edited by Incite2006; 16.09.2015 at 14:13.
Reply With Quote
  #8  
Old 16.09.2015, 17:56
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

Hola,

Verificá si te funciona así:

Code:
[ {
  "domainPattern" : ".*real-debrid\\.com",
  "filenamePattern" : null,
  "accountPattern" : "myUsername",
  "enabled" : true,
  "maxSimultanDownloads" : 2,
  "allowToExceedTheGlobalLimit" : false
} ]

En donde dice myUsername, tenés que escribir el nombre de usuario de tu cuenta.

Espero tus comentarios al respecto.



Saludos cordiales,
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #9  
Old 16.09.2015, 20:48
Incite2006
Guest
 
Posts: n/a
Default

Lram32. No funciono con el código que mencionas, y aun no limita a dos descargas simultáneas.

También intente con este código:
Code:
[ {
  "domainPattern" : ".*rdeb\\.io",
  "filenamePattern" : null,
  "accountPattern" : "myUsername",
  "enabled" : true,
  "maxSimultanDownloads" : 2,
  "allowToExceedTheGlobalLimit" : false
} ]
En donde dice myUsername, reemplazado por el nombre de usuario de tu cuenta.

OBSERVACIÓN: Los enlaces originales, (con una cuenta de "real-debrid.com") se transforman automáticamente a "**External links are only visible to Support Staff**.

Acá algunos ejemplos:

Ejemplos de enlaces originales:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Ejemplos de enlaces con real-debrid.com:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Saludos.

Last edited by Incite2006; 16.09.2015 at 20:50.
Reply With Quote
  #10  
Old 16.09.2015, 20:54
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

1. No tengo cuenta de real-debrid para hacer pruebas.
2. debería ser ".*db\\.rdeb\\.io"
3. myUsername = el nombre del usuario de tu cuenta de real-debrid

Me comentas si funciona, de lo contrario veré que puedo hacer.

Saludos,
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #11  
Old 16.09.2015, 21:03
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

Los enlaces de "db.rdeb.io" que proporcionaste son muy pequeños además dicen que no están disponibles temporalmente, asumo que es porque el tema de la cuenta.


EDITADO:
Hmm... tendría que ver si la regla que se crea en el ajuste avanzado se basa en el enlace final de descarga, puede que por eso no funcione el dominio ".*real-debrid\\.com". Si se basa en el enlace final, y el enlace final dentro del plugin es "db.rdeb.io", ".*db\\.rdeb\\.io" debería funcionar.

Saludos,


EDITADO2:

Intentá con:
Code:
".*real\\-debrid\\.com"
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-



Last edited by Lram32; 16.09.2015 at 22:49.
Reply With Quote
  #12  
Old 17.09.2015, 05:37
Incite2006
Guest
 
Posts: n/a
Default

Lram32. Intente con todas las opciones del Multi-Hoster, y aun no limita a dos las descargas simultáneas.

Intente con estas opciones, y no funciono:
Code:
".*real\\-debrid\\.com"
 ".real\\-debrid\\.com"
  ".*real-debrid\\.com"
   ".real-debrid\\.com"
    ".*real-debrid.com"
     ".real-debrid.com"

".*db\\.rdeb\\.io"
 ".db\\.rdeb\\.io"
  ".*db.rdeb\\.io"
   ".db.rdeb\\.io"
     "*db.rdeb.io"
      "db.rdeb.io"
1.- Usando la base de post 8 y 9.
2.- No publique el código completo para no llenar el post con lo mismo.
3.- myUsername = el nombre del usuario de tu cuenta de real-debrid.

Saludos.
Reply With Quote
  #13  
Old 17.09.2015, 07:25
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

Hola,

Por favor enviame los datos de la cuenta (usuario y contraseña) por mensaje privado, intentaré yo mismo. Si falla le preguntaré a jiaz, porque puede que haya un bug.

También, no es necesario intentar con " . " y con " .* ", esto es regex, lógicamente solo con el " . " no va a funcionar!
Lo mismo pasa con las diagonales, tiene que ir antes del punto, porque como dije es regex!

Saludos,


EDITADO:
También enviame varios enlaces de regular tamaño para hacer pruebas.
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #14  
Old 17.09.2015, 12:09
Incite2006
Guest
 
Posts: n/a
Default

Hola Lram32.

Te envié un mensaje privado.

Gracias por la aclaración del regex.

Enlaces de regular tamaño para que pruebes (todos funcionan con la cuenta de Real-debrid).

uptobox.com
Spoiler:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

1fichier.com
Spoiler:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff**

uploaded.net
Spoiler:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Saludos cordiales.
Reply With Quote
  #15  
Old 17.09.2015, 12:41
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,692
Default

I don't see that working for multihosters, only time it would is if you pre-generated the link yourself.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #16  
Old 17.09.2015, 16:48
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

@Incite2006
Según jiaz en
"domainPattern"
hay que usar el host del cual viene el enlace. Por ejemplo si los enlaces vienen de uploaded, tenés que utilizar uploaded, y en la cuenta, la cuenta de real-debrid.

Y tras una discusión en el chat del equipo, jiaz va a cambiar ese comportamiento. Te comentaré cuando exista más información sobre el progreso del asunto.

Saludos cordiales,
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #17  
Old 17.09.2015, 17:24
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

jiaz añadió un nuevo campo para el dominio de la regla para el patron del plugin.
En espera de la próxima actualización de núcleo para hacer pruebas con los nuevos cambios

Saludos,


EDITADO:
Actualización liberada.

Según jiaz en la línea de "pluginPattern" debe ir real-debrid
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-



Last edited by Lram32; 17.09.2015 at 19:00.
Reply With Quote
  #18  
Old 18.09.2015, 13:32
Incite2006
Guest
 
Posts: n/a
Default

Lram32. Aun no limita a dos descargas simultáneas, incluso con el código extra "pluginPattern" que jiaz acaba de implementar.

Con el código base:
Spoiler:
Code:
[ {
  "domainPattern" : ".*real-debrid\\.com",
  "filenamePattern" : null,
  "accountPattern" : "myUsername",
  "pluginPattern" : "real-debrid",
  "enabled" : true,
  "maxSimultanDownloads" : 2,
  "allowToExceedTheGlobalLimit" : false
} ]
En donde dice myUsername, reemplazado por el nombre de usuario de tu cuenta de real-debrid.

En la línea "domainPattern" intente con estos códigos:
Spoiler:
Code:
".*uptobox\\.com"
  "uptobox\\.com"
  "uptobox.com"
  "uptobox"

".*real\\-debrid\\.com"
 ".real\\-debrid\\.com"
  "real\\-debrid\\.com"

  ".*real-debrid\\.com"
   ".real-debrid\\.com"
    "real-debrid\\.com"

    ".*real-debrid.com"
     ".real-debrid.com"
      "real-debrid.com"

     ".*real-debrid"
      ".real-debrid"
       "real-debrid"
1.- ¡Incluí los regex, por si acaso!
2.- Probados con enlaces de uptobox.

Además en la nueva línea "pluginPattern" intente con estos códigos:
Spoiler:
Code:
   "real-debrid"
   "real-debrid.com"
   "real-debrid\\.com"

   "uptobox"
   "uptobox.com"
   "uptobox\\.com"
".*uptobox\\.com"
1.- ¡Incluí los regex, por si acaso!
2.- Probados con enlaces de uptobox.

En resumen: Al parecer aun falta que implemente jiaz algunas correcciones a este bug; o será como menciona raztoki (en el post 15) que en las cuentas multihosters, aun no funciona estos comandos en GeneralSettings: Domain Rules.
Quote:
Originally Posted by raztoki View Post
I don't see that working for multihosters, only time it would is if you pre-generated the link yourself.
Lram32 nose que estaré haciendo mal, pero estoy que tiro la esponja.

Saludos.

Last edited by Incite2006; 18.09.2015 at 13:39.
Reply With Quote
  #19  
Old 18.09.2015, 15:03
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

Hola,

Verifico tu post tan pronto me sea posible.
Y no es un bug! - Al final es una característica la que se implementó, y jiaz accedió porque raztoki y yo planteamos nuestro punto de vista con relación a que debería soportar multihosters

Saludos,
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #20  
Old 18.09.2015, 18:36
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,906
Default

Gracias por toda la información Incite2006

jiaz va a verificar/solucionar el problema.

Ticket:


Saludos cordiales,
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #21  
Old 14.02.2025, 15:59
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 74,403
Default

This feature has been implemented via DomainRules in december 2024, see:
https://board.jdownloader.org/showth...499#post542499
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 12:19.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.