Commit Graph

48871 Commits

Author SHA1 Message Date
psp
bb001ec559 Minor changes
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49773 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 6508b79da75356362ac6ee425e98879fc0257de7
2024-09-12 13:56:30 +00:00
psp
827eee3af7 - MultiHostHost: minor changes
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49772 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: ce69ad47b83a6721858e019e3b19873282218f80
2024-09-12 13:54:57 +00:00
psp
26f63a718c *General*
- AccountCache: canHandle: obey some more multihoster related limits
AccountInfo: setMultiHostSupportV2:
- fine tuning: precicely capture each results' status and log it. This includes:
--> Offline results
--> Results skipped because allowHandle function of original host plugin returned false
--> Results skipped because JDownloader has no plugin for the website (matching failed)
--> Results skipped because the original entries were invalid

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49771 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: a42cce4b48b18ebb19e72e1601cb90054cfe86b5
2024-09-12 13:54:23 +00:00
psp
18a41f8c3e *Plugins: Fixes/Changes/Maintenance*
- JoinPeerTubeOrg: do not allow multihosts to handle this host as that doesn't make any sense
- pornportal plugins: BangbrosComCrawler and BangbrosCom: moved mygfcom to PornportalCom
- pornportal plugins: BangbrosComCrawler and BangbrosCom: they've fully migrated to pornportal so these legacy plugins are not needed anymore RE forum 94570
- BaixarPremiumNet: minor changes
- DownmagazNet: fixed multiple urls crawler RE ticket #WZAX1829-CNNY-2561AWCV
- LinkgenVip: added first working version of this plugin RE ticket #PAGZ8212-WZFM-0593WIPZ RE forum 86741 closes #90013

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49770 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 8ec4260b619445eb9e21ced6d3a70dcca62d71a2
2024-09-12 12:54:20 +00:00
psp
168ed65a36 - Minor changes
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49769 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 8a7f54da1c0e76b2671ccbf4cbef1da41fe59716
2024-09-12 09:33:59 +00:00
psp
0d81667b8d *Plugins: Fixes/Changes/Maintenance*
- BandCampComDecrypter: fixed profile crawler returning invalid items RE ticket #WYSN7964-CMUP-8054SWOH

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49768 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 5ad9c30f8ea3a8e29c29e4c36980794fca0b4aae
2024-09-12 08:19:08 +00:00
psp
1674e7633c *Plugins: Fixes/Changes/Maintenance*
- BaixarPremiumNet: improved regex to find list of supported hosts
- PornHubCom: added name "pornhub" to list of supported names
- XvideosCom: added name "xvideos" to list of supported names
- FlickrCom: small refactoring, added IP blocked detection RE ticket #QKUC2561-LVPR-0242ETRM
- LeechallIo: added support for hCaptcha during login instead of reCaptcha RE ticket #QTAF8668-ZWXQ-7863RJZJ

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49767 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 29882d6a816dfe1be114c1a053f247493d50ae61
2024-09-12 07:28:45 +00:00
jiaz
af59ab4afe TaskColumn:
-updated fillColumnHelper, better status text to avoid confusion by "Starting..." when download has already started or finished, new "Running" and "Finalizing.." text

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49766 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: bc99e15fd7bbdf6682305e61b49a8dff924939ee
2024-09-11 16:31:00 +00:00
jiaz
4516f80fe3 TwoCaptchaSolver:
-updated isChallengeSupported
refs #87583

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49765 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: e43beccb4d390110bcf0778300352d2783256147
2024-09-11 15:26:45 +00:00
jiaz
ea14d59918 ContainerPluginController:
-updated getContainerFileFilter, fixed Container entry, missing ".*", all pattern are CASE_INSENSITIVE
-refs #90439
AddContainerAction:
-fixes #90439, use new ExtFileChooserDialog.setAcceptAllFileFilterUsed

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49764 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 8a8e4a2f578c66fc8be27e4ee0dbb8fe260d6826
2024-09-11 15:19:12 +00:00
jiaz
68e7f78e71 Plugin:
-default siteSupportedNames now returns array with getHost
LazyXPlugin/LazyXPluginCache:
-updated getSitesSupported to return array with getHost if none set
-updated setSitesSupported to avoid storing default generated array of Plugin
-updated write to avoid storing default generated array of Plugin

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49763 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 314fd77661a866152138aad5922364a85234c5c0
2024-09-11 14:35:22 +00:00
jiaz
6ff28242df PluginForHost:
-fixed early return regression in createConfigPanel

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49762 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 7ecdbfd6368ba2e8f3db474cf29accb331f3671d
2024-09-11 14:01:32 +00:00
psp
45ea7b6e20 *General*
- AccountInfo: setMultiHostSupportV2: added support for matching based on beginning of plugin name strings

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49761 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 0a0304556baa7bbddf56f342c0d343c3fbc2d875
2024-09-11 14:00:12 +00:00
psp
3cc46ede66 *General*
- AccountInfo: mark IDE only code as such

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49760 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: a986e5fcc9a82a36b2246063991e01b4c26a0c02
2024-09-11 12:34:44 +00:00
psp
49ddd828c8 *Plugins: Fixes/Changes/Maintenance*
- AccountInfo: added more logging and fixed a few bugs inside setMultiHostSupportV2

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49759 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: a01bdbcebcfda576ba86d5370e32278eb517d5db
2024-09-11 12:33:16 +00:00
jiaz
d105eadf7a FileCryptCc:
-fixed catch clause

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49758 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: aa5ccc6fcf2853e987ee0981ccb0605cf24b2ddf
2024-09-11 12:11:21 +00:00
psp
9e3e0dcbe4 *Plugins: Fixes/Changes/Maintenance*
- FileCryptCc: minor changes
- BunkrAlbum: removed forgotten debug logger
- KinkCom: minor changes RE ticket #BBUP1515-RBFA-9476JBLL

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49757 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 45171188903ff3a1d0ddffd4ffa47fe50316f4bf
2024-09-11 12:04:09 +00:00
psp
43cb8ee8e7 *General*
- LinkCollector: small refactoring to early return principle

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49756 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 61900c82c1425eb71b92fd325ae35ecb63799775
2024-09-11 11:45:11 +00:00
psp
2c555667ad *Plugins: Fixes/Changes/Maintenance*
- BiqleRuCrawler: removed legacy code RE forum 96418
- FileCryptCc: finished CutCaptcha implementation: allow solving CutCaptchas if it is possible (e.g. if a solver is available) refs #87583
- InstaGramComDecrypter: updated pattern RE forum 96426
- DeviantArtCom: minor changes RE forum 96421
- KinkCom: added support for premium subscriptions without visible expire date RE ticket #BBUP1515-RBFA-9476JBLL
bunkr: RE forum 91374
- BunkrConfig: updated outdated default domain from bunkr.la to bunkrr.su
- BunkrAlbum: pre set filenames: add file extension if it is not given inside the file-title from websites' html code
- Bunkr host plugin: fixed filename fix not being applied in some cases
- Bunkr host plugin: Download video stream if original/official download fails. Stream looks to be the same as original file. Users: If you don't like this let me know and I'll add a setting.

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49755 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 87a06a4f31c85efce13612f6c9e2273f4a19950e
2024-09-11 11:44:55 +00:00
psp
822c70300b *General*
- AccountInfo: setMultiHostSupport: reverted to stable handling of revision 48988 and added comparison of results from new and old method, setMultiHostSupportV2: fixed a few bugs leading to missing results

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49754 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: e32c390b188b3371b59a014ffc43aecf1732aaea
2024-09-11 09:15:32 +00:00
psp
0ac1283a07 - AccountInfo: setMultiHostSupportV2: collect items which get skipped due to plugins' canHandle result so we can later print them in the log
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49753 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 877c3a53d50070c91e12998b71feed6a9e64c3e3
2024-09-10 15:49:58 +00:00
psp
45f006689f *General*
- AbstractBrowserSolver: canHandle: disabled CutCaptcha handling since it is not working refs #87583

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49752 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: c6104c3bd71a28d6c432749e1d24ba1659038e97
2024-09-10 15:25:46 +00:00
psp
0885c9488a *Plugins: Fixes/Changes/Maintenance*
XHamsterCom:
- faphousecom: trailer download: prefer progressive stream download over HLS download
- faphousecom: fixed parsing of uploder name (username) and publish date
- faphousecom: fixed premium download RE ticket #LZWK1649-JDOX-6730IAZQ

*Plugins: RIP*
- MangahostCom RE forum 90501

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49751 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: abecd6d099aa5bd96c6b66ede3881b8a7ed15a19
2024-09-10 14:14:14 +00:00
jiaz
e90a127e19 git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49750 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 36e9d59fabde96b58b573a923715a2aa65d5237e
2024-09-10 12:43:02 +00:00
jiaz
cf07fe2b49 Plugin:
-updated getNewPluginForDecryptInstance to forward LinkCrawler/LinkCrawlerGeneration to new plugin instance

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49749 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: f9c81aeb078c926c72bbd90268a3fd211d4c4f9e
2024-09-10 12:18:37 +00:00
psp
7c4450079e *General*
- AccountInfo: setMultiHostSupportV2: added unfinished code

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49748 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 862a405d6a3154a2b45d4a1318116885acddc745
2024-09-10 10:39:25 +00:00
psp
46ee810216 *Plugins: Fixes/Changes/Maintenance*
- PremiumTo: updated API_BASE (Yes, "from v2 to v1") and auth handling RE admin (mehr I think it's ugly!)
- PornhexCom: added detection of invalid links RE forum 96425
- InstaGramComDecrypter: updated pattern to match new reel links RE forum 96426
- SextbNet: added detection of invalid links RE forum 90752 | most elements still fail due to Cloudflare
- BiqleRu: minor changes

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49747 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: fb16da89f9de5980445feaba1b8094465ca9cbda
2024-09-10 10:38:04 +00:00
psp
5a76d2eb4c *Plugins: New plugins*
- PornhexCom RE forum 96414

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49746 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 3a8e235f0f8ce78aa730d4befb722fbc5de5551d
2024-09-09 18:09:52 +00:00
psp
7f40f11d65 *General*
- AbstractMergeSameNamedPackagesAction: fixed regression: this action was greyed out when no elements were selected but this is not how it was supposed to work RE forum 96422

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49745 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: a7cd7aaefe689aad44d3f8a0021f478defa6d15d
2024-09-09 17:44:10 +00:00
psp
87db861cc3 *General*
- DomainInfo: minor changes

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49744 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 14870621f24a92f1b09576c61c362333e849fca4
2024-09-09 12:05:02 +00:00
psp
e07fdc5eec *General*
- More work towards better multihoster limit handling

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49743 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 78e923038cbda8c05b832a991aa12ed79136ea9e
2024-09-09 11:59:30 +00:00
psp
2a424b5f43 *Plugins: Fixes/Changes/Maintenance*
- BiqleRu: fixed encoding bug RE forum 96418
- RlGalleriesNt: fixed gallery crawler RE forum 90722
- XFileSharingProBasic: added simply try catch against problems with non-html responses (fappiccom thumbnails) RE forum 90722
- [XFS] ClicknuploadOrg: added domain clicknuploadone RE forum 94637
- RmzCr: minor changes
- FileCryptCc: fixed detection of unsupported captcha CutCaptcha refs #87583
- uploadedpremiumlink.net: fixed regression, improved errorhandling

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49742 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: d17baa70b490b866a03df7f53c3e267bb822b4fa
2024-09-09 11:48:44 +00:00
psp
1547abba7d *General*
- More work towards better multihoster limit handling

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49741 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 865e609e0ecfb1d694952b606d5cdebab69cf38b
2024-09-09 09:24:36 +00:00
psp
bf2585a896 *General*
- AccountInfo: fixed regression and optimized log output of unassigned hosts

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49740 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: f248ae97411b7a4a7142700b560ab47212bd7a78
2024-09-09 09:05:14 +00:00
psp
7ac520f6aa *Plugins: Fixes/Changes/Maintenance*
- EmpflixCom: removed old "allow multihoster usage" plugin setting
- AllDebridCom: fixed refactoring regression in errorhandling

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49739 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: edc480b937c88067d16f6673528bc60fd60fa27a
2024-09-09 09:01:14 +00:00
amicussamir
69ba40586b Updated Bosnian Translation
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49738 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: e9da42101dd1e33b7832b724308ddbe5dc1f2295
2024-09-06 17:24:23 +00:00
amicussamir
73d0c72874 Updated Bosnian Translation
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49737 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: dda2f2ec2cc4fd02d76a5cd73c6c919d56109712
2024-09-06 17:16:19 +00:00
jiaz
589a9857e9 ReadAllComics:
-fixed invalid escaped sequence

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49736 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 85f863870edc4c1381badd02ba49ce15675b0392
2024-09-06 16:39:41 +00:00
jiaz
a79a26b4f0 git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49735 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: fbf01902b81ab07651f60720089768772440488e
2024-09-06 16:38:07 +00:00
jiaz
fdecfd5ce0 refs thread 48894
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49734 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: ae189590e2a0fb965d65183637ef62cee530dcd4
2024-09-06 16:02:17 +00:00
psp
4234a01ab5 *General*
- AccountCache: added test code for better multihoster individual host limit handling
- MultiHostHost: changed some method signatures
- PluginForHost: minor changes

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49733 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 47ef8c26850eaa6d92a42b1fcf7b76e2da16ba2c
2024-09-06 16:02:06 +00:00
psp
2ffc835a06 *Plugins: Fixes/Changes/Maintenance*
- Plugins: removed some unnecessary overrides of allowHandle and unnecessary old plugin setting; there is no reason to prohibit multihoster usage of these hosts

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49732 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 853a57cbcf06ab92089736d5138cf29c6887511a
2024-09-06 15:04:47 +00:00
jiaz
6371984128 SubtitleVariant:
-fixed npe in SubtitleVariant() instance, has no locale
-fixes thread 96393
ArdConfigInterface:
-fixed wrong DefaultEnumValue

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49731 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 86aa8bb31e99c3d5deda729533c79efd707dd36c
2024-09-06 15:03:25 +00:00
psp
3c0a6f3d23 *General*
- AccountInfo: minor changes

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49730 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 202817410812984146588fedb907d9c1c5d4be3c
2024-09-06 14:51:47 +00:00
psp
bbbe4f128b *Plugins: Fixes/Changes/Maintenance*
- UnknownPornScript5: fixed finding best quality RE forum 96401
- ReadAllComics: fixed RE forum 90695
- Refactoring: use AccountInfo.setMultiHostSupport vs setting property on AccountInfo object

*Plugins: RIP*
- readmng.com RE forum 90698

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49729 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 1b804a16929d6b8d704fb7098f8498abc01b6d49
2024-09-06 14:50:57 +00:00
jiaz
07cf057ca9 TrayMouseAdapter:
-updated startListener/stopListener to avoid multiple calling
-fixes #90510
TrayExtension:
-updated mouseStay, convertToScaled could have returned null if Point is outside of screen
JDGUI:
-updated trayIconChecker, timing issue with "Tray Icon when not visible" handling
-refs #90510

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49728 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: e6c8d861e81f18f371af126ad9f79f4abb1ebd76
2024-09-06 13:46:08 +00:00
jiaz
33032c77d0 FavIcons:
-added getCroppedImage
-fixes #90504

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49727 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 4fe685fbfa6ef0814641aad55d93486e082b516f
2024-09-06 13:40:01 +00:00
psp
65d23a1ec9 *General*
- ExtractionConfigPanel: do not validate custom extraction path if it is not used fixes #9250
- FolderChooser: added ability to get path without validating it

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49726 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 4af1b13c30ee8a0a06f0118e050066f0aa045641
2024-09-06 13:32:24 +00:00
psp
e7456d6d9e AccountInfo: Changed some variable names and added comments to make things more readable
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49725 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: f4589ffa85f92d23d374f01b324c1b291a4e5306
2024-09-06 10:46:03 +00:00
psp
57b7faa809 *Plugins: Fixes/Changes/Maintenance*
- PremiumTo: fixed multiple possible NPEs, removed log spam
- ProLeechLink: minor changes
- AllDebridCom: do not add hosts without traffic to list of supported host
- q32pw: minor changes

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49724 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 538e095f5282fca25dfd84a4b97a4667938b65fd
2024-09-06 10:44:34 +00:00